@charset "utf-8";
/* CSS Document */

@import url("reset.css");

HTML {
	height: 100%;
	
}

BODY {
	width: 100%;
	height: 100%;
	background-image: url(../images/white_back.jpg);
	background-repeat: repeat;
	
	text-align: center;
}

*{
	color:#000;
	line-height: 16px;
}

a {
	color: #003366;
	text-decoration: underline;	
	
}

a:hover{
	color:#666;
}


strong{
	font-weight: 900;
}

i{
	font-style:italic;	
}

h1{
	text-align: left;
	font-size:18px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-left: 20px;
	
	
}

h2{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

p{
	margin-bottom: 7px;
}

#back{
	width: 100%;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#frame{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	min-height: 500px;
	background-color: #ccc;
	border: solid;
	border-width: 1px;
	border-color: #666;
	
}

#wrapper{
	width: 800px;
	min-height: 460px;
	margin: 15px 25px 15px 25px;
	padding: 5px 0px 15px 0px;
	background-image: url(../images/wrapper_back.jpg);
	background-repeat: repeat;
	
}

#header{
	width: 800px;
	min-height: 189px;
	
	
	

}

img.title{
	margin-top: 30px;

}

img.header_left{
float: left;
width: 137px;
height: 182px;
margin-left: 5px;
border: solid;
border-width: 1px;
border-color: #666;
}

#side{
	
}

#content{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 15px 10px 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content img{
	border: solid;
	border-width: 2px;
	border-color: #666;
}

#content img.link:hover{
	border: solid;
	border-color: #000066;
	border-width: 2px;
}

#content img.full{
	border: solid;
	border-color: #666;
	border-width: 2px;
}

#imageframe{
	
	text-align: center;
}

#footer{
	font-size: 10px;
	width: 850px;	
	padding-top: 8px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

table.gallery, table.gallery tr, table.gallery td{
	text-align: center;
	vertical-align: middle;
}

table.gallery td{
	padding: 10px;
}

#footer a, #footer a:hover{
	text-decoration: none;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac\*/
*html .clearfix{height: 1%;}
/* End hide from IE-mac */