body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

#body{
	position:relative;
	width:1000px;
	hight:555px;
	background-color:#000000;
	border:0;
}

#left{
	position:relative;
	width:276px;
	height:605px;
	background-image:url(img/left_new.jpg);
	background-color:#000000;
	border:0;
	float:left;
}

#right{
	position:relative;
	width:724px;
	heigh:605px;
	background-color:#000000;
	border:0;
	float:left;
}

#navi{
	position:relative;
	width:724px;
	height:200px;
	background-color:#000000;
	border:0;
}

#content{
	position:relative;
	width:724px;
	height:405px;
	background-color:#000000;
	background-image:url(img/.jpg);
	border:0;
	overflow:auto;
}
#text{
	position:relative;
	width:500px;
	height:205px;
	margin:20px;
	border:0;
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:left;
}

.headline{
	font-size:25px;
	font-weight:bolder;
	color:#999999;
}

a:link{
text-decoration:underline;
   font-weight:bold;
   color:#999999;
}

a:visited{
   text-decoration:underline; 
   font-weight:bold;
   color:#999999;
}

a:hover{
   text-decoration:underline; 
   font-weight:bold;
   color:#123456;
}

a:active{
   text-decoration:underline; 
   font-weight:bold;
   color:#ffffff;
} 
