a:link 
{
	color:white;
	text-decoration:none;
	}
a:visited
{
	color:white;
	text-decoration:none;
	}
a:hover
{
	color:black;
	text-decoration:underline;
	}
body
{
	text-family:helvetica, sans-serif;
	font-size:1em;
	background-color:#F90;
	
	}
h1
{
	font-size:1em;
	font-weight:bold;
	}
h2
{
	font-size:1em;
	}
	
#container
{
	width: 1002px;
	font-family: helvetica;
	font-size: 0.9em;
	line-height: 1.2em;
}

#head 
{
	height:112px;
	border: 1px #ffd556 solid;
	background-image: url(images/bground/bg_white.gif);
	
	}
#head_left
{	
	float:left;
	width:100px;
	margin:15px;
	margin-left:15px;
	}
	
#head_right
{
	float: right;
	width:420px;
	margin-top:85px;
}

#content
{
	float:left;
	width:1000px;
	min-height: 500px;
	border-left: 1px #ffd556 solid;
	border-right: 1px #ffd556 solid;
	background-image: url(images/bground/bg_white_line.gif);

}
#content_left
{
	float: left;
	left:5px;
	top:5px;
	width:185px;
	padding:5px;
}
#content_middle
{
	float: left;
	width:370px;
	padding:5px;
}
#content_right
{	
	float: left;
	padding:5px;
	padding-left:15px;
}
#footer
{		
	clear:both;
	height:50px;
	padding:5px;
	padding-left:585px;
	border: 1px #ffd556 solid;
	background-image: url(images/bground/bg_white.gif);
	}
