* {margin:0px;	padding:0px;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color:#00ADEE;
}

a:hover {
	color:#008C50;
}

.clear {
	clear:both;	
}

.logo {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:50px 0 50px 0;
}

#content {
	background:#efefef;
}

#content-top {
	width:400px;
	margin:0 auto;
	padding:50px 0 50px 0;
}

#content-top .content-left-top {
	float:left;
	width:200px;
}

#content-top .content-right-top {
	float:right;
	width:200px;
}

#content-bottom {
	width:400px;
	margin:0 auto;
	padding:50px 0 0 0;
}

#content-bottom .content-left-bottom {
	float:left;
	width:200px;
}

#content-bottom .content-right-bottom {
	float:right;
	width:200px;
}

