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

#html{
	height:1000px;
	width:980px;
}
#background{
	height:1000px;
	width:980px;
}
#topcontainer{
	float:left;
	height:250px;
	width:980px;
}
#logo{
	float:left;
	height:250px;
	width:780px;
	background:url(layout/logo.jpg);
}
#main{
	float:left;
	height:750px;
	width:860px;
	margin-left:120px;
	margin-top:-750px;
}
#content{
	height:700px;
	width:860px;
	
}
#leftcontainer{
	float:left;
	height:750px;
	width:120px;
}
#navbar{
	float:left;
	height:510px;
	width:120px;
	background-color:#346393;
}
#icon{
	float:left;
	height:240px;
	width:120px;
	background:url(layout/navbar.jpg);
}
.navigation{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-left:10px;
	line-height:25px;
	text-decoration:none;
	color:#f8991c;
}
.links{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-left:-14px;
	line-height:25px;
	text-decoration:none;
	list-style-type:none;
	color:#f8991c;
}