
/* Global structural elements */
body
{
	background: #666;
	background-image: url("../img/bg.gif");
	margin: 0;
	padding: 0;
	width: 100%;
}

a
{
	color: #003366;
}

a:hover
{
	background-color: Yellow;
}



div#body
{
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	width: 750px;
}

div#header
{
	background: #C3D3E1;
	padding: 20px 10px 20px 10px;
	margin-bottom: 10px;	
	width: auto;
	text-align: right;
	width:730px;
}
div#header a.textLink
{
	color:#333;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 5px;
	border: solid 1px #C3D3E1;
}
a:hover img
{
	text-decoration: none;
	background-color: none;
	border: none;
}

div#header a.textLink:hover
{
	color:#333;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #769FBD;
}



div#main
{
	background: #fff;
	padding: 0;
	margin-bottom: 10px;
	width: auto;
}

div#footer
{
	background: #C3D3E1;
	padding: 10px;
	width: auto;
	font-family: Verdana, Times New Roman;
	font-size: 10px;
	text-align: right;
	width:730px;
}

div#footer a.textLink
{
	padding: 5px;
	text-decoration: none;
	color:#333;
	border: solid 1px #C3D3E1;
}

div#footer a.textLink:hover
{
	background-color: #fff;
	border: solid 1px #769FBD;
}

div#postFooter
{
	padding-top: 10px;
	width: auto;
	font-family: Verdana, Times New Roman;
	font-size: 10px;
	text-align: right;
	width:770px;
}

img.image
{
	border: none;
}

