html, body{
margin:0;
padding:0;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

#container {
height: 450px;
width: 700px;
margin: 0 auto;
}

#content {
top: 100px;
position: relative;
width: 350px;
margin: 0 auto;
}

#content1 {
position: relative;
text-align: left;
margin: 5px;
padding: 5px;
height: 250px;
width: 680px;
}

#menubar ul{
list-style: none;
padding: 0;
margin: 0;
} 

#menubar li{
float: left;
padding: 5px;
margin: 5px;
} 

#menubar li a
{
background: url(button.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 10em;
display: block;
border: 0.1em solid #dcdce9;
color: #0D2474;
text-decoration: none;
text-align: center;
}

#head {
background-image: url(white.gif);
height: 120px;
position:relative;
border-bottom: dashed 1px #FF6600;
}

#info {
height: 120px;
background-image: url(orangebuilding.gif);
position: relative;
}


#left {
	text-align: center;
	position: absolute;
	width: 300px;
	top: 100px;
	left: 0px;
}

#right{
	text-align: center;
	position: absolute;
	width: 300px;
	top: 100px;
	right: 0px;
}

#foot{
background-color: #CCCCCC;
clear: both;
width: auto;
text-align: center;
padding: 5px;
}

a{
color: #000066;
text-decoration: none;
}

a.link{
}

a:hover{
color: #999999;
}
