/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 14px/21px Sans-serif;
	text-align: center;
	background: #cc9;
}

p {
	margin: 8px 0 10px 15px;
}

a {
	color: #930;
	text-decoration:none;
}
	
a:visited {
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

#menu ul {
	padding-bottom: 5px;
	padding-right: 8px;
}

#menu li {
	list-style: none;
	padding-top: 4px;
	margin-bottom: 10px;
	font-weight: bold;
}

ul.main {
	margin-left: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 140%;
}

h2 {
	font-family: Serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin-top: 20px;
}

h3 {
	font-family: Serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	margin-top: 30px;
}

/* === Page === */

#page {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
    display: block;
}

/* Hides from IE-mac */

* html .clearfix {
    height: 1%;
}

/* === Header === */

#header {
	width: 600px;
	text-align: center;
}

.clearblock {
	clear: both;
}


/* === Footer === */

#footer {
	width: 600px;
	margin-top: 20px;
	padding: 10px auto;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
	font-size: 12px;
	color: #663;
	text-align: center;
}

/* === Main === */

#menu {
	width: 200px;
	margin-top: 120px;
	float: left;
	text-align: left;
}


#content {
	width: 600px;
	float: left;
	text-align: left;
}

table {
	margin: 0 0 15px 15px;
}

td {
	vertical-align: middle;
	padding: 5px;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
}