body {

	background: #DDD url(../images/background.png) top left repeat-x;
	color: #333;
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

a {

	color: #39F;
	
}

#container {

	background: transparent url(../images/page_background.png) repeat-y;
	height: 900px;
	line-height: 0px;
	margin: 0px auto;
	text-align: center;
	width: 760px;
	
}

#header {

	text-align: left;
	width: 760px;
	
}

#header img {

	margin-left: 25px;
	
}

#content {

	line-height: 100%;
	margin-top: 10px;
	text-align: left;
	width: 760px;

}

#content #text {

	line-height: 140%;
	margin-left: 200px;
	width: 520px;

}

#content #text h1 {

	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;

}

#content #navigation {

	display: inline;
	float: left;
	height: 600px;
	list-style: none;
	margin: 0px;
	margin-left: 35px;
	margin-right: 10px;
	padding: 0px;
	text-align: left;
	width: 150px;

}

#content #navigation li {
	
	background: #DDD;
	display: inline;
	margin: 0px;
	padding: 0px;

}

#content #navigation li a {

	background: #DDD;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	text-transform: uppercase;
	width: 150px;

}

#content #navigation li a:hover {

	background: #FFF;
	color: #39F;

}

#content #text #advertising {

	text-align: center;
	width: 520px;

}
