@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%
}
p {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 12px;
	background: url(backgr.gif);
	background-repeat:repeat;
}
#footer {
	position:relative;
	height: 30px;
	/*background: #FFFF99;*/
	text-align:center;
	clear: both;
}
#clearfooter{
	clear:both;
	height:30px;
}/*needed to make room for footer*/

#title {
	position:relative;
	height:100%;
	min-height:100%;
	margin-bottom:-20px;
}
.img_l{
	position:absolute;
	left:0px;
}
.img_r{
	position:absolute;
	right:0px;
}
#title .title_url{
	position:absolute;
	right:50px;
	top:140px;
	color: #FFFFFF;
	font-size:20px;
} 
* html #title {
	height:100%;
}
body>#title {
	height:auto;
}
html>body #title{
	height:auto;
}
.titleline{
	position:absolute;
	top:50%;
	margin-top:-265px;
	height:530px;
	width:100%;
	background-image: url(bg_slice2.gif);
}
a.tit{
	color:#FFFFFF;
}

#wrapper {
	position:relative;
	height:100%;
	min-height:100%;
	margin-bottom:-30px; /*footer*/
}
* html #wrapper {
	height:100%
}
body>#wrapper {
	height:auto
}
html>body #wrapper{
	height:auto
}

#header {
	height: 225px;
	text-align:center;
	position:relative;
}
#clearheader{
	height:225px;
}/*needed to make room for header*/
#left_side {
	float:left;
	position:relative;
	width: 250px;
	height:100%;
}
#content {
	margin-left:250px;
	padding:20px;
}
* html #content {
	height:1%;
}/* combat ie 3 pixel jog */
.head_mail{
	font-size:14px;
	color:#000000;
	top:2px;
	right:0px;
	width:60px;
	height:20px;
	position:absolute;
}
a.hmail{
	color:#000000;
	font-weight:bold;
}
.htitleline{
	position:absolute;
	top:50%;
	margin-top:-36px;
	height:105px;
	width:100%;
	background:url(head_bg_03.gif);
	background-repeat:repeat-x;
}
.img_hl{
	position:absolute;
	left:0px;
    top:-1px;
}
.img_hr{
	position:absolute;
	right:0px;
	bottom:0px;
}
.h_links{
	position:absolute;
	top:55px;
	text-align:center;
	margin-left:170px;
	font-weight: 500;
	font-size:17px;
    font-family: arial;
    letter-spacing: -1px;
}
a.hlinks{
	color:#000000;
	text-decoration:none;
}
.img_left{
	position:absolute;
	right:40px;
	top:0px;
}
.main_title{
	font-size:18px;
	font-weight:bold;
	color:#073b7b;
    padding-left: 20px;
}
.column{
	width:50%;
	position:relative;
	float:left;
}
.text{
	color:#000000;
	font-family:Helvetica,arial;
	font-size:14px;
}
.gal_picts{
	padding:10px;
}
.tit_art{
	position:absolute;
    right:0px;
	top:0px;
}
.art_name{
	position: relative;
	left:20px;
	top:20px;
}
.art_pics{
	position: relative;
	padding:20px;
}
.art_discription{
	position: relative;
	padding:20px;
}
.l_more{
    color: gray;
}
.footer_text{
    color:#b3b3b3;
    font-family: Helvetica,arial;
    font-size: 10px;
}