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;
}


#main_banner {
	float: left;

	background-color: #122953;

	width: 100%;
	height: 95px;
}

#body_wrapper {
	float: left;

	width: 100%;

	background-color: #0a1736;
}

#body_left {
	float: left;

	width: 17%;
}

#body_main {
	float: left;

	width: 83%;

	background-color: #0C0C26;
}

#body_column_left {
	float: left;

	width: 62%;

	background-color: #fff;
}

#body_column_right {
	float: left;

	width: 38%;
}



/* left menu */

#left_menu {
	list-style: none;

	margin: 0px;
	padding: 0px;
	
	border-top: 1px solid #aaa;
}

#left_menu li {
	background-image: url('../images/ms-sp_07.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #aaa;
	
}

#left_menu a {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #ddd;
	text-decoration: none;	

	display: block;

	width: 100%;

	padding: 6px;
	padding-left: 10px;
}

#left_menu a:hover {
	color: #fff;
}

.content_float {
	margin: 25px;
	margin-top: 10px;
}


.content_float h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: 100;
	color: #fff;

	text-transform: uppercase;

	line-height: 20px;

	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 5px;

	background-image: url('../images/ms-sp_113.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}


.content_float h2 {
	font-family: arial;
	font-size: 16px;
	color: #333;

	line-height: 17px;
}

.content_float p, .content_float li, .content_float a   {
	font-family: arial;
	font-size: 12px;
	color: #333;

	line-height: 17px;
}

/* boxes */

.box  {
	float: left;
	width: 24%;
	height: 20px;

	padding-top: 6px;
	border: 1px solid white;

	text-align: center;
}

.box a  {
	font-family: arial;
	font-size: 11px;
	color: #fff;

	text-transform: uppercase;

	text-decoration: none;

	padding: 5px;
}

.box_red {
	background-image: url('../images/buttons_10.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.box_green {
	background-image: url('../images/buttons_12.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.box_purple {
	background-image: url('../images/buttons_14.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.box_blue {
	background-image: url('../images/buttons_16.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}







#footer_wrapper {
	float: left;

	width: 100%;
}

#footer_wrapper p, #footer_wrapper a {
	font-family: arial;
	font-size: 10px;
	color: #ccc;

	line-height: 15px;
}





#main_left_menu {
	-position: absolute;
	-width: 120px;
	-bosrder: 1px solid red;
}

#main_left_menu li {
	-width: 120px;
}

#main_left_menu a {
	-width: 120px;
}
