body{
	background:#7c7c7c url(images/bgshadow.jpg) repeat-y Top center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	min-width:1000px;
}

a{
	color:#003366;
}
/*** Container ***/
#container {
	background:#ffffff url(images/bg.gif) repeat Top left;
	margin:0 auto;
	width:1000px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

/*** Header ***/
#header {
	background: url(images/header-bg.gif) repeat Top left;
	height: 87px;
	color: #fff;
}
#header h1 {
	padding:5px;
	margin:0;
}

/*** Navigation ***/
#nav {
	padding: 0 10px 0 0;
	background: url(images/nav-bg.gif) repeat Top left;
	height: 19px;
	color: #fff;
	text-align:right;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	margin: 6px 13px 0 14px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	color: #333;
}

/*** Sidebar ***/
#sidebar {
	float:left;
	width:430px;
	background: url(images/sidebar.gif) no-repeat Top left;

}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

/*** vertmenu ***/
#vertmenu {
	width: 420px;
	padding: 13px 0 0 0;
	margin: 0px;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0 0 2px 0;
}
#vertmenu ul li a {
	font-size: 11px;
	display: block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 4px 0px 5px 10px;
	text-decoration: none;
	color: #666;
	background-color:#FFF;
	width: 410px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #fff;
	background-color: #981b1f;
}

/*** form ***/
#form{
	width:410px;
	background: url(images/form-bg.gif) no-repeat Top left;
	padding:0 0 0 10px;
	color:#ffffff;
}
.form-header{
	height:30px;
}
.form-left{
	width:195px;
}
.form-right{
	width:225px;
}
.form-table{
	padding: 2px 0px 1px 10px;
}
.form-img{
	padding: 4px 0px 3px 15px;
}
.form-input{
	width:180px;
}

/*** feeds ***/
#feeds {
	width:410px;
	background: url(images/feeds-bg.gif) no-repeat Top left;
	padding:0 0 0 10px;
	margin:0;
	color:#003366;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
#feeds-table {
	width:410px;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}
#feeds-table ul {
	list-style: none;
	margin:28px 0 5px 0;
	padding: 0 15px;
	border: none;
}
#feeds-table ul li  {
	margin: 0px;
	padding: 0 0 5px 0;
	text-decoration:none;
	color:#003366;
}
#feeds-table ul li a:hover {
	text-decoration:none;
}

/*** Main ***/
#main {
	float:right;
	width:570px;
	background-color: #f5f5f5;
	line-height:19px;
}
#main h1, h2, h3 {
	font-size:22px;
	font-weight:lighter;
	padding:0 20px;
	margin: 15px 0;
	color:#af1e1e;
}
#main h1,h2{ 
	font-size:22px;
}
#main h3{ 
	font-size:15px;
	margin: 0px 0;
}
#main p {
	padding:0 20px;
	margin:0 0 13px 0;
}
#main a {
	text-decoration: none;
	color:#af1e1e;
}
#main a:hover {
	text-decoration: underline;
	color:#af1e1e;
}


/*** Footer ***/
#footer {
	height:130px;
	background: url(images/footer-bg.gif) repeat Top left;
	clear:both;
	color:#ffffff;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer p {
	padding: 70px 20px 0 20px;
	margin:0;
}
.footer-left {
	float:left;
	width:300px;
}
.footer-right {
	float:right;
	width:300px;
	text-align:right;
}
