html,
	body	{
	background: #FFF url('../img/bg.jpg') top left;
	margin: 0; padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444344
	}

#main	{
position: absolute;
text-align: center;
width: 100%;
height: 100%;
}
#header	{
background: #FFF url('../img/header.jpg') no-repeat top left;
margin: 0 auto;
text-align: center;
width: 798px;
height: 119px;
border-top: 1px solid #FFF
}
#navi	{
background: #CCCCCC;
margin: 0 auto;
text-align: center;
width: 798px;
height: 27px;
}
#content	{
position: absolute;
width: 798px;
background: url('../img/content_small_bg.jpg') repeat-y top left;
}
* html #content {  
position: fixed;
width: 850px;
background: url('../img/content_small_bg.jpg') repeat-y top left;
margin-bottom: -3px; margin-left:auto; margin-right:auto; margin-top:0
}
#footer	{
margin: 0 auto;
text-align: center;
width: 798px;
height: 15px;
}
#center	{
width: 798px;
height: 450px;
margin: 0 auto;
text-align: left;
}
.tcleft	{
float: left;
background: transparent;
width: 179px;
height: 100%;
margin: 0 auto;
padding: 10px;
text-align: center;
}
.tcright	{
width: 550px;
margin-left: 200px;
margin-top: 0px;
padding: 10px;
text-align: left;
}
a:link,
	a:visited	{
	color: #FF00FF;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: none;
}
a.main_nav:link,
	a.main_nav:visited	{
	float: left;
	color							 :	#666666; 
	background				 :	transparent; 
	display						 :	block; 
	text-align				 : 	center; 
	width							 :	131px; 
	height						 :  17px;					
	border-right			 :	#FFF solid 1px; 	
	margin-top				 :	5px;
	font-family				 :  Comic Sans MS, sans-serif;
	font-weight				 :	bold;
	font-size					 :	14px;
	text-decoration		 :	none;
	line-height				 :	135%;
}
a.main_nav:hover	{
	float: left;
	color							 :	#808080; 
	background				 :	#FFF; 
	display						 :	block; 
	text-align				 : 	center; 
	width							 :	131px; 
	height						 :  17px;					
	border-right			 :	#FFF solid 1px; 	
	margin-top				 :	5px;
	font-family				 :  Comic Sans MS, sans-serif;
	font-weight				 :	bold;
	font-size					 :	14px;
	text-decoration		 :	none;
	line-height				 :	135%;
}
a.top_nav:link,
	a.top_nav:hover,
		a.top_nav:visited	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a.lnav:link,
	a.lnav:visited	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	font-family: Comic Sans MS, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #FF00FF;
	text-decoration: none;
	}
	a.lnav:hover	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #CCCCCC;
	font-family: Comic Sans MS, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #FF3333;
	text-decoration: none;
	}
input, select, textarea	{
color: #FF3333;
border: 1px solid #FF3333;
}
.tadmin	{
border: 1px solid #FF3333;
}
h1 {
font-size: 14px;
}