/*global styles*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
	font-size: 12px;
	background-color: #FFFFFF;
	} 

A:link     { color: #33b5e9; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: none }
A:visited    { color: #33b5e9; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: none }
A:active    { color: #33b5e9; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: none }
A:hover   { color: #33b5e9; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: underline }
A.lnkk:link  { color: #fff; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: normal }
A.lnkk:visited   { color: #ccc; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: normal  }
A.lnkk:active  { color: #fff; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: normal }
A.lnkk:hover   { color: #ccc; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: normal }

/* Main Page Styles */

#logo {
	position: absolute;
	top: 53px; 
	left: 153px;
	}
	
h3 {
	position: absolute;
	top: 155px; 
	left: 153px;
	width:auto
	}


/* Nav Styles */

#nav {
	position: absolute;
	top: 120px;
	left: 153px;
	}

/* Secondary Page Styles */

#header {
	position: absolute;
	top: 155px;
	left: 153px;
	}
		
#text {
	position: absolute;
	top: 185px;
	left: 153px;
	width: 400px;
	}