
* 
{
	padding: 0;
	margin: 0;
}

		html, body 
		{
			height: 100%;
		}

		body 
		{
			font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
			font-size: 75%;
		}

		* html #container #table
		{
			height: 100%;
		}
		
		#container 
		{
			min-height:70%;
			max-height:70%;
			font-family: arial, verdana, sans-serif;
			font-size: 11px;
			overflow:auto;
			width:1000px;
			margin: 0 auto;
			background: url("../images/bg.jpg");
			background-repeat:no-repeat;
			background-position:bottom;
		}
		
		#header
		{
			min-height:160px;
			max-height:160px;
			padding-left:40px;
			vertical-align :middle;
			text-align : left;
			overflow:auto;
			width:1040px;
			margin: 0 auto;
		}
		
		#footer
		{
			min-height:10%;
			max-height:10%;

			overflow:auto;
			width:1040px;
			text-align : center;
			margin: 0 auto;
		}

		h1 
		{
			font-size: 1.4em;
			padding: 10px 10px 0;
		}

		p 
		{
			padding: 0 10px 1em;
		}
		.nav  ,	.nav:active, .nav:visited
		{
			color: #222;
			cursor: auto;
			float: none;
			font-family: arial, verdana, sans-serif;
			font-size: 13px;
			font-style: normal;
			font-variant: normal;
			font-weight: bold;
			height: 18px;
			line-height: normal;
			list-style-type: none;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			padding-bottom: 8px;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 8px;
			text-decoration: none;
			text-transform: uppercase;
		}
		

#header_content
{
	padding-left:5px;
	padding-right:5px;	
	vertical-align : top;
	text-align : center;
	vertical-align:middle;
}

#menu 
{
	padding-left:5px;
	padding-right:5px;	
	height : 25px;
}

#menu_content
{
	padding-left:5px;
	padding-right:5px;	
	vertical-align : top;
	text-align:center;
}

#menutable
{
	width:100%;
  	border : 5px solid #ed1c29;
}

#menurow
{
}

#menucell
{
	disply:block;
	width: 12.5%;
	color: white;
	text-align:center;
	background-color : #882286;
}
#menucell a
{
	font-weight : bold;
	display:block;
	width: 100%;
	color : white;
	text-decoration:none;
}

#menucell a:hover
{
	font-weight : bold;
	display:block;
	width: 100%;
	color: #882286;
	text-align:center;
	background-color : white;
}

#page404
{
	font-size: 64px;
	text-align : center;
}

