body 
{ 
	text-align: center; 
	font-family: Tahoma;
	background-color:#FFFFFF;
	text-decoration:none;
}

#container {
	width: 800px;
	position: relative;
	top: 0px;
	left: 0px;	
}

div#logorow
{
	width: 800;
	height: 65px;
	background: transparent;
}

#header-left {
	float: left;
	background-image: url(images/01.jpg);
	width:382px;
	height:65px;
}
	
#header-right {
	float: right;
	background-image: url(images/02.jpg);
	width:418px;
	height:65px;
}

#line {
	width: 800px;
	margin: -2px auto;	
}


div#menu_left {
	float: left;
	width: 151px;
	height: 27px;
	margin: 0px auto;
}

div#menu_right {
	float:left;
	height: 27px;
	width: 649px;
	background: url(images/menu_bg.jpg) repeat-x;
	margin: 0px auto;
}


#body {
	width: 800px;
	margin: -3px auto;	

}


#new-body {
	clear: both;
	float: left;
}

#body-left {
	width:151px;
	float: left;
	background: url(images/bg.jpg) repeat-y;
	padding:0;
	margin:0;
}

#body-right {
	float: left;
	width:649px;
	background: url(images/bg1.jpg) repeat-y;

}

#footer_top {
	float: left;
	position: relative;
	width:800px;
	height:17px;
	font-size:8pt;
	color:white;
	font-variant:normal;
	margin-top:10px;
	padding-top:5px;
	background:#B3B1B2;
}

#footer_bottom {
	float: left;
	position: relative;
	width:800px;
	height:20px;
	background: url(images/footer_bottom_bg.jpg) repeat-x;
}

.normal
{
	float: left;
	position: relative;
	padding:0;
	margin:0;
}

p
{
	font-size:10pt;
	color:black;
	font-variant:normal;
	margin-top:0;
	padding-left:20px;}
	
h1
{
	font-size:18pt;
	color:gray;

}

a:link, a:visited {
    color: white;
  	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma;
	text-decoration:none;
	padding: 5px;
}  

a:hover, a:active {
    color: black;
  	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma;
	text-decoration:none;
}