@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#00575E;
}

div.width
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
div.navigation
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#F27405;
	color:#FFFFFF;
	text-align:center;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6FDACA;
	text-align:center;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F27405;
}

div.rightpics
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A496A3;
	float:right;
}

div.right
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F9FDFC;
	float:right;
	width:350px;
	font-size:13px;
}

div.left
{
	font-family:"Times New Roman", Times, serif;
	color:#F9FDFC;
	float:left;
	width:350px;
	font-size:13px;
}

div.content
{
	font-family: "Times New Roman", Times, serif;
	color:#F9FDFC;
	font-size:13px;
}
div.ul
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A496A3;
	font-size:13px;
}


div.info
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F9FDFC;
	float:right;
	margin-right: 100px;
	margin-top: 30px;
}

div.center
{
	text-align:center;
}

div.links
{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
a:link {color:#DFF0FA; text-decoration:none;}      /* unvisited link */
a:visited {color:#DFF0FA; text-decoration:none;}  /* visited link */
a:hover {color:#DFF0FA; text-decoration:none;}  /* mouse over link */
a:active {color:#DFF0FA;text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}  /* selected link */

footer
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6FDACA;
	font-size:9px;
}
