<style type="text/css">

#container {
	width: 900px;
	height: 640px;
	 margin-left: auto ;
	 margin-right: auto ;
}

#main {
	width: 900px;
	 margin-left: auto ;
	 margin-right: auto ;
}

#topbox {
	padding-top: 40px;
	text-align: center;
	height: 130px;
	width: 900px;
	clear: both;
	}


#left_nav {
	float: left;
	position:static;
	width: 249px;
	height: 400px ;
	text-align: right;
	font-family: arial,sans-serif;
	color: #fff;
	
	font-size: 17px;
	padding-top: 17px;
	padding-right:39px;
}


#pic_right {
	float: left;
	position:relative;
	height: 400px;
	width: 600px;
	text-align: left;
	padding-left: 14px;	
}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #A562AD;
}
a:hover {
	text-decoration: none;
	color: #E0E0E0;
	
}
a:active {
	text-decoration: none;
}
