body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_pattern.gif);
	text-align: center;
}

#page {
	width: 817px;

	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg.gif) repeat-y;
}

#container {
	position: relative;
	width: 800px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 800px;
	height: 218px;
	margin-top: -1px;
	background-image: url(../images/header_bg.jpg);
	border-bottom: 1px solid #000;
}

#lower_container {
	background: url(../images/lower_bg.gif) repeat-y;
	height: 100%;
	display: table;
}

#left {
	width: 175px;
	float: left;
	background-color: #36699d;
	border-right: 1px solid #000;
}

#ad {
	width: 175px;
	height: 400px;
}

#licence {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 175px;
	color: #fff;
}

#content {
	width: 620px;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	float: right;
	text-align: left;
}

#subcontent {
	width: 385px;
	float: left;
}

#sidebar {
	width: 225px;
	float: right;
}

#footer {
	width: 817px;
	height: 10px;
	background: url(../images/footer.gif) no-repeat;
}

/*--------------- nav ----------------*/
#nav {
	font-size: 14px;
	text-align: left;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:active {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#ad a:link {
	color: #fff;
	text-decoration: underline;
}
#ad a:visited {
	color: #fff;
	text-decoration: underline;
}
#ad a:active {
	color: #fff;
	text-decoration: underline;
}
#ad a:hover {
	color: #fff;
	text-decoration: underline;
}

.button {
	height: 23px;
	background: url(../images/nav_bg.gif) repeat-x;
}
.button_text {
	margin-left: 5px;
}

/*---------typography-----------------*/
#content h1 {
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#content a:link { color: #600; text-decoration: none; }
#content a:visited { color: #600;  text-decoration: none; }
#content a:active { color: #600;  text-decoration: none; }
#content a:hover { color: #600;  text-decoration: underline; }

/*------------misc----------------------*/
.photo {
	border: 1px solid #000;
}

.left_photo {
	margin-right: 10px;
	border: 1px solid #000;
}

.right_photo {
	margin-left: 10px;
	border: 1px solid #000;
}
