/* CSS Document */

*{
margin:0;
padding:0;
}

body {
	background-image: url(images/BG.png);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#container {
	width: 750px;
	padding: 0px;
	margin: auto;
	background-image: url(images/Content_BG.png);
}#header {
	margin: auto;
	width: 730px;
}
#header_top {
	background-image: url(images/header_top_bg.png);
	margin: auto;
	height: 35px;
	width: 730px;
}
#header_main {
	background-image: url(images/Header_BG.png);
	height: 145px;
	width: 730px;
}
#header_sub {
	background-image: url(images/Header_sub_BG.png);
	background-position: bottom;
	height: 46px;
	width: 730px;
}
#body_main {
	width: 730px;
	margin: auto;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 730px;
	margin: auto;
}
li{
	margin-left:30px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#009900;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

blockquote{
	margin-left:10px;
	margin-right:10px;
}