/* CSS Document */
* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee; 
}
#container {
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
	
}
#header {
	width: 780px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
	background-color: #012E6F;
	}

#mainContent {
	width:780px;
	background-image: url(../images/bg1.jpg);
	height: 718px;
	}
	
	
#topMenu{
	width:780px;
	color: #FFFFFF;
	top: 13px;
	position: relative;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5; */
}	
	
#leftContent{
	float: left;
	width: 245px;
	margin-top: 20px;
	padding-left: 35px;
}
#rightContent{
	float: right;
	width: 471px;
	height: 462px;
	background-image: url(../images/right_content-bg.jpg);
	margin-top: 20px;
	margin-right: 0px;
}

	
	
#footer {background: #6D1811;
	
}

.imgBorderBrown {
	border: 2px solid #ffffff;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.maintext{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.maintext2{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.maintext2a{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}




.mainText3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	padding-left: 4px;
}

.maintext4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 20px;
}




#top {
	width: 234px;
	padding-top: 5px;
}



#bottom{
	/*background-color: #ede9d9; */
	width: 234px;
	/* border: 1px solid #c9c2ac;  */
	margin-top: 5px;
	padding-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D1811;
}

#gallery{
	width: 90%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-left: 20px;
}

.imgGallery{
	border: 2px solid #ffffff;
	margin-right: 11px;
	margin-left: 11px;
	}
	
.footerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #6d1911;
	padding-left: 4px;
}


.title2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #012E6F;
	padding-left: 0px;
}

.title3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #012E6F;
	padding-left: 0px;
}


/*.arrowImage{
	float: right;
	
}*/





a:link {
	color: #666666;
	text-decoration: underline;
}     
a:visited {color: #666666;
text-decoration: underline;}  
a:hover {
	color: #666666;
	text-decoration: underline;
}  
a:active {color: #666666;
text-decoration: underline;} 


.imgPad1{
	padding: 2px;
	float:right;
}


/* footer link styles */

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}     
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}  
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}  
a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
} 

/* gallery link styles */

a.gallery:link {
	color: #FFFFFF;
	font-size:12px;
}     
a.gallery:visited {
	color: #FFFFFF;
	font-size:12px;
}  
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:12px;
}  
a.gallery:active {
	color: #FFFFFF;
	font-size:12px;
} 
