@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../img/header_bg.png) repeat-x;
}

div#header{
	background: url(../img/header.png) no-repeat right;
	width: 100%;
	height: 89px;
	
}

div#content{
	padding: 20px;
}

	div#leftcontent{
		float: left;
		width: 200px;
	}
	
	div#rightcontent{
		float: left;
		width: 500px;
		margin-left: 50px;
	}

h1, h2{
	font-size: 14px;
	font-weight: bold;
	color: #0054A6;
	margin: 12px 0;
}



p{
	font-size: 12px;
	margin: 0 0 8px 0;
}

p a{
	color: #647B98;
}

p a:hover{
	text-decoration: underline;
}

ul#gallerylist{
	display: block;
	font-size: 12px;
	font-weight: bold;

}

ul#gallerylist li{
	list-style: none;
	text-indent: 0;
}

ul#gallerylist li a{
	display: block;
	color: #647B98;
}

ul#gallerylist li a:hover{
	text-decoration: underline;
}
