body
{
	background-color: #0d1381;
	background: url("/images/bg.jpg") repeat-y 50% 0;
	margin: 0px;
	padding: 0px;
	font-family: myriad, arial, verdana;
	font-size: 12px;
}

h1
{
	color: #0d1381;
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#container
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	min-height: 1000px;
	margin: 0px auto;
}

#header
{
	width: 900px;
	height: 250px;
	overflow: hidden;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	width: 900px;
	height: 250px;
	z-index: 10;
}

#menu
{
	position: absolute;
	top: 211px;
	left: 0px;
	width: 900px;
	height: 37px;
	z-index: 20;
	border-top: 2px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	behavior: url("/css/csshover.htc");
}

#menu ul li
{
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 15px 0px 15px;
	float: left;
}

#menu ul li:hover
{
	background-color: #FFFF00;
	cursor: pointer;
}

#menu ul li a:link
{
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: none;
}

#menu ul li a:visited
{
	text-decoration: none;
}

#content
{
	width: 870px;
	padding: 15px;
}

.album, a.album:link, a.album:visited, a.album:hover
{
	color: #0d1381;
	font-size: 14px;
	font-weight: bold;
}