
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

body{
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	text-align: center;
}

div#divContainer{
	margin: 0 auto;
	width: 720px;
}

div#divHeader{
	width: 720px;
	height: 263px;
}

div#divSubheader{
	width: 720px;
	height: 26px;
	text-align: center;
}

div#divContent{
	width: 720px;
	min-height: 160px;
	text-align: left;
}

div#divFooter{
	width: 720px;
	height: 31px;
}

div#divLHSImage, div#divRHSImage{
	width: 156px;
	height: 159px;
}

div#divLHSImage{
	float: left;
}

div#divRHSImage{
	float: right;
}

div#divText{
	font-size: 75%;
	margin-left: 156px;
	width: 400px;
}

div#divLeftMenu{
	float: left;
	margin-top: 74px;
}

div#divRightMenu{
	float: right;
	margin-top: 74px;
}

div#divHeader ul{
	margin: 0;
	padding: 0;
}

div#divHeader ul, div#divHeader ul li{
	list-style-type: none;
}

div#divText a{
	color: #fffc00;
	background-color: #000;
	text-decoration: none
}

div#divText a:hover{
	color: #ffae00;
	background-color: #000;
	text-decoration: none
}

div#divFooter P{
	font-size: 60%;
	padding-top: 8px;
}

div#divJSD{
	font-size: 65%;
	text-align: center;
	color: #fff;
	padding-top: 8px;
}

div#divJSD a{
	text-decoration: none;
	color: #FF9;
	background-color: #004080;
	font-weight: bold;
}

div#divJSD a:hover{
	color: #C33;
	background-color: #004080;
}



div.gallery{
	text-align: center;
}

div.gallery img{
	margin: 3px;
}