/* CSS Document */

html, body
{
	height: 98%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#mainmenu {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
}


#menubreaker {
	font-size: 1px;
	height: 10px;
}

#submenu a:visited {
	color: #909191;
}

a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #666666;
}

a.news:visited {
	color: #0066FF;
}
a.news:link {
	color: #00FFFF;
	font-weight: normal;

}






.outbox { text-align: center; }

.wrapper {
	/*min-width: 676px;
	*/
	min-width: 750px;
	
}
          /* Allways good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
	/*width: 100%;  
	
	This makes IE jump the content down the page.  The solution as here is to set this container to a fixed width so the browser does look to resize.
	  */ 
	width: 1000px;            /* total width */

}      

#outer {
	margin-top: 10px;
	border-left-width: 140px;
	border-left-color: #FFFFFF;
}

#left {
	width: 130px;              /* left column width */
	margin-left: -140px;       /* _negative_ left column width */
}

#header {
	height: 50px;
	background-color: #FFFFFF;
}

/* Main code */

#outer { width: auto; border-left-style: solid;}
#inner {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

#left {
	float: left;
	position: relative;
	z-index: 10;
	height: 100%;
}
.right { float: left; position: relative; z-index: 11; }

.center {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}

#header { width: 100%; position: relative; z-index: 13; }

.clear { clear: both; }

/* Mozilla code */
#outer > #inner { border-bottom: 1px solid transparent; }
#left { margin-right: 1px; }
.right { margin-left: 1px; }
.right p { padding-left: 10px; }
.center {
	margin: 0 -8px 0 -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontent {
	margin-left: 10px;
	width: 506px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: white;
}	

#defaultcontent {
	margin-left: 10px;
	height: 100%;
}

#submenu {
	padding-left: 10px;
	padding-top: 10px;
}

#footer {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 600px;
	border: 1px solid #CCCCCC;
}
.£content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #FF9966;
}
a:visited {
	text-decoration: none;
	color: #999999;
}

