@CHARSET "UTF-8";
	
.body {
	background-color: #cccccc;
	height: 98%;
	margin: 0px;
	text-align: center;
}
	
.head {
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	vertical-align: bottom;
}

.banner {
	width: 100%;
	height: 120px;
	background-color: #000000;
	background-image: url("images/banner4.jpg");
	background-repeat: no-repeat;
	background-position: bottom | left;
	margin: 0px;
	padding: 0px;
	
	font-family: serif;
	font-weight: bold;
	font-size: 32px;
	font-variant: small-caps;
	font-style: italic;
	color: #000000;	
}

.content {
	width: 70%;
	height: 100%;
}

.content2 {
	width: 100%;
	height: 100%;
}

.my_body {
	background-color: #000000;
	background-image: url('images/bg_content_wheel2.jpg');
	background-repeat: no-repeat;	
}

.my_body2 {
	background-color: #000000;
	background-image: url('images/bg_content_wheel.jpg');
	background-repeat: no-repeat;	
}

.my_body3 {
	background-color: #000000;
	background-image: url('images/bg_content_wheel4.jpg');
	background-repeat: no-repeat;	
}

.left_panel {
	width: 30%;
	height: 100%;
}
	
.menu {
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
		
}

h1 {
	color: #ed1d24;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.myBox
{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-align: left;
    background-color: #777777;
    background-image: url("images/bg2.jpg");
    background-repeat: no-repeat;
    border: 5px solid #cccccc;
}

.myBanner
{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-align: left;
    background-color: #CCCCCC;
    border: 5px solid #000000;
}


.banner_down {
	width: 100%;
	height: 128px;
	background-image: url('images/flash_down3.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}