/* CSS Document */

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

html {
	min-height: 100%;
	height:100%;
	width:100%;
	overflow:auto;
	}
	
* html #wrapper {
	height: 100%;
	}

body {
	text-align:center;
	margin:0px auto;
	background-color:#e6e6e6;
	height:100%;
	min-height:100%;
	width:100%;
	}
	
a {
	color:#f8f8f8;
	text-decoration:none;
	}
	
a:hover {
	color:#f8f8f8;
	text-decoration:underline;
	}
	
#background {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	top:0;
	left:0;
	}
	
#wrapper {
	z-index:2;
	width:253px;
	margin-left:-127px;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:50%;
	background-color:#aaaaaa;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	}
	
#inner_wrapper {
	width:253px;
	margin:0px auto;
	height:100%;
	}
	
#header {
	width:253px;
	height:56px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
#content_container {
	margin:0px auto;
	height:100%;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
}

#content {
	height:100%;
	min-height:100%;
	padding-top:20px;
	padding-left:16px;
	padding-right:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5e5e5e;
	text-align:justify;
	}
