@charset "UTF-8";

body {
	background-color: #999;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#full {
	background-color:#FFF;
	width: 920px;
	margin-left: 32px;
}

#wrapper {
	background-color: #fff;
	width: 550px;
	height: 34px;
	margin-left: 350px;
}


#menu {
	width: 867px;
	height: 41px;
	margin-left: 33px;
	margin-top: 25px;
}

#headerimg {
	width: 867px;
	margin-left: 33px;
}


#headerimg2 {
	width: 866px;
	float: left;
	border: 0;
	margin-left: 32px;
}


#bodyy {
	width: 867px;
	margin-left: 33px;
	margin-top: 0;
}


#main {
	float: left;
	height: auto;
	width: 867px;
	padding-bottom: 83px;
	margin-left: 33px;
	background-color: #FFF;
}


#leftcol {
	float: left;
	height: auto;
	width: 520px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 53px;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcol {
	float: right;
	height: auto;
	width: 261px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}



#rightside {
	width: 867px;
	margin-left: 650px;
	margin-right: 834px;
}
#leftside {
	width: 500px;
	margin-left: 33px;
}

#footer {
	margin-top: 50px;
	margin-left: 120px;
	width: 867;
	text-decoration: none;
	font-size: 11px;
}
	

#footer p {
	margin: 0 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
}
	

a:link {
	color: #999;
	border: none;
	outline: none;
	outline-color: none;

}

a:hover {
	color: #000;
	outline: none;
	outline-color: none;

}

a:visited {
	color: #000;
	border: none;	
	outline: none;
	outline-color: none;

}
 
	
.roundcont {
	width: 877px;
	background-color: #FFF;
	color: #000;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}



.roundtop {
	background: url(img/tr.jpg) no-repeat top right;
}

.roundbottom {
	background: url(img/br.jpg) no-repeat top right;
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block;
}

.roundcont2 {
	color: #FFF;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color:#000;
}
	
	
.roundtop2 {
	background: url(img/tr.jpg) no-repeat top right;
}

.roundbottom2 {
	background-color:#000;
	background-image: url(img/br.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundcont p {
	margin: 0 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFF;
}
	




.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 150;
left: 60px; /*position where enlarged image should offset horizontally */

}




	
