body, html	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	background:#F7941D;
} 
h1			{font:Candara;font-size:14px;font-weigth:bold;}
img			{padding:0px; margin:0px; border:none;}
a:link		{text-decoration:none;}
a:visited	{text-decoration:none;}

div#base
{ 
	margin:1px auto 1px auto;
	width:1024px;
}
div#header
{
	width:100%;
	height:215px;
	background:#F7941D;
	float:left;
}
div#header img
{
	display:block;
	float:left;
	heigth:115px;
	width:246px;
}
div#header ul
{	
    padding:0px;
	margin:0px;
	text-align:center;
	margin:1px auto 1px auto;
	list-style:none;
	
}
div#header li
{   
    display: block;
	float:right;
	width:110px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}
div#header a:link
{
	color:#ffffff;
}
div#header a:visited
{
	color:#ffffff;
}
div#menu
{
	witdh:100%;
	heigth:700px;
	background:#000000;
}
div#menu img
{
	margin: 2.5px;
	border: none;
}
div#submenu
{
	float: right;
	margin-top:-120px;
}
div#submenu ul
{	
    padding:0px;
	margin:0px;
	text-align:right;
	margin:1px auto 1px auto;
	list-style:none;
}
div#submenu li
{   
    display: block;
	float:left;
	width:110px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}
div#submenu a:link
{
	color:#ffffff;
}
div#submenu a:visited
{
	color:#ffffff;
}	
div#tabs
{
	width:30px;
	margin-top: 20px;
	float:left;
}
div#menuTop
{
	width:990px;
	height:20px;
	float:right;
	background-image:url(/images/menurand.jpg);
}
div#menu2
{
	width:950px;
	height:550px;
	padding:20px;
	float:right;
	background-color:#FFFFFF;
}
.contentLeft
{
	width:600px;
	heigth:600px;
	padding:10px;
	float:left;
}
.contentRight
{	
	width:300px;
	height:500px;
	padding:10px;
	float:right;
	border-left: 1px solid #000000;
}
	
