html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: gray;
	font-family: arial,sans-serif;
	font-size: small;
	color: #333333;
    background: #8cd600 url(images/bg.gif) repeat-x top left;      	
}

div#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 20px;
	width: 929px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
    background: url(images/wrapper.gif) repeat-y top left;  	
}

div#header {
	position: relative;     
    background: #ffffff url(images/logo_web.jpg) no-repeat top left;   
}

div#top {
    padding: 5px 0 0 590px;
    height: 95px;                 	       
}

div#top img{
    border: none;               	       
}

div#top a{
    border: none;               	       
}

div#top #nantenLinks{
	text-align: right;
	padding: 37px 0px 0 0;             	       
}

div#top #nantenLinks a:link, div#top #nantenLinks a:visited{
	color: #78bf33;
	font-family: arial, verdana;
	font-size: 14px;
	font-weight: bold;            	       
	text-decoration: underline;
}

div#top #nantenLinks a:hover {
	color: #222222;
}


div#mainMenu {
	padding: 0 0 0 0;
    height: 48px;     
	border-bottom: 4px solid #ffffff;
}

div#design {
    height: 200px;        
	border-bottom: 4px solid #ffffff;	               	       
}

div#design img{
    border: none;         	       
}

div#mainBody {
	position: relative; 	
	padding: 0 0 55px 0; /* bottom padding for footer */
	width: 929px;	  	
}

div#left {
	position: relative;
	float: left;
	width: 220px;  	
}

div#right {
	position: relative;
	float: right;
	width: 700px;	
}

div#content {
	position: relative;
	float: left;
	width: 650px; 
}

div#contentRight {
	position: relative;
	float: right;
	width: 224px;
}

div.pageheader {
	position: relative;
	padding: 0 0 0 10px;
	font-family: Trebuchet MS, arial;
	font-size: 14px;
	font-weight: bold;	
	color: #ffffff;	
    height: 30px; 
	line-height: 30px;	
    background: url(images/green_bg.gif) repeat-x top left;  
}

div.clear {
	position: relative;
	clear: both;
}

div#footer {
	position:absolute;
	width: 929px;
	height: 45px;
	bottom: 0; /* stick to bottom */
    background: url(images/menu_bg.jpg) repeat-x top left; 	
	font-family: verdana, arial, Helvetica, sans-serif;  
	font-size: 100%;
    text-align: center; 
	font-weight: bold;	
    color: #ffffff;
	line-height: 35px;  
}

