/* Layout CSS */ 

body {
 margin:20px;
 background:#808080;
 background-image:url(../images/body_bg.gif);
 background-repeat:repeat;
 color: #333333;
 text-align:center;
 padding:0;
 font:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#333333;
 }

#outer {
	text-align:left;
	margin:auto;
	background-attachment: scroll;
	background-image: url(../images/leftcol.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
	background-color: #FFFFFF;
	top: 0px;
 }

#hdr {
 background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 132px;
	width: 800px;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
	position:relative;
	background-image: url(../images/side_man.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position:left;
	width:800px;
	padding:0;
 }

#l-col {
	float:left;
	text-align:left;
	color: #333333;
	clear: right;
 }

#cont {
	width: 608px;
	margin-left:172px;
	margin-top:0px;
	padding-left:10px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:436px;
	text-align:left;
	background-color: #FFFFFF;
	padding-right: 10px;
 }

#ftr {
	height:26px;
	width:800px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	padding-left:183px;
	padding-top:2px;
	color:#FFFFFF;
	margin:0;
	clear: both;
 }
 /* navigation css */ 
 #l-col ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#l-col li a{
	display:block;
	height: 25px;
	width: 125px;
}
.home a:link  {
	background-image:url(../images/home.gif);
	height: 31px;
	width: 125px;
}
.home a:hover  {
	background-image:url(../images/home_ov.gif);
	height: 27px;
	width: 125px;
}
.home a:visited  {
	background-image:url(../images/home.gif);
	height: 31px;
	width: 125px;
}
.about a:link {
	background-image:url(../images/about.gif);
	height: 31px;
	width: 125px;
}
.about a:hover  {
	background-image:url(../images/about_ov.gif);
	height: 31px;
	width: 125px;
}
.about a:visited {
	background-image:url(../images/about.gif);
	height: 31px;
	width: 125px;
}
.gallery a:link  {
	background-image:url(../images/gallery.gif);
	height: 31px;
	width: 125px;
}
.gallery a:hover  {
	background-image:url(../images/gallery_ov.gif);
	height: 31px;
	width: 125px;
}
.gallery a:visited  {
	background-image:url(../images/gallery.gif);
	height: 31px;
	width: 125px;
}
.resources a:link  {
	background-image:url(../images/resources.gif);
	height: 31px;
	width: 125px;
}
.resources a:hover  {
	background-image:url(../images/resources_ov.gif);
	height: 31px;
	width: 125px;
}
.resources a:visited  {
	background-image:url(../images/resources.gif);
	height: 31px;
	width: 125px;
}
.contact a:link  {
	background-image:url(../images/contact.gif);
	height: 31px;
	width: 125px;
}
.contact a:hover  {
	background-image:url(../images/contact_ov.gif);
	height: 31px;
	width: 125px;
}
.contact a:visited  {
	background-image:url(../images/contact.gif);
	height: 31px;
	width: 125px;
}
#footerspace {
	width: 172px;
	height: 30px;
	float: left;
}
/* textlinks css */ 
#textlinks {
	font-size:12px;
	color:#333333;
	text-align:center;
	width: 608px;
		margin-left:172px;

	
}
#textlinks a{
color:#333333;
}
#textlinks a:visited{
color:#333333;
}
#textlinks a:hover{
color:#ffffff;
}

