body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	background-image: url(../images/background.jpg);
}
p {
	padding: 0px;
	margin: 0em 0em 0.5em;
}
a:link, a:visited {
	color: #6C9FD6;
	text-decoration: none;
}

a:hover {	
	text-decoration: none;
	color: #FF0065;
}

#container {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9E9E9E;
}
#header {
	background-color: #9E9E9E;
	height: 295px;
	width: 947px;
}

#logo {
	list-style-type: none;
	color: #D8D7D7;
	float: left;
	height: 49px;
	width: 207px;
}

#nav {
	color: #CCCCCC;
	background-color: #D8D7D7;
	width: 740px;
	background-image: url(../images/navigation.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 0px;
	float: left;
	height: 49px;
	text-align: right;

}
#nav ul {
	list-style-type: none;
	margin: 4px 0px 0px;
	padding: 6px 20px 0px 0px;
	color: #666666;
}
#nav li {
	display: inline;
	margin-top: 6px;
	padding-right: 3px;
}
#nav a:link {
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
}
#nav a:visited{
	color: #FF0066;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#nav a:hover {
	color: #FF006A;
	text-decoration: none;
}
	
#content_container{
	width: 947px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(../images/background_content_container.jpg);
	margin-left: 0px;
	background-color: #9E9E9E;
}
#content_main{
	float: left;
	width: 300px;
	color: #666666;
	text-align: left;
	font-size: 90%;
	padding-left: 10px;
	margin: 0px 0px 0px 12px;
	padding-right: 10px;
	padding-top: 10px;
}

#content_sub {
	float: left;
	width: 310px;
	color: #666666;
	text-align: left;
	font-size: 90%;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-top: 10px;
}
#content_quote{
	float: left;
	width: 266px;
	font-size: 90%;
	color: #666666;
	text-align: justify;
}


#footer {
	background-color: #9E9E9E;
	clear: both;
	font-size: 90%;
	background-image: url(../images/footer.jpg);
	height: 45px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	width: 927px;
	padding-top: 10px;
}

h1 {
	font-size: 200%;
	color: #729BD9;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	line-height: 1.2em;
	width: 200px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #6EA2D2;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0.5em;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0.5em;
}

h4 {
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 1em;
	font-size: 100%;
}

#content_sub1 {
	float: left;
	width: 545px;
	color: #666666;
	padding: 0px 20px 0px 0px;
	clear: none;
	text-align: justify;
	font-size: 90%;
}

blockquote {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #9E9E9E;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	color: #666666;
	font-weight: normal;
}
