/* CSS Document */
#page{
	width: 780px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -385px;

}

#header {
	background-color: #999966;
	border-style: outset;
	border-width: 1px;
	padding: 5px;

}

#logo {  }

#advert { }

#menu {
	border-style: outset;
	border-width: 1px;
	padding-left:15px;
	padding-right:15px;
	background-color: #666666;
	top: 0px;
	left: 0px;
}

#contents {
	border-style: outset;
	border-width: 1px;
	border-color:#666666;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	width: auto;
}

#topMenu{
	margin-right: 20px;
}



#utility{
	position: absolute;
	top: 55px;
	left: 714px;
	width:152px;
}

#telephone{
	position:absolute;
	top: 35px;
	left: 585px;	
}

#main{
	width:540px;
	top:0px;
	padding:0px;
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:#666666;
}

#contact{
	position: absolute;
	left:565px;
	width:200px;
	padding-left:5px;
	margin:5px;
	top: 77px;
}

#footer {

	background-color:#999966;
	font-size:9px;
	text-align:center;
	color:#FFFFFF;
	border-style: outset;
	border-width: 1px;
	width:780px;
}
