/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#container {
	width:700px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 5px;
	}

#side {
	float: left;
	width: 188px;
	}

#topside {
	float: left;
	width: 188px;
	height: 14px;
	background-image: url(images/topside.jpg);
	}
	
#midside {
	width: 188px;
	background-color: #FFFFFF;
	}
	
#bottomside {
	width: 188px;
	height: 14px;
	background-image: url(images/bottomside.jpg);
	}
	
#inmid {
	width:174;
	padding-left: 14px;
	font-size: 11px;
	text-align: left;
	line-height: 17px;
	}
	
.ico {
	float: left;
	width: 188;
	margin-top: 5px;
	}	
	
#main {
	width: 497px;
	float: right;
	}
		
#topmain {
	background-image: url(images/topmain.jpg);
	width: 497px;
	height: 14px;
	}

#midmain {
	width: 497px;
	background-color: #FFFFFF;
	min-height: 407px;
	height: auto;
	
	}
		
#bottommain {
	background-image: url(images/bottommain.jpg);
	width: 497px;
	height: 14px;
	}

#inmain {
	background-image: url(images/crestbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	min-height: 407px;
	height: auto;
	}

#firstpic {
	width: 250px;
	float: right;
	margin-left: 14px;
	border: 1px solid #a0843a;
	}
	
.gallery {
	width: 450px;
	margin: 0px auto;
	text-align: left;
	min-height: 300px;
	height: auto;
	}

.gallery img {
	margin-right: 7px;
	margin-top: 7px;
	border: 1px solid #a0843a;
	}

.h2 {
	color: #a0843a;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}