/*css document*/
body{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background-color: #CCCCCC;
	font-family: Tahoma;
}
ul li{
	list-style-image: url('images/bull.jpg');
	font-size: 0.8em;
}
#wrapper{
	width: 900px;
	margin: 0 auto;
}
#head{
	width: 900px;
	margin: 0 auto;
}
#lcont{
	width: 221px;
	height: 330px;
	float: left;
}
#logo{
	width: 221px;
	height: 135px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;

}
#rimages{
	width: 221px;
	height: 195px;
	background-image: url(images/leftimages.jpg);
	background-repeat: no-repeat;
	float: left;
	
}
#bname{
	width: 669px;
	height: 51px;
	margin-left: 221px;
	font-size: 1em;
	font-weight: bold;
	color: #DE0000;
	text-align: right;
	padding-top: 5px;
	line-height: 22px;
	padding-right: 10px;
}
#menu{
	width: 679px;
	height: 40px;
	margin-left: 221px;
}
#limages{
	width: 679px;
	height: 234px;
	margin-left: 221px;
	background-image: url(images/rightimages.jpg);
	background-repeat: no-repeat;
}
#bod{
	width: 900px;
	height: 472px;
	background-image: url(images/midrep.jpg);
	background-repeat: no-repeat;
}
#mid{
	width: 859px;
	height: 458px;
	background-image: url(images/mid_back.jpg);
	background-repeat: no-repeat;
	margin-left: 22px;
}
#left{
	width: 429px;
	height: 409px;
	float: left;
	font-size: 0.9em;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 18px;
}
#right{
	width: 402px;
	height: 399px;
	float: right;
	font-size: 0.9em;
	padding-right: 8px;
	line-height: 20px;
	padding-top: 10px;
}
#rtop{
	width: 402px;
	padding-left: 8px;
}
#ms_back{
	width: 398px;
	height: 25px;
	background-image: url(images/msback.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 8px;
}
#right-bot{
	width: 402px;
	padding-left: 8px;
}
#footer{
	width: 900px;
	height: 30px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#copy{
	font-size: 0.7em;
	color: #FFFFFF;
	width: 600px;
	padding-left: 25px;
}
#bfoot{
	font-size: 0.9em;
	color: #000066;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
a.textl:link {color: #000066; text-decoration: none; }
a.textl:visited {color: #000066; text-decoration: none; }
a.textl:hover {color: #000066; text-decoration: underline; }
a.textl:active {color: #000066; } 
a.text2:link {color: #ffffff; text-decoration: none; }
a.text2:visited {color: #ffffff; text-decoration: none; }
a.text2:hover {color: #ffffff; text-decoration: underline; }
a.text2:active {color: #ffffff; } 
/* Gallery */
#gallerybod{
	width: 900px;
}
#midgallery{
	width: 900px;
	background-image: url(images/galleryrep.jpg);
	background-repeat: repeat-y;
}
#imageholder{
	width: 750px;
	height: 280px;
	margin: 0 auto;
	vertical-align:text-top;
}
#imageleft{
	width: 350px;
	float: left;
	vertical-align:text-top;
}
#imageright{
	width: 350px;
	float: right;
	vertical-align:text-top;
}
/* About us */
#aboutinner{
	width: 830px;
	margin: 0 auto;
	padding-left: 20px;
	font-size: 0.9em;
}