#header {
height: 80px;
padding: 10px;
text-align:center;
}
#header h1 {
font-family: "Times New Roman";
font-size: 50px;
color: #666666;
padding-bottom:10px
}


		body {
			font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
			text-align: center;
			color: #333;
			background-color: #fff;
			margin-top: 5em;
		}
		
		h1 {
			font-size: 2em;
			padding: 0;
			margin: 0;
		}
		
		h3 {
			font-size: 1.2em;
			font-weight: bold;
			text-align: center;
		}


		h4 {
			font-size: 1em;
			font-weight: bold;
		}
		
		form {
			width: 468px;
			background-color: #eee;
			border: 1px solid #ccc;
			margin-left: auto;
			margin-right: auto;
			padding: 1em;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}

		header {
			width: 468px;
		}
			
		a {
			color: #09c;
			text-decoration: none;
			font-weight: bold;
		}

		a:visited {
			color: #07a;
		}

		a:hover {
			color: #c30;
		}


.content a { font-size: 11px; color: #666; text-decoration: none; padding: 10px 0 5px;  display:block;  width:154px;  height:40px;  position:relative;  z-index:2; cursor:pointer; }
.content li a img { border: 0;  float: left;  margin: 0 10px; }
