body {
	margin-top: 0px;

	background-color: #0c0c26;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
}

#table_wrapper {
	width: 800px;
}

#main_wrapper {
	float: left;
	width: 800px;

	border: 2px solid #f3f3f4;
	border-top: 0px solid #f3f3f4;

	background-color: #0A1737;

	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.column_float {
	margin: 20px;
}

.columns {
	float: left;

	width: 100%;
}

.column_left {
	float: left;

	width: 40%;
}

.column_right {
	float: left;

	width: 60%;
}

#main_column_wrapper {
	margin-top: 60px;
	margin-bottom: 40px;
}


#main_logo {
	float: left;

	background-image: url('../images/ms_hp_03.png');
	-background-image: url('../images/ms_hp_03.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 100%;
	height: 128px;

	margin-bottom: 20px;
}

.content_float {
	margin: 35px;
	margin-right: 15px;
	margin-left: 8px;
}

.content_float p, .content_float li, .content_float a  {
	font-family: arial;
	font-size: 12px;
	color: #ccc;

	line-height: 15px;
}





#footer_wrapper {
	float: left;

	width: 100%;
}

#footer_wrapper p, #footer_wrapper a {
	font-family: arial;
	font-size: 10px;
	color: #ccc;

	line-height: 15px;
}

