/*----------------
mycon01.css
updated: 23/6/06
----------------*/

body
	{
		margin: 0;
		padding: 0;
		font: 85% verdana, helvetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #fff;
	}
	
#wrapper {
		margin: 1em auto;
		width: 750px;
		text-align: left;
		background-color: transparent;
		border: 1px solid black;
	}

#maincontents{

/*position:absolute;
left:auto;*/
margin-left: 30%;
margin-right:5%;

}

/* ---------[ header ]------------*/

.accsstatbox {
		float: right;
		width: auto;
		text-align: right;
		background-color: transparent;
		padding: 0px 5px;
		margin-top:-1%; 
		margin-right:-1%;
		font-size: 90%; /* new */
	}
.accsstatboxbottom {
		float: right;
		width: auto;
		text-align: right;
		font-size: 90%; 
		margin-right:5px; 
	}

/* ------[navigation]-------*/	

#mainnav
	{
		/*background: #FF6600 url(grfx/nav_bg_orange.gif) repeat-x top left;*/
	padding: 10px 25px;
	margin: 0;
	list-style: none; /* new */
	font-size: 100%; /* new */
	border-bottom: 5px solid #FF6600;/* new - this recreates the bottom border that disappeared when we made the links into a list */
	}
	
#mainnav li {
	float: left;
	margin-top: -10px; /* without this, the links as a list are too low */
	padding: 0 1px 0 0;
	list-style: none;
	}
	
#mainnav a {
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
	}
#mainnav a:hover, #mainnav /*a.thispage*/ {
	color: #EFF334;
	background: #FF6600;
	
	}
#mainnavbottom ul {
	float: right;
	}
#mainnavbottom li {
	display: inline;
	list-style: none;
	text align: center;
	margin: 0 5px;
	}

#sidebar{
	float: left;
	width: 25%;
	height: 600px;
	background: #ffa500;
	color: #fff;
	font-style:normal;
	/*font-weight:bold;*/
	font-weight:normal;
	/*padding:10px; */
	}

#subnav ul
	{
	list-style: none;
	margin: 10px 10px 10px -25px;
	}
#subnav li
	{
	margin-top: 5px;
	font-size: 1em;
	}	
#subnav a {
	text-decoration: none;
	}	
#subnav a:hover {
	text-decoration: underline;
	}	
/*-------[prev/next links]----*/

.prevnext {
text-align: right;
	}	
	
/*-------[various]----*/

.randomquote{font-size:0.8em;}


.comments{font-size:0.8em;}


#footer {
clear: both;
margin: 20px 2px 2px 2px;
padding: 10px;
border: 1px solid #FF6600;
font-size:0.8em;
}