/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
/*p {text-align: left;}
*/
body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#000;
	color: #666;
}

{
	margin: 0 auto 0 auto;
	text-align: center;
	color: #666;
}

#page
{
	display: block;
	height:591px;
	position: relative;
	overflow: hidden;
	width: 850px;
	border: 3px solid #666666;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;

}

#header
{
	height:76px;
	width:850px;
	background-color: #000;

}

#headerTitle
{
position:relative;
left:30px;
top:75px;
color:#FFFFFF;
text-align:left;
font-size:30px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerSubText
{
position:relative;
left:30px;
top:72px;
color:#DEE6F8;
text-align:left;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


.contentTitle
{
	width:700px;
	height:44px;
	margin-top:20px;
	margin-left:auto;
	background-image:url(tab_back.png);
	background-repeat:no-repeat;
	margin-right: auto;

}

.contentTitle h1
{
margin-left:21px;
padding-top:8px;
font-size:17px;
font-weight:bold;
color:#071027;
}



/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

#MaincontentText
{
	height:450px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #000;
	font-weight: bold;
	color: #666;
	padding-right: 20px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#Index
{
	width:330px;
	height:450px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #000;
	font-weight: bold;
	color: #666;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: auto;
	float: left;
	overflow: hidden;
}



.Content
{
	width:600px;
	height:450px;
	position: relative;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #000;
	font-weight: bold;
	float: none;
	padding-left: 0px;
	padding-right: 0px;
	color: #666;
	overflow: scroll;
}

.contentText
{
	width:850px;
	top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #666666;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #3F9;
	overflow: auto;
	background-color: #000000;
	vertical-align: middle;
	visibility: visible;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 15px;
}

#imageholder {
	width: 435px;  /* since this element is floated, a width must be given */
	height:430px;
	float: right;
	background-color: #000;
	;
	margin-top: 0px;
	padding-top: 35px;
	margin-bottom: 0px;
	/*width: 12em;  since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0;  top and bottom padding create visual space within this div */
}


.DetailsTitle
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-weight: bold;	
}

#DetailsContent
{
    margin-left:60px;
	margin-right:60px;
}






a
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	color:#F00;
	font-size: 14px;
}



#footer 
{
	width: 850px;
	height:30px;
	text-align:center;
	font-size:11px;
	color:#666;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 15px;
}


#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlistbottom li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

html, body 
{

}

p {
	text-align: center;
}

.se { display: none
}

#boxframe {
	width: 845px;
	height: 450px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

.boxframe2 
{
	border-color: #3F3;
	width: 800px;
	height: 700px;
}



.underlinemenu
{
	font-weight: bold;
	width: 100%;
	font-size: 14px;
}

.underlinemenu ul
{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;
//set value to "left", "center", or "right"*/
}

.underlinemenu ul li
{
display: inline;
}

.underlinemenu ul li a
{
	color: #999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;/*border-bottom: 3px solid gray; /*bottom border is 3px*/
	/*border-bottom: 3px solid gray; bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected
{
border-bottom-color: black;
}






.gallerymenu
{
	font-weight: bold;
	width: 100%;
	font-size: 14px;
	padding-left: 50px;
}

.gallerymenu ul
{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
}

/*.gallerymenu ul li{
 display: inline;
*/ }

.gallerymenu ul li a
{
	color: #999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	/*margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;/*border-bottom: 3px solid gray; /*bottom border is 3px*/
	/*border-bottom: 3px solid gray; bottom border is 3px*/
}

.gallerymenu ul li a:hover, .underlinemenu ul li a.selected
{
border-bottom-color: black;
}


#Gallery
{
	width:330px;
	height:450px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #000;
	font-weight: bold;
	color: #666;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: auto;
	float: left;
	overflow: hidden;
}
#contactform 
{
	text-align: left;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	
	
}

