@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
	background-image: url(Background/Body/bodybackground.png);
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative; /* Required to absolutely position the footer */
}

#footer {
    height: auto; /* Define height of the footer */
    position: relative;
    bottom: 0; /* Sit it on the bottom */
    left: 0;
    width: 950px; /* As wide as it's allowed */
    background-color:white;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#content {
    padding-bottom: 25px; /* This should match the height of the footer */
    margin-left: auto;
    margin-right: auto;
}

div.layout
{
  text-align: center;
}

div.center
{
  text-align: left;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#header
{
	width: 100%;
	height: 57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:500;
	color: white;
	background-image: url(Background/Header/header.png);
}

#headershadow
{
	width: 100%;
	height: 5px;
	background-image: url(Background/Header/shadow.png);
	background-repeat: repeat-x;
	margin-top: -1px;
}
	

#logo
{
	width: 930px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}	

#container
{
	width: 950px;
	height: 100%;
	background-color: #FFF;
	border-color: #999;
	min-height: 810px;
}

#notice
{
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 60px;
	margin-left: 30px;
	color: white;
	background-color: #EEE;
	padding-left: 5px;
	position: absolute;
	background-image: url(Background/Pictures/textbox.png);
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	width: 600px;
	height: 100%;
	float: right;
	margin-top: 40px;
	margin-right: 80px;
	color: black;
	position: relative;
}

#main
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	color: black;
}

#usefullinks
{
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 370px;
	margin-left: 30px;
	color: white;
	background-color: #EEE;
	padding-left: 5px;
	position: absolute;
	list-style-type: none;
	background-image: url(Background/Pictures/textbox.png);
}
