/* CSS Document */

body {
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
}

#container {
	margin-bottom:100px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #C1C1C1;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

li {
	list-style-image:url(../images/bullet.jpg);	
}

#left_content {
	float:left;
	width:430px;
	height:400px;
}
#right_content {
	float:right;
	width:500px;
	height:400px;

}