@charset "utf-8";

html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bgtile.png'); repeat;
	text-align: center;
}

*
{
	margin:0px auto;
	padding:0;
}

div#shim
{
	visibility: hidden;
	width: 100%;
	height: 45%;
	margin-top: -250px;
	float: left;
}

div#wrapper
{
	width: 95%;
	height: 600px;
	clear: both;
	position: relative;
	top: -250px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/
div#shim
{
	display: none;
}
 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */

div#band
{
	background-color: #FFFFFF;
	width: 990px;
	height: 600px;
}

div#main
{
	width: 990px;
	height: 500px;
}

div#main #mainleft
{
	float:left;
	text-align:center;
	width:520px;
	height:400px;
	margin-top: 100px;
}

div#main #mainright
{
	text-align:center;
	position:relative;
	top: 150px;
}

div#main #mainright #menu
{
	position: relative;
	top: 70px;
}

div#mainmenu a:link, 
div#mainmenu a:visited,
div#mainmenu a:active
{
	font-family: Palatino, Garamond, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
	color: #C41230;
	margin-left: 8px;
	margin-right: 8px;
}

div#mainmenu a:hover
{
	font-family: Palatino, Garamond, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: underline;
	color: #C41230;
	margin-left: 8px;
	margin-right: 8px;
}

div#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
}

div#copyright a:link, 
div#copyright a:visited,
div#copyright a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
}

div#copyright a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 2px;
}