* {
	padding:0px;
	margin:0px;
}
img {
	border:0px none;
}

/* h tags */
h2 {
	font-size:23px;
	margin-bottom:15px;
	font-weight:normal;
}
h3 {
	font-weight:bold;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background:#008AC1 url('images/background.png') repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* website */
#website {
	width:990px;
	margin:0px auto;
}

/* banner */
#banner {
	width:967px;
	height:80px;
	margin-top:32px;
	position:relative;
}
#banner img {
	height:80px;
}
#banner h1 {
	display:none;
}
#banner ul {
	position:absolute;
	right:15px;
	top:0px;
}
#banner ul li {
	display:inline;
	list-style:none;
	list-style-image:none;
	line-height:79px;
}
#banner a:link, #banner a:visited  {
	font-size:13px;
	color:#000;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}

/* inner */
#inner {
	position:relative;
}

/* content */
#content {
	width:813px;
	background:#fff;
	position:relative;
	margin-top:19px;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	padding-top:5px;
}
#content .top {
	position:absolute;
	top:-10px;
	left:0px;
	height:10px;
	width:853px;
	font-size:6px;
}
#content .top .left {
	width:10px;
	height:10px;
	float:left;
	background:url('images/box-top-left.png') no-repeat;
}
#content .top .right {
	width:10px;
	height:10px;
	float:right;
	background:url('images/box-top-right.png') no-repeat;
}
#content .top .mid {
	width:833px;
	height:10px;
	float:left;
	background:url('images/top-mid.png') repeat-x;
}
#content .bottom {
	position:absolute;
	bottom:-10px;
	left:0px;
	height:10px;
	width:853px;
	font-size:6px;
}
#content .bottom .left {
	width:10px;
	height:10px;
	float:left;
	background:url('images/box-bottom-left.png') no-repeat;
}
#content .bottom .right {
	width:10px;
	height:10px;
	float:right;
	background:url('images/box-bottom-right.png') no-repeat;
}
#content .bottom .mid {
	width:833px;
	height:10px;
	float:left;
	background:url('images/bottom-mid.png') repeat-x;
}
#content p {
	padding-left:10px;
	padding-bottom:10px;
}

/* box small */
#boxsmall {
	margin-top:30px;
	height:68px;
	background-color:#FFFFFF;
	width:833px;
	padding-left:20px;
	padding-top:5px;
	position:relative;
	font-size:11px;
}
#boxsmall .top {
	position:absolute;
	top:-7px;
	left:0px;
	height:7px;
	width:853px;
}
#boxsmall .top .left {
	width:10px;
	height:7px;
	float:left;
	background:url('images/boxsmall-top-left.png') no-repeat;
}
#boxsmall .top .right {
	width:10px;
	height:7px;
	float:right;
	background:url('images/boxsmall-top-right.png') no-repeat;
}
#boxsmall .top .mid {
	width:833px;
	height:7px;
	float:left;
	background:url('images/boxsmall-top-mid.png') repeat-x;
}
#boxsmall .bottom {
	position:absolute;
	bottom:-7px;
	left:0px;
	height:7px;
	width:853px;
}
#boxsmall .bottom .left {
	width:6px;
	height:7px;
	float:left;
	background:url('images/boxsmall-bottom-left.png') no-repeat;
}
#boxsmall .bottom .right {
	width:6px;
	height:7px;
	float:right;
	background:url('images/boxsmall-bottom-right.png') no-repeat;
}
#boxsmall .bottom .mid {
	width:841px;
	height:7px;
	float:left;
	background:#fff;
}
#boxsmall .ad {
	float:left;
	height:60px;
	width:300px;
	background-color:#FFCC00;
	border:1px solid #000;
	margin-right:10px;
}

/* Box right */
#boxright {
	position:absolute;
	right:0px;
	top:-10px;
	width:120px;
	height:600px;
	background:#fff;
}
