/* CSS Document */

* {margin:0; padding:0}
body {
	text-align:center;
	font:normal 62.5%/1.7em Tahoma, Arial, Helvetica, sans-serif; /* "Trebuchet MS", */
	color:#333;
	background:#FFFFFF
	}

#wrapper {
   background:transparent url(../img/skeleton/header-tile.gif)  repeat-x;
   	width:100%;
	margin:auto;
	text-align:left;
	}

#header {
	width:884px;
	margin:0 auto;
	display:block;
	height:35px;
	}	
	
	
		
#sub-menu {
	height:35px;
	margin:0 0 0 200px
	}

 #sub-menu li {
 		float:left;
		display:inline;
		font-size:1.1em;
		margin:10px 4px 0 0
		}
	
 #sub-menu li a {
	text-decoration:none;
	background:url(../img/skeleton/bullet.jpg) no-repeat 5px;	
	padding: 0 0 0 18px;
	color:#FFFFFF
	}		
	
	
	
#content {
	margin:20px auto 0 auto;
	width: 884px;
	}

/* homepage styles */

#home-header {
	background:url(../img/home/header.jpg) no-repeat ;
	display: block;
	width: 884px;
	height: 260px; 
	}	

#home-header p {
	color:#FFFFFF;
	margin:10px 400px 0 20px;
	line-height:1.2em;
	}	
	
/* Page styles */	

#page-header {
	background:url(../img/skeleton/page-header.jpg) no-repeat ;
	display: block;
	width: 884px;
	height: 128px; 
	position: relative
	}	
#page-header .date {
	position:absolute;
	left:250px;
	top: 95px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em
	}

#page-header .register {
	position: absolute;
	right:40px;
	top:10px
	}	
	
#left-page	{
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:50px
	}
#right-page	{	
	margin-top:20px;
	}
	
/* Footer styles */

#footer {
	width: 884px;
	font-size:1.1em;
	margin:20px auto;
	padding:10px;
	border-top: 1px solid #cacaca
	}

#footer p {
	float:left;
	width:49%;
	font-size:1.0em
	}

#footer ul {	
	float:right;
	width:49%;
	margin:0
	}

#footer ul li {
	float:right;
	font-size:0.8em;
	padding:0 10px 0 10px;
	margin:0;
	border:solid #ccc;
	border-width:0 1px 0 0;
	list-style:none;
	}

#footer ul li.last {
	padding-right:0;
	border-right:0}
	
	
