@charset "utf-8";
/* CSS Document */

#divMain {
	width: 80%;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}

#divLeft {
	float: left;
	width: 200px;
	height: 400px;
}

#divLeftTop {
}

#divLeftBottom {
}

#divContent {
	float: left;
	width: 50% ;
}

#divFooterSpace {
	clear: both;
	height: 10px;
}

#divFooter {
	text-align: center;
	color: white;
}

body {
	background-color: #D0D0D0;
	text-align: center; 
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
}