/* COMMON */

body {
	margin-top:20px;
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	line-height:1.40em;
}

#container {
	width:800px;
	height:auto;
	position:relative;
}

img {
	border:0px;
}

h3 {
	margin-bottom:5px;
}

h4 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #663366;
	margin-bottom:5px;
	margin-top:10px;
}

/* HEADER */

#header {
	width:800px;
	height:45px;
	position:relative;
	float:left;
	margin-bottom:10px;
}

#headerNav {
	width:450px;
	height:12px;
	padding-top:33px;
	position:relative;
	float:left;
	text-align:left;
}

#navigation {
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}

#navigation li { 
	display:inline;
	padding-right:10px;
}

#headerLogo {
	width:250px;
	height:25px;
	position:relative;
	float:right;
	text-align:left;
}

/* TOP IMG */

#topImg {
	width:800px;
	position:relative;
	float:left;
	clear:both;
}

/* CONTENT */

#content {
	width:800px;
	height:auto;
	float:left;
	position:relative;
	clear:both;
	margin-top:15px;
	text-align:left;
	margin-bottom:15px;
}

.home_left_box {
	width:300px;
	height:auto;
	float:left;
	position:relative;
}

.home_left_title {
	width:300px;
	height:30px;
	position:relative;
	float:left;
}

.home_left_content {
	width:285px;
	height:auto;
	padding-left:10px;
	padding-right:5px;
	padding-top:15px;
	position:relative;
	float:left;
	line-height:1.42em;
	font-size:.63em;
}

.home_right_box {
	width:475px;
	height:auto;
	float:right;
	position:relative;
}

.home_right_title {
	width:475px;
	height:30px;
	position:relative;
	float:left;
}

.home_right_content {
	width:460px;
	height:auto;
	padding-left:10px;
	padding-right:5px;
	padding-top:15px;
	position:relative;
	float:left;
	line-height:1.42em;
	font-size:.63em;
}

.content_box {
	width:525px;
	height:auto;
	float:left;
	position:relative;
	line-height:1.42em;
	font-size:.63em;
}

.news_item {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#663366;
	padding-bottom:10px;
	margin-bottom:10px;
}

.board_column {
	width:165px;
	height:auto;
	position:relative;
	float:left;
	margin-right:10px;
}

/* SIDEBAR */

.sidebar_box {
	width:250px;
	height:auto;
	position:relative;
	float:right;
	font-size:.63em;
	line-height:1.42em;
}

.sidebar_top {
	width:250px;
	height:3px;
	background-color:#663366;
	background-image:url('../images/sidebar/sidebar_top.gif');
	background-position:top center;
	position:relative;
	float:right;
}

.sidebar_content {
	width:230px;
	height:auto;
	float:right;
	position:relative;
	background-color:#663366;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	clear:both;
	color:#FFFFFF;
}

.sidebar_bottom {
	width:250px;
	height:3px;
	background-color:#663366;
	background-image:url('../images/sidebar/sidebar_bottom.gif');
	background-position:top center;
	position:relative;
	float:right;
	clear:both;
}

.sidebar_content h4 {
	border-color: white;
	margin-top:7px;
}

.sidebar_content a {
	color: white;
	font-weight: normal;
}

/* FOOTER */

#footer {
	width:800px;
	height:auto;
	font-size:.63em;
	line-height:1.42em;
}

#footerBar {
	width:705px;
	height:10px;
	padding-left:95px;
	padding-top:13px;
	padding-bottom:7px;
	position:relative;
	float:left;
	clear:both;
	color: #cc99cc;
	line-height:10px;
	background-image:url('../images/common/footer_bg.gif');
	text-align:left;
}

#footerCredit {
	width:175px;
	height:50px;
	position:relative;
	clear:both;
	float:right;
}

/*PHOTOS*/

.thumb {
	width:100px;
	height:100px;
	padding-right:5px;
	padding-bottom:5px;
	position:relative;
	float:left;
	text-align:center;
	vertical-align:middle;
}

.photocredit {
	clear:both;
	font-size:.75em;
}

/*LINK STYLES*/

a {
	color:#663366;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}