

body {
	background-color: white;
	font-family: arial;
}

ul {
	list-style-type: none;
}

h1{
	background-color: white;
}



#head {
	background-color: white;
	color: #004BC4;
	clear: left;
	height: 64px;
	padding-left: 15px;
	margin-top: 15px;
	margin-left: 210px;
	margin-right: 150px;
	width: 600px;
}



#content a:link {
	color: #0048FF;

}

#content a:visited {
 	color: #759CFF;
}


img {
	border: none;
}


#navbar {
	height: auto;
	color: black;
	background-color: white;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;	
	text-align: right;
}


#navbar a:link {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:visited {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}


#content {
	background-color: white;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: auto;
	width: 600px;
	margin-left: 230px;
	margin-right: 30px;
	/*padding: 15px;*/
	padding-bottom: 60px;
}

#foot {	
	background-color: white;
	clear: left;
	color: grey;
	height: 32px;
	margin-left: 230px;
	margin-right: 150px;
	padding-right: 40px;
	width: 600px;
	text-align: right;
}








