body {
	background-color: #000;
	background-image: url('../images/index/bg.png');
	background-repeat: repeat-y;
	background-position: center;
	
}

#header {
	
	
	margin: 0;
	
}

#main {
	
	position: relative;
	top: 1em;
}

/*
 * Main Content Panel Styles
 * 
 */

#main_content {
	
	top: -.4em;
	position: relative;
	background-color: #626262;
	
}

#galleries {
	position: relative;
	top: 1em;
	left: 2em;
	
}

#site_links {
	
	position: relative;
	left: 1em;
	color: #fff;
}

#left_pane {
	min-height: 111em !important;
	
	background-image: url('/images/index/left_bottom.jpg'); 
	background-position:top; 
	background-repeat:repeat-y;
}

#middle_pane {
	
	
	
}

#right_pane {
	
	position: relative;
	background-image: url('/images/index/right_bottom.jpg'); 
	background-position:top; 
	background-repeat:repeat-y;
	left: 3.3em;
	
	min-height: 80em !important;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #000000;
}
a {
	text-decoration: none;
}
a.t1 {
	text-decoration: none;
	color: #000000;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.style2 {color: #FFFFFF}
.style3 {
	color: #9cff00;
	font-weight: bold;
}
.style4 {color: #9cff00}

/*
 * border: #000 1px solid;
	background-color: #A6CB19;
 * 
 */

.wed { 

    min-height: 75em !important;
    
	
}

.wed img {
	top: 5px;
	left: 5px;
}

.mailing {
	
	
}
.mailing label {
	float: left;
	font-size: 18px;
	color: #A6CB19;
	background-color:#000;
	width: 8em;
	
}

.mailing p {
	
	margin-left: 15px ;
}

#right_menu_one {
	padding: 1em;
	border: 1px solid #a95b00;
	color: #A6CB19;
	background-color: #000;
	background-image: url('../images/index/bgpatt.jpg'); 
	margin: .5em;
}

#right_menu_one img {
	
	width: 123px ;
}

#top_site {
	
	margin-top: 1em;
	
}
/*
 * 
 * Footer Style
 * 
 */

 #footer {
 	position: relative;
	top: -.5em;
	text-align: center;
	background-image: url('/images/index/bottom.jpg') ;
	background-repeat: no-repeat;
	background-color: #727272;
	height: 10em;
	min-height: 10em;
 }
 
 #footer ul {
 	
	margin:0;
	padding:0;
	
 }
 
 #footer li {
 	
	float: left;
	list-style: none;
	margin-right: 1em;
 }
 #footer img {
 	
	position: relative;
	margin-left: 1em;	
	top: .5em;
 }
