body
{
	width: 1000px;
	height: 900px;
    	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background: #000000;
	margin:0 auto;
}

#header,#main,#footer
{
	overflow: hidden;
	display: inline-block;
}

#wrap
{
	width: 90%;
	height: 100%;
	margin:0 auto;
	background: #222222;
}

#header
{
	color: #FFFFFF;
	font-size: medium;	
    	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #222222;
	
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	border-bottom-width: 1px;
}

#nav
{
	width: 100%;
	margin:0 auto;
	font-size: large;
	color: #FFFFFF;
	text-align: center;
}

#nav a
{
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover
{
	text-decoration: underline;
}

#navul
{
	margin:0 auto;
}
#navul li
{
	float: left;
	margin: 10px;
	list-style: none;
}



#main
{
	background-color: #222222;
	background-image: url("img/rising_strip.jpg");
	background-repeat: no-repeat;
	width: 520px;
	height: 100%;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 110px;
	margin: 0px;
	float: left;
	
}

#main a
{
	color: #ffffff;
	text-decoration: underline;
}

#main a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#main a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

#whitesidebar
{
	background-color: #FFFFFF;
	color: #000000;
	width: 262px;
	height: 100%;
	float: right;
}

#whitesidebar a
{
	color: #000000;
	text-decoration: underline;
}

div.centre
{
	text-align: center;
}

img
{
	border-style: none;
}


/* FOOTER ----------------------- */
#footer
{
	width: 100%;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
	background-color: #222222;
	color: #666666;
	font-size: x-small;
	text-align: center;
}

#footer a
{
	font-weight: bold;
	color: #666666;
}

#footer a:visited
{
	font-weight: bold;
	color: #666666;
}

#footer a:hover
{
	color: inherit;
	text-decoration: underline;
}
