body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal;
	background-image: url('images/hg.png');
}

.mother {
	width: 630px;
	height: 630px;
	margin: auto;
	margin-top: 5px;
	padding:auto;
}
.containerlo {
	width: 300px;
	height: 300px;
	margin:0 5px 5px 0;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.containerlo:hover, containerlo.selected {
	width: 300px;
	height: 300px;
	margin:0 5px 5px 0;
	background-color: #000;
	padding: 5px;
	float:left;
}

.containerro {
	width: 300px;
	height: 300px;
	margin:0px 0px 5px 5px;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.containerro:hover, .containerro.selected {
	width: 300px;
	height: 300px;
	margin:0px 0px 5px 5px;
	background-color: #000;
	padding: 5px;
	float:left;
}


.containerlu {
	width: 300px;
	height: 300px;
	margin:5px 5px 0 0;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.containerlu:hover, .containerlu.selected {
	width: 300px;
	height: 300px;
	margin:5px 5px 0 0;
	background-color: #FFF;
	padding: 5px;
	float:left;
}


.containerlut {
	width: 310px;
	height: 310px;
	margin:5px 5px 0 0;
	float:left;

}

.containerlut:hover, .containerlut.selected  {
	width: 310px;
	height: 310px;
	margin:5px 5px 0 0;
	float:left;

}

.containerru {
	width: 300px;
	min-height: 300px;
	margin:5px 0px 0px 5px;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.containerru:hover, .containerru.selected {
	width: 300px;
	min-height: 300px;
	margin:5px 0px 0px 5px;
	background-color: #000;
	padding: 5px;
	float:left;
}

.conlo {
	width: 140px;
	height: 140px;
	margin:0 5px 5px 0;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.conlo:hover, .conlo.selected {
	width: 140px;
	height: 140px;
	margin:0 5px 5px 0;
	background-color: #000;
	padding: 5px;
	float:left;
}

.conro {
	width: 140px;
	height: 140px;
	margin:0px 0px 5px 5px;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.conro:hover, .conro.selected {
	width: 140px;
	height: 140px;
	margin:0px 0px 5px 5px;
	background-color: #000;
	padding: 5px;
	float:left;
}

.conlu {
	width: 140px;
	height: 140px;
	margin:5px 5px 0 0;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.conlu:hover, .conlu.selected {
	width: 140px;
	height: 140px;
	margin:5px 5px 0 0;
	background-color: #000;
	padding: 5px;
	float:left;
}


.conru {
	width: 140px;
	height: 140px;
	margin:5px 0px 0px 5px;
	background-color: #FFF;
	padding: 5px;
	float:left;
}

.conru:hover, .conru.selected {
	width: 140px;
	height: 140px;
	margin:5px 0px 0px 5px;
	background-color: #000;
	padding: 5px;
	float:left;
}


.containerrru {
	width: 300px;
	min-height: 300px;
	margin:5px 10px 0px 5px;
	background-color: #FFF;
	padding: 5px;
	float:right;
}

.containerrru:hover, .containerrru.selected {
	width: 300px;
	min-height: 300px;
	margin:5px 10px 0px 5px;
	background-color: #000;
	padding: 5px;
	float:right;
}

header {
	height: 356px;
	width: 400px;
	padding: 5px;
	margin-top:20px;
}

.foot {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #FFF;
	padding: 8px;
	border: medium none;
	}


.headbsv {
	height: 60px;
	width: 400px;
	background-image: url('images/bsv_head.png');
}

nav {
	width: 400px;
	height: 40px;
	}

.content {
	width: 400px;
	height: auto;
}

img {
}
img .thumb1 {
	float:left;
	width: 70px;
	margin-right: 0px;
}

img .thumb2 {
	float:left;
	width: 70px;
	margin-right: 0px;
}

img .thumb3 {
	float:left;
	width: 70px;
	margin-right: 0px;
}

img .thumb4 {
	float:left;
	width: 70px;
	margin-right: 0px;
}

.image-container {
	position: relative;
	z-index: 0;
	width:300px;
	}

iframe {
	width:300px;
	height:300px;
	z-index:0;
}

footer {
	width:630px;
	margin:auto;
	margin-top:15px;
	text-align:center;
	color:#666;
	text-transform: uppercase;
}

/* the overlayed element 
*/
/*.voverlay {
	
	background-image:url(../images/white.png);
	
	width:400px;
	height:280px;
	
	display:none;
	
	margin:auto;
}*/

/* default close button positioned on upper right corner 
*//*div#voverlay div.close {
	background-image:url(../images/close.png);
	position: relative;
	z-index: 0;
	width:400px;
	margin-bottom:10px;
	cursor:pointer;
}

div#vcontainer{
	position: relative;
	z-index: 0;
	width:400px;
	margin-bottom:10px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
*/

.arial13 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: 
normal} 

.arial_f20 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
font-style: normal; font-weight: bold} 

.arial_f20rot { font-family: Arial, Helvetica, 
sans-serif; font-size: 20px; font-style: normal; font-weight: bold ; color: #FF6600} 

.arial_f13_rot { font-family: Arial, 
Helvetica, sans-serif; font-size: 13px; font-style: normal ; font-weight: bold; 
color: #FF6600}

.arial_f36 { font-family: Arial, Helvetica, sans-serif; font-size: 
36px; font-style: normal; font-weight: bold } 

.head_2{ height:60px; width:400px; 
background-image:url(images/head_2.jpg) } 

.foot{ height:10px; width:400px; } 

a:hover{background-color:#ffffff; 
color:#c8bba4; border:none; outline:none; text-transform: uppercase;} 

.head13{text-align:center;} 

a{ text-decoration: none; font-family:times New Roman; font-size:13px; color:#000000; outline:none;text-transform: uppercase;}

a:hover {color: #CC3300; text-decoration:none;text-transform: uppercase;}

a:active {color: #CC3300; text-decoration:none;text-transform: uppercase;}

a:visited {color: #CC3300; text-decoration:none;text-transform: uppercase;}

a:link {text-decoration:none;text-transform: uppercase;} 