body {
	background-image: url(bg_1.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 5px;
}
#container {
	width: 990px;
	background-color: #FFFFFF;
	background-image: url(btm_corners.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#header {
	background-image: url(header-6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 252px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
h2 {
	padding: 0px;
	color: #999999;
	margin: 0px;
}
#left p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left {
	width: 425px;
	margin-left: 15px;
	font-size: .9em;
	background-color: #F4FDFF;
	border: 1px solid #CCCCCC;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}
#right {
	width: 425px;
	margin-right: 10px;
	float: right;
	clear: none;
	margin-top: 10px;
	padding: 12px;
	background-color: #F4FDFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
#tabs {
	width: 700px;
	text-align: right;
	margin-right: 36px;
	font-size: 0.9em;
	float: right;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 4px;
	display: inline;
}
#wrap_all {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}

.tab {
	display: inline;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}
.tab a {
	text-decoration: none;
	color: #666666;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: normal;
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}
.tablive {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #33CCFF;
	background-image: url(corner_live.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: inline;
}
.tab a:hover {

	text-decoration: none;
	color: #000000;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: normal;
	background-image: url(corner_live.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer {
	font-size: .8em;
	width: 990px;
	text-align: center;
}
#footer a {
	color: #00536F;
	text-decoration: none;
	font-weight: bold;
	background-color: #33CCFF;
}
#footer a:hover {
	color: #FFFFFF;
}

