body, div, ul, li, table, img{
	margin: 0px;
	padding: 0px;
	border: none;
}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.strong {
	font-weight: bold;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	color: #000;
	
	/* background spaning image */
	background-color: #ee1d24;
}

h1 {
	font-size: 14pt;
	color: #bf1e24;
}

h2 {
	font-size: 13pt;
}

h3 {

}

a {
	color: #004577;
}

p {
	margin: 10px, 0px;
}

#wrapper {
	text-align: left;
	display: block; 
	/*border: 1px #000000 solid;*/
	width:1019px; 
	margin:0px auto;
}

#header {
}

#banner {
	width: 100%;
	height: 221px;
	clear: both;
}


#banner_left {
	width: 330px;
	height: 221px;
	background-image:url('img/banner_left.jpg');
	float: left;
}

#logo {
	width: 359px;
	height: 221px;
	background-image:url('img/logo.jpg');
	float: left;
}

#banner_right {
	width: 330px;
	height: 221px;
	background-image:url('img/banner_right.jpg');
	float: left;
}

#banner_shade{
	width: 100%;
	height: 16px;
	clear: both;
	background-image:url('img/banner_shade.jpg');
}

#main{
	width: 100%;
	min-height: 500px;
	clear: both;
}

#content{
	width: 1019px;
	float: left;
	text-align:center;
}

#innercontent{
	width: 600px;
	margin: 0 auto;

}

.videoarea{
	text-align: center;
	margin: 20px auto;
	width: 380px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}


#footer{
	width: 1019px;
	height: 20px;
	float: left;
	text-align:center;
}