
html,body{
	margin: 0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
img{
	border:0px;
}

div#container{
	width:745px;
	margin:0 auto;
	margin-top: 10px;
}
div#container2{
	text-align: left;
}


div#header{
	height: 78px;
	margin: 0px 0px 10px 0px;
	padding-top: 0px;
	border: dashed #999999 1px;
	width: 743px;
}
h1,h2,h3{
	margin: 0;
	padding:0;
}
h1{
	padding-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
div#navitop {
	height: 310px;
	border: dashed #999999 1px;
	border-bottom: none;
	border-right: none;
	padding-top: 10px;
}
div#navibottom {
	height: 66px;
	border: dashed #999999 1px;
	border-right: none;
	padding-top: 10px;
}


div#navigation{
	float: left;
	width: 160px;
	\width:170px;
	w\idth:160px;
	padding: 0 0 0 0;
	text-align: right;
}
div#extra{
	float: right;
	width: 160px;
	border: dashed #999999 1px;
	border-left: none;
	padding-top: 10px;
	
}
div#extrabottom{
	float: right;
	width: 160px;
	border: dashed #999999 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 10px;
}

div#content{
	margin-right: 170px;
	margin-left: 170px;
	width: 399px;
}
