body {
    background: #DCDCDC;
	padding: 0px;
	margin: 0px;
	color: #606060;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

#header {
	margin: 50px 0px 0px 200px;
}

a:link, a:active, a:visited {
    color: #97A4AA;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b, strong {
	color: #1B1C1C;
}

i, em {
    color: #F92F2A;
}


#navigation {
    background: #EEE;
	margin: 0px 0px 0px 200px;
    width: 701px;
	padding: 1px 22px 1px 22px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	background-color: #FFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.4;
	display: block;
	width: 50px;
	padding: 3px;
	color: #B0B0B0;
	font: 90% "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.3;
	color: #5F5F5F;
}

















#content {

    background: #EEE;

	margin: 0px 0px 0px 200px;

    width: 701px;

	padding: 1px 22px 22px 22px;

}







h1, h2, h3, h4, h5, h6 {

    color: #F36976;

	font-style:italic;

	font-family: "Times New Roman", Times, serif;

	padding: 0px 0px 0px 23px;

	border-bottom: 1px dotted #D2D2D2;

}



h1 {

	font-size: 170%;

}



h2 {

	font-size: 150%;

}



h3 {

	font-size: 130%;

}



h4 {

	font-size: 110%;

}



h5 {

	font-size: 90%;

}



h6 {

	font-size: 80%;

}











#footer {

    background: #EEE;

	color: #646464;

	font-size: 80%;

    width: 741px;

	margin: 0px 0px 30px 200px;

	padding: 2px;

	text-align: center;

}


