body {
	background-color:#ded078;
	background-image:url('../images/bg.jpg');
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:15px;
	text-align:center;
}

#top {
	width:776px;
	height:33px;
	margin:auto;
	background-image:url('../images/top.png');
	background-repeat:no-repeat;
}

#wrapper {
	width:776px;
	margin:auto;
	background-image:url('../images/dropShadow.png');
}

#wrapper2 {
	width:762px;
	margin:auto;
	background-image:url('../images/wrapper_bg.jpg');
	text-align:left;
	min-height:400px;
}


#bottom {
	width:776px;
	height:33px;
	margin:auto;
	background-image:url('../images/bottom.png');
	background-repeat:no-repeat;
}

#sidebar {
	width:195px;
	float:left;
	margin-left:24px;
	text-align:right;
}

#logo {
	margin:40px 0;
}

a.navLink,
a:link.navLink,
a:visited.navLink
{
	display:block;
	border-bottom:solid 1px #c1b471;
	padding:10px 5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}

a:hover.navLink,
a:active.navLink
{
	color:#000;
	text-decoration:none;
	background-image:url('../images/navHover_bg.png');
}

.navLinkFirst {
	border-top:solid 1px #c1b471;
}

.sidebarContact {
	font-weight:bold;
	margin-top:40px;
	padding:0 5px;
}

#content {
	width:450px;
	float:right;
	margin-right:35px;
	padding-bottom:15px;
}

#content p {
	text-align:justify;
}

a,
a:link,
a:visited
{
	color:#009787;
	text-decoration:none;
}

a:hover,
a:active
{
	color:#000;
	text-decoration:underline;
}

h2 {
	background:#000;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	padding:8px 12px;
	margin:25px 0;
}

.clear {
	clear:both;
}
