@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #999;
	background-image: url(images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
}
h1 {
	font-weight: normal;
	font-size: 36px;
	color: #036;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	color: #666;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#wrapper {
	margin: auto;
	width: 780px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	border-radius: 15px;
	overflow: hidden;
}
#header {
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#global-nav {
	padding: 10px;
	background-color: #000;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	background-image: url(images/global-nav-bg.jpg);
	background-repeat: repeat-x;
}
.bold {
	font-weight: bold;
	color: #9FF;
}

#sidebar {
	width: 150px;
	float: left;
	padding: 5px;
}
#sidebar ul {
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	text-align: center;
}
#sidebar ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #069;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#sidebar ul li a:hover {
	color: #000;
	background-color: #CCF;
}

#main {
	float: right;
	width: 560px;
	padding: 5px;
	margin-right: 30px;
}
.swam {
	color: #999;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
.swam-bold {
	color: #333;
	text-align: center;
}


#main p {
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
	width: 95%;
}
#main li {
	font-size: 16px;
}


#footer {
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	color: #FFF;
	background-color: #666;
}
#footer a {
	color: #CFF;
}

