body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #dddddd;	
	margin:0;
	padding:0;
	background: #333333;
	
}
/*page start*/
#main {
	width:752px;
	padding:0 50px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
#page {
	width:752px;
	float:left;
}
/*header start*/
#header {
	float:left;
	width:752px;
	/* min-height:130px; */
	padding:100px 0 0 0px;
}

/* IE HACK, SHOULD GO IN SEPARATE CSS , BTR NOTYET  */
* html #header {
	/* height:130px; */
}



/*main navigation start*/
#menubar {
	background-color: #adadad;	
	padding: 0 0 0 40px;
	height: 30px;
}

#horiz-menu {
	margin: 0;
	padding:0;
	float:left;
	height:30px;
}
#horiz-menu li {
	color:#fff;
	list-style:none;
	float:left;
	margin:0;
	display:inline;
	line-height:27px;	/* height less border */
	font-weight:bold;
	border-top: solid 3px #af002c;
	/* width: 100px; */
	
}       
#horiz-menu li a {
	color:#fff;
	float:left;
	text-decoration:none;
	padding: 0 10px;
}
#horiz-menu li a.active,
#horiz-menu li.hover a,
#horiz-menu li:hover a {
	color: white;
}
#horiz-menu li.active,
#horiz-menu li.hover,
#horiz-menu li:hover {
	position:relative;
	background-color: #af002c;
}
#horiz-menu li.hover ul,
#horiz-menu li:hover ul {
	display:block;
}
/*sub navigation start*/
#horiz-menu ul {
	margin:0;
	padding:0;
	display:none;
	width:200px;
	left:-20px;
	top:24px;
	border:1px solid #7BC533;
	position:absolute;
	background:#A2D76F;
}
#horiz-menu ul li {
	margin:0;
	width:100%;
	display:block;
}
#horiz-menu ul li a {
	float:none;
	padding:0 0 0 20px;
	display:block;
	color:#fff !important;
}
#horiz-menu ul li a:hover {
	color:#00c !important;
}

/*sub navigation end*/
/*main navigation end*/
/*header end*/



/*right column start*/
#right-column {
	width:752px;
	float:right;
}

#content {
	margin: 0;
	padding: 0; /* must be 0 for image to fit */
	min-height: 290px;
	line-height: 125%;
}

#content p {
	padding: 8px;
}


/* content 2 */
#content2 {
	clear: both;
	min-height: 204px;
	padding: 8px 8px 8px 300px;
	background:#adadad url(../images/logo-lower.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: black;
	line-height: 150%;
}

#content2 p {
	padding: 8px;
}


/* end content2 */
img {
	border: none;
	display: block;
}

img.contentpic {
/*	float: left;
	margin-right: 40px;
*/	
}


/*footer start*/
#footer {
	float:left;
	width:752px;
	padding:30px 0 20px 0px;
	color:#cccccc;
	font-size:12px;
	text-align:center;
}
/*footer head start*/
#footer h3 {
	margin:0;
	font-size:14px;
}
/*footer head end*/
/*footer links start*/
#footer ul {
	margin:0;
	padding:1px 0 0 0;
}
#footer ul li {
	list-style:none;
	display:inline;
	padding:0 2px 0 8px;
}
#footer ul .first {
	background:none;
	padding-left:2px;
}
#footer ul li {
	padding: 8px 6px;
}
#footer ul li a {
	color:#848E76;
	text-decoration:none;
}	
#footer ul li a:hover {	
	text-decoration:underline;
}
/*footer links end*/
/*footer text start*/
#footer p {	
	clear: both;	
	margin: 8px 0;
}

#footer a.web {
	text-decoration: none;
	color: #cccccc;
	font-size:10px;
}

/*footer text end*/
/*footer end*/
/*page end*/



.clearer {
	clear: both;
}

.leftimg {
	float: left;
	margin: 0 30px 0 0;
}
.leftimg img {

}
/* fix gap in firefox wit h floated image in firefox */
#content {
	overflow: auto;
}

.special {
	color: red;
	font-weight: bold;
}
a.textnav {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#content p.galleryby {
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#content p.gallerysite {
	text-align: right;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 100%;
	
	
}
.gallerysite a {
	text-decoration: none;
	font-weight: bold;
	color: red;
	
}
