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

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#663366;
	border:0px;
	text-decoration:none;
}

img {
	border:0px;
}

a:hover, active, current {
	color:#FFFFFF;
}

#main {
	width:837px;
	height:auto;
	background-image:url(images/navup.jpg);
	background-repeat:repeat-y;
}

#header {
	width:837px;
	height:187px;
	background-image:url(images/header.png);
}

#nav_up {
	width:662px;
	height:50px;
	background-image:url(images/navup.jpg);
	background-repeat:repeat-y;
	padding-left:175px;
}

#nav_side {
	width:132px;
	height:auto;
	float:left;
	background-image:url(images/navi.jpg);
	background-repeat:repeat-y;
	padding-left:25px;
}

#nav_side a {
	text-decoration:none;
}

#nav_side li {
	font-size:11px;
	font-weight:bold;
	list-style:none;
	color:#663366;
}

#nav_side ul li {
	background-image:url(images/navside_bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:150px;
	font-size:10px;
	font-weight:normal;
	list-style:none;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	top:-10px;
	left:-50px;
}

#content {
	width:480px;
	height:auto;
	background-image:url(images/navup.jpg);
	background-repeat:repeat-y;
	padding-left:175px;
	padding-right:189px;
}

#newsbox {
	width:160px;
	height:350px;
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
	float:right;
	padding:20px;
}

#newsbox li {
	margin-left:15px;
}

#footer {
	width:837px;
	height:45px;
	background-image:url(images/footer.png);
}

#twtr-profile-widget {
	height:300px;
	width:250px;
	float:right;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background-image:url(images/navup.jpg);
	background-repeat:repeat-y;
}

#nav_home a {
	display:block;
	background-image:url(images/home.jpg);
	height:33px;
	width:100px;
	text-decoration:none;
	position:relative;
	left:85px;
	float:left;
}

#nav_home a:hover, active, current {
	background-image:url(images/home_on.jpg);
}

#nav_print a {
	display:block;
	background-image:url(images/print.jpg);
	height:33px;
	width:100px;
	text-decoration:none;
	position:relative;
	left:210px;
}

#nav_print a:hover, active, current {
	background-image:url(images/print_on.jpg);
}

#nav_nprint a {
	display:block;
	background-image:url(images/nprint.jpg);
	height:33px;
	width:100px;
	text-decoration:none;
	position:relative;
	right:225px;
	top:0px;
	float:right;
}

#nav_nprint a:hover, active, current {
	background-image:url(images/nprint_on.jpg);
}
