* {
	
	font-family: arial;
	
}


a {
	
	text-decoration: none;
	color: #000;
}


body {

	background: #e2e2e2 url('img/bgloop.jpg') repeat-x fixed bottom;
	text-align: center;

}

.pngimg { behavior: url(iepngfix.htc); }



#vogallery {
	
	background: #fff;
	width: 830px;
	padding: 5px;
	height: 482px;
		
	margin: 0 auto;
	position: relative;
	top: -40px;
	z-index: -1;
}



#logo {

	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -410px;

	background: url('img/logo.png') no-repeat;
	width: 209px;
	height: 209px;
	
	text-decoration: none;

	z-index: 10;
}

#menu {

	position: relative;
	left: 50px;
	width: 685px;
	height: 106px;
	background: #fff;
	list-style: none;
	padding: 5px;
	margin: 45px auto;
	
	z-index: 0;


}

#menu li {

background: #46a28b;
height: 106px;
width: 120px;
float: left;

text-align: center;
text-transform: uppercase;
font-family: Arial;
font-weight: bold;
color: #fff;
border-right: 1px solid #51af97;


}



#menu li:hover {

background: #35937c;

}

#menu .first_item {

	width: 200px;
}

#menu .first_item a{

	position: relative;
	left: 25px;
}


#menu .last_item {

	background: #3c9a83;
	border: 0;

}



#menu li a {


position: relative;
top: 40px;

text-decoration: none;
color: #fff;
padding: 10px;



}



#menu li a:hover {

	color: #87efd5;

}



#content {

	background: url('img/contbg.png') repeat-y;
	width: 840px;
	height: auto;
	
	text-align: left;
	
	position: relative;
	top: -40px;
	
	margin: 0 auto;
	padding: 5px 0px 5px 5px;
	
	z-index: 1;	
	

}


#content_top {
	
	position: relative;
	top: -40px;
	background: url('img/conttop.png') no-repeat;
	width: 845px;
	height: 7px;
	
	margin: 0 auto;
	overflow: hidden;
	
}

#content_btm {
	
	position: relative;
	top: -40px;
	left:-5px;
	background: url('img/contbtm.png') no-repeat;
	width: 845px;
	height: 7px;
	
	margin: 0 auto;
	overflow: hidden;
	
}


 
#left_col {
	
	float: left;
	display:inline;
	padding: 30px 0px 0px 0px;
	width: 625px;
	
}

#left_col h1 {
	
	color: #555;
	font-size: 30pt;
	font-weight: normal;
	
}

#left_col h2 {
	
	font-size: 14pt;
	
}


#left_col p {
	
	font-size: 11pt;
	
}

#left_wrap {
	float:left;
	padding:0 0 50px 65px;
	
}

#left_col h1 {
	
	
}

#right_col {
	
	width: 200px;

	float: left;
	display:inline;
	
	overflow: hidden;
}

#footer {

	position: relative;
	top: -30px;
	width: 830px;
	margin: 0 auto;
	text-align:center;
	font-size: 10pt;
	text-transform: lowercase;
	color: #0b0b0b;


}



/* sub-content styles */


.link_list {

	list-style: none;
	margin: 20px 0px 40px 0px;
	padding: 0;

}

.link_list li {
	
	margin-bottom: 20px;
	
}

.link_list a{
	
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #ff0000;
	font-weight: bold;
	
}


#right_col a {
	
	color: #fff;
	
}

#right_col a:hover {
	
	color: #f0f000;
	
}

.blue_box {
	
	background: #2c87c3;
	padding: 5px;
	color: #fff;
	
	text-align: left;
	font-size: 11pt;
	padding-left: 20px;
	
}

.blue_box ul {
	
	list-style: none;
	padding: 0;
}

.blue_box h1 {
	
	font-size: 13pt;
	text-transform: uppercase;

}


.yellow_box {
	
	background: url('img/yellowloop.jpg') repeat-y;
	width: 180px;
	
	border-top: #fff 5px solid;
	
	padding-left: 20px;
	padding-bottom: 15px;
	
}


.yellow_box h1 {
	
	text-transform: uppercase;
	color: #000;
	font-size: 11pt;
	
}

.yellow_box p {
	
	font-size: 10pt;
	
}

.yellow_box span {
	
	font-size: 10pt;
	font-weight: bold;
	
}

.yellow_box ul {
	
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}


.yellow_box ul  li{
	
	font-size: 10pt;
	
}


.list_table {
	
	font-size: 10pt;
	
	
}


