body {
	background-color : #141C28;
	font-family: "Times New Roman", Times, serif;
	color : #FFFFFF;
	margin: 0px;
	padding:<length> 0 0 0;
	height:100%; 
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #6699FF;
}
a:visited {
	color: #2068FF;
}
a:active {
	color: #6699FF;
}
a:hover { 
	color: #FFFFFF;
}

img {
	border: 0px;
}

* html div#website {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	width:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:1; /* allocate a suitable z-index */
}
@media screen{
	body>div#rss{
		position: fixed;
	}
}
@media screen{
	body>div#adminMenu{
		position: fixed;
	}
}
@media screen{
	body>div#construction{
		position: fixed;
	}
}
@media screen{
	body>div#theFloater{
		position: fixed;
	}
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	position: relative;
}
#header {
	height:<length>;
	width: 800px;
	position: relative;
}
#content {
	background-image: url(/images/Theme/Block_BG.gif);
	background-repeat:repeat-y;
	height:<length>;
	width: 800px;
	overflow:hidden;
	background-position: right;
	position: relative;
}
#thefooter {
	height:<length>;
	width: 800px;
	position: relative;
}
.block {
	height:<length>;
	float:left;
	width:195px;
}
.module {
	height:<length>;
	float:left;
	width:605px; 
}
.module_full {
	height:<length>;
	float:left;
	width:100%; 
	background-color : #141C28;
}
.test {
	wmode: opaque;
}
#construction {
	display: none;
	font-weight: bold;
	align: center;
	bottom: 0px;
	position:absolute;
	height:<length>;
	left: 50%;
	margin-left: -400px;
	z-index:4;
	color: #FC0;
}
#rss {
	top: 100px;
	position:absolute;
	height:<length>;
	left: 50%;
	margin-left: -429px ;
	z-index:4; 


}
#theFloater {
	display:none;
	align: center;
	bottom: 0px;
	position:absolute;
	height:<length>;
	left: 50%;
	margin-left: -400px ;
	z-index:4;
} 
#adminMenu {
	top:7px;
	position:absolute;
	height:<length>;
	left: 50%;
	margin-left: -501px;
	z-index:10;
	background-color: #141C28;	
}
