/* CSS Document */
a:link 
{
 color: #0099CC;
 text-decoration: none;
}

a:visited 
{
 color: #0099CC;
 text-decoration: none;
}

a:hover 
{
 color: #0099FF;
 text-decoration: none;
}

a:active 
{
 color: #FF0000;
 text-decoration: none;
}

body 
{
	font-size: 90%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background: url(img/allbg.gif);
}

table 
{
	vertical-align: middle;
	border-spacing: 0;
	width: 500px;
	border: 1px solid #666666;
	background: #FF6633;
}

tr,td 
{
	vertical-align: middle;
	padding: 5;
	margin: 0;
	border: 1px solid #666666;
}


div,img,p,span,ul,li 
{
	padding: 0;
	margin: 0;
}

/*td:hover { background : orange ; }*/

#base 
{
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
	padding: 0;
}

#headl
{
	padding:0;
	text-align:left;
	height: 69px;
	background: #7B0000;
	width: 250px;
	float: left;
	}

#headr
{
	width:550px;
	padding:0;
	text-align:right;
	float: left;
	background: #7B0000;
	height: 69px;
	display: table;
	}

#wapper
{
	height: auto;
	width: 800px;
	float: left;
	background: #FFCC99;
}

#leftmenu
{
	width:140px;
	height:100%;
	text-align: left;
	float: left;
	}
	
#contents
{
	width:500px;
	text-align: left;
	clear: none;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	}
	
#rightmenu {
	background: #FFCC99;
	width: 120px;
	float: left;
	padding-left: 10px;
}

#footer
{
	text-align:center;
	width:800px;
	font-size:80%;
	height: auto;
	float: left;
	background: #FAD8B8;
	}

h1 {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	line-height: 200%;
}
h2 {
	font-size: 150%;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
	color: #990000;
}
h3 {
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
}
.fontwhitebold {
	font-weight: normal;
	color: #FFFFFF;
}
