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

body {
	text-align:center;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 0px;
}
	
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:247px;
	width:998px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
		
#headerlinks {
	padding-top:226px;	
	padding-left:28px;
	word-spacing:14px;
	letter-spacing:3px;
}

#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;		
}
	
#header a:hover {
	color: #ff6e0d;
	text-decoration:none;		
}

#background {
	width:1057px;
	min-height:752px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(images/background-white.png);
	background-repeat: repeat-y;
}

#wrapper {
	width:1057px;
	min-height:752px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
}	
	
#main {
	width:700px;
	padding:5px;
	float:left;
	margin-top: 8px;
	margin-left:40px;
	text-align:justify;
}
	
#right {
	width:250px;
	min-height:700px;
	padding:5px;
	float:left;
	background-color: #fff;
	margin-top: 8px;
	margin-left:10px;
}

#rightcontent {
	font-size:11px;
	width:247px;
	background-color:#e5e5e5;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:0px;
	margin:0px;
}

#rightcontent ul {
	list-style:none;
	display:inline;
}

#rightcontent li{
	list-style:none;
	display:block;
}


#rightcontent a {
	color: #ff6e0d;
	text-decoration:none;
}

#rightcontent a:hover {
	color: #990000;
	text-decoration:none;
}

#rightcontent p {
	padding-top:10px;
}

.rightpadding {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer {
	width:994px;
	height:79px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-position: center;
	font-size:10px;
	color:#fff;
	padding-bottom: 10px;
}

#footercontent {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer a {
	color:#ff6e0d;
}

input, texarea {
	color:#000;
	font-size:9.5px;
	background: #c5c5c5;
	border: 1px solid #fff;
}

.recent {
	padding-top:10px;
}

h2 {
	font-size:16px;
	color:#ff6e0d;
	font-weight:bold;
}

.date {
	font-size : 10px;
	letter-spacing: .1em;
	line-height:1.2;
	width: 690px;
	border-top: 1px solid #ccc;
	text-align:right;
	color: #aaaaaa;
}

.posted {
	color: #aaaaaa;
	font-size: 10px;
}

.posted a {
	color: #aaaaaa;
}

a {
	color:#ff6e0d;
	text-decoration:none;		
}
	
a:hover {
	color: #990000;
	text-decoration:none;		
}

