* {
	padding:0px;
	margin:0px;
	}

dt { margin-top: 1em; font-weight: bold; }

html, body {
	height:100%;
}

body {
	background:#ffffff;
}

h1 {
	line-height:1;
	color:#222222;
	font-size:24px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
	}
	
h2 {
	color:#222222;
	font-size:18px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

h3 {
	color:#222222;
	font-size:12px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
	
a {
	color:#4f5848;
	}

a:hover {
	color:#000000;
	}
	
#topbar {
	position:fixed;
	height:80px;
	width:100%;
	background-image:url(images/greybar.png);
}

#navigation {
	margin-left: calc(20%);
	height:70px;
	width:700px;
	}

#item {
	font-size:18px;
	text-align:center;
	line-height:2;
	font-family:Georgia, serif;
	color:#000000;;
	opacity:0.7;
	float:right;
	margin:10px;
}
	
#item:hover {
	opacity:1;
	text-decoration:underline;
}
		
#item a {
	text-decoration:none;
}


#container {
	padding-top:70px;
	margin-left: calc(20%);
	width: 950px;
}

#main {
	float:left;
	border-bottom:1px solid #222222;
	width:700px;
	padding-bottom:10px;
	}
	
#content {
	width:97%;
	margin:auto;
	text-align:justify;
	font-size:16px;
	font-family:Georgia, serif;
	color:#333333;
	line-height:2;
	}
	
#bottom {
    width: 700px;
    float:left;
	text-align:center;
	font-size:11px;
	font-family:Georgia, serif;
	color:#555555;
	line-height:3;
	font-weight:bold;
}
	
#sidebar {
	width:200px;
	margin-top:50px;
	float:right;
	line-height:3;
	font-size:10px;
	text-transform:uppercase;
	line-height:3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	}
	
#sidebar a {
	color:#222222;
	text-decoration:underline;
	}

#sidebar a:hover {
	color:#4f5848;
	text-decoration:underline;
	}
	
#admin {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#353535;
	width:200px;
	background:#e2e2e2;
	padding:5px;
	border:1px solid #666666;
	}
	
ul {
	margin-left:30px;
	}

input[type="button"], input[type="submit"] { 
	padding: 3px;
} 

	