body {
	font-family: Arial, Helvetica, san-serif;
	background-image: url(/images/header_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 11px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #333333;
}

div {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #333333;
}

div a:link, div a:visited, div a:active {
	font-size: 11px;
	color: #986b36;
	text-decoration: underline;
}
div a:hover {
	font-size: 11px;
	color: #ffcc00;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	font-size: 11px;
	color: #986b36;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	color: #ffcc00;
	text-decoration: underline;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 970px;
}

/* HEADER */
#header {
	width: 970px;
	height: 135px;
	clear: both;
}

#toplinks {
	width: 970px;
	height: 21px;
	color: #ffffff;
	font-size: 10px;
	clear: both;
}
#toplinks a:link, a:visited, a:active {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
#toplinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#logo {
	width: 970px;
	height: 110px;
	color: #333333;
	font-size: 12px;
	clear: both;
}

#sitelogo {
	float: left;
}

#sitetag {
	position: relative;
	top: 10px;
	float: left;
	height: 90px;
	border-left: 1px solid #333333;
}

/* HOMEPAGE MAIN */
#homemain {
	width: 970px;
	clear: both;
}

/* HOMEPAGE MODULES */
#homemainmodule {
	width: 970px;
	clear: both;
	border-bottom: 1px solid #666666;
}

/* SUBPAGE */
#subheader {
	width: 970px;
	clear: both;
}

#subcontent {
	width: 970px;
	clear: both;
}

#pagecontentshort {
	float: right;
	width: 640px;
}

#pagecontentfull {
	width: 970px;
	clear: both;
}


/* NAVIGATION */
#nav {
	clear: both;
}
#subnavdiv {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* PORTFOLIO  */
#portfolio {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

/* FOOTER */
#footer {
	clear: both;
	color: #999999;
	font-size: 10px;
}
#footer a:link, a:visited, a:active {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	font-size: 10px;
	text-decoration: underline;
}
