* {
	margin:0;
	padding:0;
	line-height: 140%;
	font-size: 12px;
	font-family: arial,sans-serif;
}

a:link { color: #00f;text-decoration:none; } 

a:visited { color: #00f;text-decoration:none; } 

a:hover { color: #00f;text-decoration:underline; } 

a:active { color: #00f;text-decoration:none; }

img { border: 0;}

#bg {
	text-align: center;
}

#bg_contents {
	background: url(../images/bg.gif) repeat-y;
	text-align: left;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

#header {
	width: 695px;
	height: 355px;
	text-align: right;
	margin-bottom: 19px;
	background: url(../images/header_bg.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
}

#header_content {
	width: 695px;
	height: 124px;
	text-align: right;
	margin-bottom: 19px;
	background: url(../images/header_bg_content.gif) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
}

#header a ,#header_content a {
	font-size: 10px;
	color: #666666;
}

#content {
	width: 660px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	width: 700px;
	height: 18px;
	padding-top: 115px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	background: url(../images/footer_bg.gif) no-repeat;
}