* {
	margin: 0;
	padding: 0;
}

body {

background: #0171AF url(../imgs/bg.gif) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}

a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 3px solid #0087C2;
}

#header {
height: 250px;
background: #554d42 url(../imgs/header.jpg) no-repeat;
}
#header h1 { 
font-size: 40px;
padding: 17px 0 0 10px;
color: #000;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: bold;
}

#header h1 a:hover {
color: #fff;
}

#header h2 { 
font-size: 20px;
padding: 75px 15px 0 0;
color: #000;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menu ul li a:hover {
color: yellow;
text-decoration: none;
}

#content {
padding: 5px 20px 0 0;
}

#content img{
padding: 0;
margin: 0 0 10px 10px;
float: right;
}

#content img.button{
padding: 0;
margin: 0 0 10px 10px;
float: none;
border: none;

}

#content h2 {
font-size: 18px;
font-weight: bold;
padding: 5px 0 7px 0;
color: #0171AF;
}


#content a {
color: #0171AF;
}


#content a:hover {
color: #00A4FF;
text-decoration: underline;
}

#content p{
padding: 0 0 10px 0;
line-height: 1.5;
}


#content ul{
padding: 0 0 0 30px;
}

#content td {
padding: 5px;
}

.right {
float: right;
width: 200px;
text-align: justify;
padding: 10px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.right h2 a {
text-decoration: none;
}

.right h2 a:hover {

}

.left {
float: left;
width: 530px;
padding: 10px;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}

.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

#menufoot {
height: 30px;
line-height: 30px;
background: #000;
}
#menufoot ul {
list-style-type: none;
padding-left: 30px;
}

#menufoot ul li {
display: block;
float: left;
}

#menufoot ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menufoot ul li a:hover {
color: yellow;
text-decoration: none;
}

.white
{color: #FFFFFF;
font-weight: bold;
}

div#gallery div.item
			{	width:		175px;
				margin:		0 20px 20px 0;
				overflow:	hidden;
				float:		left;
			}
			div#gallery div.item a
			{
			}
			div#gallery div.item a img
			{	border:		1;
				width:		175px;
				color:		#1F446E;
			}
			div#gallery div.item p
			{	
				margin: 0;
				padding: 0;
				font-size: 12px;
				font-weight: bold;
			}
			
				div#gallery div.mainitem
			{	width:		200px;
				height:		190px;
				margin:		0 20px 2px 0;
				overflow:	hidden;
				float:		left;
				border:		0;
			}
			
			div#gallery div.mainitem p
			{ font-size:12px; font-weight:bold; text-align:center; margin:0;	
			}
			
			div#gallery div.mainitem a
			{	color:		#black;
			}
			
			div#gallery div.mainitem a:hover
			{	color:		#black;
			}