﻿body {
	background:url(../siteart/sitebg.jpg) repeat-x bottom center #27541d;
	margin:15px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#27541d;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#27541d;
	display:block;
	margin:0 0 10px;
}

#wrapper {
	background:#fff;
	vertical-align:top;
	padding:10px;
}

#header {
	background:url(../siteart/headerbg.jpg) no-repeat right center;
	border-bottom:10px #fff solid;
}

#address {
	float:right;
	text-align:right;
	width:300px;
	margin:75px 10px 10px 0;
}


/*------------------Navigation Section-------------------*/

#nav {
	background:url(../siteart/navbg.gif) repeat-x top #000;
	color:#fff;
}

#date {
	float:right;
	width:200px;
	text-align:right;
	color:#fff;
	padding:15px 10px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	text-decoration:none;
	text-transform:capitalize;
	font-size:14px;
	color:#fff;
	padding:10px 20px;
	border-right:1px #000 solid;
	border-left:1px #2d2d2d solid;
	display:block;
}

#nav li a:hover {
	color:#ff0000;
	background:#2d2d2d;
}

.sub-menu {
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:0px solid black;
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background: #000;
	width: 200px;
}

.sub-menu a:link, .sub-menu a:visited, .sub-menu a:active {
	display: block;
	border-bottom: 1px #2d2d2d solid;
	padding: 5px;
	text-decoration: none;
	color:#fff;
}

.sub-menu a:hover { /*hover background color*/
	background: #2d2d2d;
	color: #ff0000;
}


/*------------------Content Section--------------*/

#left {
	vertical-align:top;
	padding:10px;
	background:#f4f4f4;
	width:467px;
}

#right {
	background:#ececec;
	padding:15px;
	width:457px;
}

#slide {
	padding:10px 0 0;
	text-align:center;
}

#footer {
	padding:15px;
	text-align:center;
}