body {
	background: #ffffff;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	font-weight: 800; 
	color: #bfbfbf;
}
#container {
}
#header {
	height: 120px;
	background: url(images/top.jpg) no-repeat left;
	white-space: nowrap;
}
#logo {
    position:absolute;
	left:20px;
	top:30px;
}
#menu {
    position:absolute;
	left:580px;
	top:50px;
}
#content {
	background: 
	  url(images/border.jpg) repeat-y left;
	padding-left: 27px;
}
#content_image {
    	position:relative;
	background: 
	  url(images/content_box.jpg);
	width:947; height:497; 	
	padding-top:29px;
}
#content_title {
	position:absolute;
	left:350px;
	top:135px;
	font-family: arial;
	font-size: 16pt;
	font-weight: 800; 
	color: #8fafd4;
}
#content_text {
	position:absolute;
	left:350px;
	top:170px;
	font-size: 10pt;
	color: #000000;
	width: 600px;
	font-weight: 400; 
}
#content_description {
	width:600px;
	font-family: arial;
	font-size: 16pt;
	font-weight: 800; 
	color:#005193;
	font-style:italic;
}
#content_header {
	font-family: arial;
	font-size: 14pt;
	font-weight: 600; 
	color: #afafaf;
}

#footer {
	background: 
	  url(images/bottom.jpg) no-repeat;
	height:70px;
	padding-left:690px;
	padding-top:20px;
}


