@charset "utf-8";
/* CSS Document */

/* CONVERT TO EM BASED INSTEAD OF PIXELS */

body a{
	text-decoration: none;
	color: #888;
	cursor: pointer;
} 

body a:hover{
	text-decoration: underline;
	color: #000;
	cursor: pointer;
	
}

.links {
	font-size:11px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 20px;
}

html {

	background-image: url(../i/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	
}

div#bg {
	width: 950px;
	margin: auto;
}
div#content {
	width: 820px;
	margin-left: 145px;
}

div#menu {
	border-left: 1px #000 solid;
	margin-top: 180px;
	padding-left: 10px;
	float: left;
	height: 270px;
	display:block;
	width: 190px;
}

#menu img {
	margin-bottom: 5px;
}

#menu a{
	text-decoration: none;
}

.menuBtn {
	border-bottom: 1px solid #CCC;
	width: 190px;
	height: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	padding: 2px;
	cursor:pointer;
	font-style:normal;
	text-decoration: none;
	color: #000;
}




div#section {
	width: 570px;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-left: 40px;
}

div#sectionMain {
	width: 450px;
	float: left;
}

div#sectionAlone {
	width: 570px;
	float: left;
}

div#sectionSub {
	float: left;
	text-align: left;
	font-size:14px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 10px;
	width: 120px;
	color: #BBB;
}

div#sectionSub li {
	font-size: 11px;
	padding: 2px;
	text-align: left;
}

div#sectionSub a {
	text-decoration: none;
	color: #888;
	cursor: pointer;
}

div#sectionSub a:hover {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

div#imgArray img {
	margin-top: 3px;
	margin-right: 3px;
}

.imgControls{
	float: left;
	width: 50px; 
	background: #EEE; 
	text-align: center; 
	padding: 2px; 
	border-right: 1px solid #DDD;
}

.imgControls a{
	text-decoration: none;
	color: #555;
}
.imgControls a:hover{
	text-decoration: underline;
	color: #555;
}




/* news section */

.head {
	color: #b7b216;
	font-size:15px;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

div#newsHeadDate {
	color: #000;
	font-size: 10px;
	padding-left: 5px;
	margin-top: 13px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color: #808080;
}

div#newsContent {
	color: #808080;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	width: 430px;
	float: left;
}

div#newsContent a {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}
