/*============================================================
	©2006 H2O Developments
	You may copy and customise this style sheet to suit your
	own needs, but please give credit and reference back to
	H2O Developments for the development of this stylesheet.
	
	Thank you
============================================================*/
/*============================================================
	CSS: Generic stylesheet
============================================================*/

@import url("fonts.css");
@import url("generic_menu.css");
@import url("elements.css");
@import url("classes.css");
@import url("rules.css");

html {
	height:100%; 
	max-height:100%; 
	background: #000 url(../_images/new_bg.jpg) 0 0 no-repeat; 
}

body {
	width: 100%;
	height:auto; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0;
}

#outer {
	position: relative;
	width: 100%;
	height: 100px;
	background: #036 url(../_images/header_top.png) 0 0 no-repeat;
}

#wrapper {
	position: relative;
	width: 770px;
	height: auto;
	margin: 0 auto;
	background: #000;
}
/*============================================================
	Header
============================================================*/
#outer #conHeader {
	width: 779px;
	height: 100px;
	line-height: 99px;
	margin: 0 auto;
}

#outer #conHeader #title {
	width: 100%;
	height: 70px;
	line-height: 69px;
}

/*============================================================
	Content
============================================================*/
#middle {
	width: 100%;
	height: auto;
	
	background: #000;
}

#middle #menu {
	margin: 10px 0 0 0;
	width: 145px;
	height: auto;
	float: left;
}

#middle #content {
	width: 620px;
	height: auto;
	float: left;
	margin: 5px 0;
	text-align: justify;
	background: #000;
}

/*============================================================
	Footer
============================================================*/
.clear {
	clear: both;
	height: 1px;
}

#hosting {
	margin: 0 5px 0 0;
	text-align: right;
}

#footer {
	width: 100%;
	height: 50px;
	background: #036;
	color: #fff;
}

#footer #foot {
	width: 779px;
	height: 100%;
	margin: 0 auto;
}

#footer #copy {
	width: 200px;
	height: 50px;
	line-height: 49px;
	float: left;
}

#footer #links {
	width: 400px;
	height: 50px;
	line-height: 49px;
	float: right;
	text-align: right;
}
/*============================================================
	Timer
============================================================*/
#myTimer {
	margin: -70px 0 0 15px;
	border: 1px solid #666;
	background: #000;
	width: 70%;
	height: auto;
	float: left;
}

* html #myTimer {
	margin: -50px 0 0 10px;
}
