* {
    margin: 0;
    padding: 0;
}

body {
	background: #666666;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	height: 100%;
	font-size: 12px;
}

h2,h3 {
	font-size: 100%;
}

ul{margin-top:2px; text-align:left; display: block; margin-right: 22px; margin-left: 14px;}
ul li{list-style:none;clear:both; border-bottom: 1px dotted #666666; padding-top: 3px; padding-bottom: 15px;}

li.last { border-bottom: none; }

#header {
height: 150px;
background-color: #666666;
}
#content{
height: 400px;
background-color: #cecece;
}
#footer {
height: 50px;
background-color: #666666;
}
