body {
	background-color: #000000;
	background-image: url(_img/overall_back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	border-top-width: 0px;
}

h1 {
	margin: 4px 0px 0px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#overall {
	display: block;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
#flag {
	height: 80px;
	width: 980px;
	margin:0px auto;
	background-image: url(_img/flag_back.jpg);
	background-repeat: no-repeat;
	color: #05187A;
}
#flag a, .header a:visited{
	color: #095CD1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#footer {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	display: block;
	margin: 6px;
}
#nav {
	width: 180px;
	background-image: url(_img/nav_back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: left;
}
#nav a {
	color:#FFF;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#content {
	width: 640px;
	position: relative;
	float: right;
}
.header {
	background-image:url(_img/header_back.jpg);
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E7CC26;
	text-align:right;
	height:30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.headerContent {
	padding: 2px 8px;
	text-align: right;
	width: 400px;
	float: right;
}
.header a {
	color:#00C;
}
.mainContent {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid;
	border-color: #666;
}
.lowerContent {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	border-left-color: #666666;
	border-right-color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	background-image: url(_img/lower_back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	position: relative;
	color: #fff;
	font-size: 12px;
}
.lowerContent div {
	padding:24px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
.lowerContent a {
	color:#CCC;
}
.logo {
	background-image: url(_img/cy_logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 274px;
	margin: 0px 0px 0px 10px;
}

