@charset "utf-8";
/* CSS Document */

body {
	background-color: #484848;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
#head {
	padding-top: 40px;
}
#menubar {
	text-align:right;
	height:35px;
}

#panel {
	background-color:#FFF;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
/*	height:450px;*/
	margin:0;
}
#left_shade {
	margin:0;
	width:80px;
}
#right_shade {
	margin:0;
}
h5, h6 {
	padding:5px;
}
h6 {
	font-size:13px;
	font-weight:bold;
}
p {
	padding-left:5px;
	padding-right:5px;
	color:#484848;
	text-align:justify;
}
#newsbody h6 {
	margin-bottom:0px;
}
#newspic {
	padding-bottom:10px;
}
#newspic img {
	border: #000 solid 1px;
}
input, textarea {
	margin-bottom:10px;
}
#copy, #links {
	font-size:10px;
	color:#666;
}
#links a{
	color:#666;
	text-decoration:none;
}
#links a:hover{
	color:#FFF;
	text-decoration:underline;
}

h5 a {
	color:#999;
}

.star {
	color: #F00;
	font-size:9px;
}
.bg1 {
	background-color:#CCC;
}
.pret {
	font-weight:bold;
	font-style:italic;
}
