div{
/*border: 1px solid green;*/
}

.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
}
img, div { behavior: url(iepngfix.htc) }

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0;
padding:0;
background: #3C3C3C url('../images/bg_body.jpg') 0 0 repeat-x;
}




#header_container{
}

	#header{
	background: url('../images/bg_header.jpg') 0 0 no-repeat;
	margin: 0 auto;
	width: 962px;
	height: 133px;
	}
		
		#header .left{
		width: 310px;
		margin: 31px 0 0 21px;
		}
			#header .left a{
			display: block;	
			height: 75px;
			}

		#header .right{
		width: 300px;
		text-align: right;
		margin: 30px 22px 0 0;
		}
			
			#header .right p{
			font-size: 0.8em;	
			line-height: 70%;
			}
			
			#header .right span{
			color: #AF0A69;	
			font-weight: 700;
			}

			#header .right a{
			text-decoration: underline;
			color: #000;
			}
				#header .right a:hover{
				color: #AF0A69;
				text-decoration: none;
				}
						
#navi_container{
background: url('../images/bg_navi.jpg') top left repeat-x;
margin: 0 auto;
	width: 962px;
}

	#navi{	
	color: #EDB22A;
	padding: 0px;
	height: 49px;

	}
	
		#navi ul{ list-style-type: none; margin: 0px; padding: 0; font-size: 0.9em; font-weight: 700}
		#navi ul li{ display: inline; text-align: center }
		#navi ul li a{color: #fff; text-decoration: none; padding: 16px 35px; display: block; float: left; background: url('../images/bg_navi.jpg') right -49px no-repeat; }
		#navi ul li a:hover{color: #000; background: url('../images/bg_navi.jpg') left bottom repeat-x;}
		#navi ul li a.active{color: #fff; background: url('../images/bg_navi.jpg') left bottom repeat-x; border-left: 2px solid #830B52; border-right: 2px solid #830B52; font-weight: 700}

#outer_container{
	width: 977px;
	margin: 0 auto;
	background: url('../images/bg_content_container2.png') top center repeat-y;
}

#content_container{
margin: 0 auto;
width: 960px;
padding-bottom:  30px;
background-color: #FCF5E1;
}

	#img_top{
	margin: 20px 0 0 30px;
	}
		#img_top img{
		border: 1px solid #580836;	
		padding: 2px;
		}

	#content{
	padding:  10px 0px 20px 30px;
	width: 910px; 
	float: left;
	}
	
		#content h1{
		font-weight: 400;
		font-family: Verdana, Geneva, sans-serif;
		margin: 20px 0 20px 0;
		padding: 0;
		color: #ad0f6a;
		font-size: 1.8em
		}
		
		#content h2{
		margin: 40px 0 10px 0;
		padding: 0;
		font-size: 1.2em;
		font-family: Verdana, Geneva, sans-serif;
		color: #ad0f6a;
		font-weight: 400;
		}
		
		#content p, #content ul{
		font-size: 0.8em;
		color: #666663;
		line-height: 180%;
		}
			#content a{
			color: #A10D63;
			}
			#content a:hover{
			color: #666;
			}
		#content img{
		padding: 3px; 
		border: 1px solid #DB7FB4;*/
		}
		
		.gallery{
		width: 150px; float: left;	
		height: 200px;
		}
		
		.gallery img{
		width: 120px; 
		height: 120px;
		}

#footer_container{
border-top: 2px solid #ad0f6a;
background-color: #580836 ;
}

	#footer{
	width: 940px;
	margin: 0 auto;
	color: #fff;
	font-size: 0.7em;
	text-align: left;
	padding: 15px ;

	}
	
	#footer .left{
		color: #fff;
		width: 270px;
	}
		
	#footer .right{
		text-align: right;
		width: 400px;
	}
	
	#footer .right ul{ color: #fff; list-style-type: none;  padding: 0;}
	#footer .right  ul li{ display: inline;  }
	#footer .right  ul li a{color: #fff; text-decoration: none; padding: 0 3px}
	#footer .right  ul li a:hover{color: #1A7AF2;}
	
