﻿  /* CSS layout */
body {
	margin:0;
	padding:0;
	background-color:#2da6e4;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#000;
}
#header{
	background-image:url('layout/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:321px;
}
#container {
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	width:945px;
	min-height:400px;
	margin-right:auto;
	margin-left:auto;
}
#body-top{
	background-image:url('layout/body-top.jpg');
	background-repeat:no-repeat;
	width:951px;
	height:40px;
	margin:0 auto 0 auto;
}
#left_col {
	width: 300px;
	float: left;
	margin:0 0 0 24px;
}
#right_col {
	width: 198px;
	float: right;
	padding:0 28px 0 0;
}
#address{
	background-image:url('layout/rightcolumn-addressbg.jpg');
	background-repeat:no-repeat;
	width:198px;
	height:206px;
	margin:0;
	padding:0;
	text-align:center;
}
#schedule{
	background-image:url('layout/rightcolumn-schedule.jpg');
	background-repeat:no-repeat;
	width:198px;
	height:206px;
	margin:0;
	padding:0;
	text-align:left;
}
#page_content {
	margin:0 10px 0 310px;
	width:386px;
	padding:16px 0 0 0;
	position:absolute;
}
p{
	margin:0 0 15px 24px;
	width:350px;
	text-align:justify;
	line-height:1.3em;
}
#footer {
	clear: both;
	background-image:url('layout/footer.jpg');
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	padding:0;
	width:945px;
	height:58px;
}
#awmAnchor-menu{
	margin:0 0 250px 5px ;
}
#mainheading{
	margin:0 auto 0 auto;
	height:59px;
	width:985px;
}
li{
	list-style:disc;
	color:#000;
	
}
a:link, a:visited, a:active{
	color:white;
}
a:hover{
	color:black;
}
