/* Main layout and header */
body {
	background:url(img/bg.gif) repeat-y top center #eaeaea;
	color:#000000;
	margin:1 auto;
	padding:5;
	font-family: Sylfaen;
	font-size: 100%;
}
#wrap {
	color:#303030;
	margin:0 auto;
	padding:10px 5px;
	width:760px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(img/background.gif);
}
.picture {
	margin: 2px;
	padding: 5px;
	position: static;
	width: 261px;
	height: 196px;
	clear: both;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: auto;
}

#header {
	background:url(img/bannerhead.jpg) no-repeat center #fff;
	height:194px;
	margin:0 0 25px;
	padding:0;
}
table {
	border: 0px;
	padding:0px;
	border-color:#fff;
	width: 400px;
}
td {
	border: 0px;
	padding-right:10px;
	vertical-align:top;
}


/* Left sidebar and menu */
#leftside {
	clear:left;
	float:left;
	margin:0 0 7px;
	padding:0;
	width:150px;
	height: 500px;
}
#leftside ul.navmenu {
	list-style:none;
	margin:0 0 18px;
	padding:0;
	width:150px;
}
#leftside ul.navmenu li {
	display:inline;
	padding:0;
	width:150px;
}
#leftside ul.navmenu li a {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	float:left;
	font-size:1em;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:138px;
}
#leftside ul.navmenu li a:hover, #leftside ul.navmenu li a.current {
	background:url(img/menubg2.gif) repeat-x bottom left #eaeaea;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #505050;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #b0b0b0;
	color:#505050;
}
#leftside ul.contact {
	list-style:none;
	margin:0 0 18px;
	padding:0;
	width:150px;
}
#leftside ul.contact li {
	display:inline;
	padding:0;
	width:150px;
}
#leftside ul.contact li a {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	float:left;
	font-size:.9em;
	margin-top:15px;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:138px;
}
#leftside ul.contact li a:hover, #leftside ul.contact li a.current {
	background:url(img/menubg2.gif) repeat-x bottom left #eaeaea;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #505050;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #b0b0b0;
	color:#505050;
}
#leftside .announce {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px  solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	clear:left;
	color:#505050;
	line-height:1.3em;
	margin:10px  0;
	padding:5px 5px 5px;
	width:134px;
}


/* Main content */
#content {
	height: 500px;
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	padding-left: 50px;
	text-align:left;
}

/* h2 Heading (big) */
#content h2 {
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:0px;
	margin:0 0 30px;
	padding:0;
}

/* h3 Heading (smaller) */
#content h3 {
	font-size:1.6em;
	font-weight:bold;
	margin:5px 0 0px;
	padding:0;
	font-family: "Bradley Hand ITC", "Sylfaen";
}


/* Footer */
#footer {
	border-top:4px solid #dadada;
	clear:both;
	font-size:0.9em;
	color:#000000;
	margin:0 auto;
	padding:4px 0;
	text-align:center;
	width:760px;
	background-color: #FFFFCC;
}
#footer p {
	margin:0;
	padding:0;
	vertical-align:middle;
}
#footer a:hover {
	text-decoration:underline;
}


/* Links and paragraphs */
a {
	background:inherit;
	color:#505050;
	text-decoration:none;
	font-weight:700;
}
a:hover {
	color:#000000;
	background-color: #FFFFCC;
}
a img {
	border:0;
}
p {
	margin:0 0 16px;
}
