* {
	padding:0px;
	margin:0px;
	}
	
html, body {
	height:100%;
}

body {
	background:#eeeeee;
}

h1 {
	color:#000000;
	line-height:1;
	}
	
h2 {
	color:#555555;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
	
a {
	text-decoration:none;
	}
	
#top {
	position:fixed;
	height:110px;
	width:100%;
	background-image:url(images/bar.png);
}

#navigation {
	margin-left:150px;
	height:100px;
	width:600px;
	}
	

#main {
	padding-top:100px;
	margin-left:200px;
	background:url(images/content.png);
	width:620px;
	}
	
#content {
	width:580px;
	margin:auto;
	text-align:justify;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.5;
	}
	
#bottom {
	padding-top:100px;
	padding-bottom:50px;
	margin-left:200px;
	background:url(images/bottom.png) no-repeat;
	height:50px;
	width:620px;
	}
	
#item {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	opacity:0.5;
	float:right;
	margin:5px;
	}

#item:hover {
	opacity:0.9;
	}
	
#item a {
	color:#ffffff;
	text-decoration:none;
	}
	
#social {
	position:fixed;
	margin-left:900px;
	margin-top:150px;
	line-height:3;
	font-size:10px;
	text-transform:uppercase;
	line-height:3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	}
	
#social a {
	color:#222222;
	text-decoration:none;
	}
	
#admin {
	position:fixed;
	margin-left:840px;
	margin-top:115px;
	font-size:10px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background:#cccccc;
	padding:5px;
	border:1px solid #666666;
	}
	
#edit {
	color:#666666;
	background:#cccccc;
	padding:5px;
	border:1px solid #666666;
	float:right;
	margin:2px;
	}
	
.navinput {
	border:#999999 1px solid;
	background-color:#eeeeee;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:2px;
	font-size:10px;
	color:#999999;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:128px;
	}
	
.navbutton {
	border:#999999 1px solid;
	background-color:#eeeeee;
	font-size:10px;
	color:#999999;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	}
	
