*
html
{
	overflow-x: hidden;
	overflow-y: auto;
}



* {
	border:0;
	margin:0;
	padding:0;
}

/* general */

.clearfloats { clear: both; }

.highlight
{
	font-style: normal;
	color: #039;
	font-weight: bolder;
}

a:link
{
	color: #600;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #030;
}
a:visited
{
	color: #600;
	text-decoration: none;
}



p
{
	font-size: 14px;
	color: #000;
	line-height: 16px;
	padding-top: 9px;
	font-variant: normal;
}

h2
{
	font-size: 20px;
	color: black;
	line-height: 21px;
	font-variant: small-caps;
	font-weight: bold;
}

.white 
{
	font-size: 20px;
	color: #fff;
	line-height: 21px;
	font-variant: small-caps;
	font-weight: bold;
}

.smwhite
{
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	padding-top: 9px;
}


body
{
	margin: 0 auto;
	font-family: Trajan, "Times New Roman", Times, serif;
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

/* general */
/* container */

#container
{
	margin: 0 auto;
	width: 980px;
	text-align: left;
	height: auto;
	background-color: transparent;
}

#content
{
	margin: 0;
	width: 980px;
	height: 434px;
	background-color: #FFC;
}

#contact
{
	margin: 0;
	width: 980px;
	height: 434px;
	background-color: #000;
}

#gallerycontent
{
	margin: 0px;
	width: 980px;
	height: 575px;
	background-color: #000;
}
#gallery
{
	margin: 0;
	width: 980px;
	height: 575px;
	padding: 10px 5px 10px 15px;
	position: relative;
	float: left;
	background-color: #000;
	border: 0px #FF0 dotted;
}

#gallerynav
{
	margin: 0;
	width: 156px;
	height: 535px;
	padding: 20px;
	position: relative;
	float: left;
	background-color: #FFC;
		border: 0px #FF0 dotted;
}


#rightimage
{
	width: 392px;
	height: 434px;
	background-color: #FFC;
	float: right;
	margin: 0;
}

#wideimage
{
	width: 588px;
	height: 434px;
	background-color: #FFC;
	float: right;
	margin: 0;
}

#shorttext
{
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #FFC;
	width: 362px;
	text-align: left;
	height: 415px;
	float: left;
	overflow: auto;
}

#abouttext
{
	margin: 0;
	background: #FFC;
	width: 556px;
	text-align: left;
	height: 415px;
	float: left;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#shorttext_contact
{
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #000;
	width: 352px;
	text-align: left;
	height: 415px;
	float: left;
	overflow: auto;
}

#longtext
{
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #ffffcc;
	width: 556px;
	text-align: left;
	height: 415px;
	float: left;
	overflow: auto;
	font-variant: normal;
}

#longtext p
{

	font-variant: normal;
}



#header
{
	height: 106px;
	width: 980px;
	text-align: left;
	background-color: #660000;
	border: 0;
}

/*---------MENU------------------------------*/
#menu1
{
	width: 980px;
	height: 30px;
	background-color: #960;
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
}

#menu ul { list-style: none; }

#menu li
{
	float: left;
	height: 30px;
	color: #600;
	display: inline;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	width: 162px;
	font-variant: small-caps;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFCC;
}
#menu li.last
{
	border-right-width: 0pc;
}

#menu a
{
	float: left;
	height: 30px;
	color: #FFC;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	width: 163px;
	font-variant: small-caps;
}

.cap { font-size: 24px; }

#menu a:hover
{
	height: 30px;
	color: #030;
	text-decoration: none;
}

/*--------------MENU---OUT-------------*/
#logo
{
	width: 980px;
	height: 111px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#logo a
{
	width: 980px;
	height: 111px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	background-color: transparent;
}

#homepic
{
	width: 980px;
	height: 434px;
	background-image: url(images/homepic.jpg);
}

/*--------------FOOTER-------------*/
#footer
{
	height: 30px;
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding-top: 2px;
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url(images/footer.gif);
}

#footer p
{
	margin-top: 0px;
	font-size: 12px;
	text-align: center;
	color: #960;
	letter-spacing: 4px;
	font-weight: bolder;
	line-height: 15px;
}


#footer a:link
{
	color: #960;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: none;
	color: #000;
}
#footer a:visited
{
	color: #960;
	text-decoration: none;
}

/*--------------Admin-------------*/


.gridTitle{ border-top: 1px #FFFFFF solid;  border-bottom: 1px #C1C1C1 solid; border-left: 1px #C1C1C1 solid; border-right: 1px #FFFFFF solid; }
.gridRow{ border-bottom: 1px #E7E7E7 solid; } 
.subMenu{ border: 1px solid #000000; background-color:#FFFFFF ; width:100px;  } 
td{ font-family: Trajan, Times, serif; font-size: 14px; color: rgb(0,0,0) }
input{ font-family: Trajan, Times, serif; font-size: 14px; color: rgb(0,0,0) }
select{ font-family: Trajan, Times, serif; font-size: 14px; color: rgb(0,0,0) }
.gridTitle { border: 1px #000 solid; }
.gridRow { border: 1px #000 solid; }
.button
{
	font-family: Trajan, Times, serif;
	font-size: 14px;
	background-color: #C00;
	color: #000000;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}
