html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
padding-top:5px;
	margin-bottom:20px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border:1px solid #e9e9e9;
}
h1 {
    font-size:24px;
	padding-bottom:25px;
	color:#663300;
	font-weight:500;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 130px;
}
#top {
   width:567px;
   margin-top:25px;
   height:71px;
   background:url(/img/top.jpg);
   float:left;
}
#top_right {
   width:21px;
   margin-top:25px;
   height:69px;
   background:url(/img/top_right.jpg);
   float:right;
}
#logo {
   display:block;
   float:left;
   margin-top:37px;
   margin-left:138px;
}
#top table {
   margin-left:20px;
   margin-top:15px;
}
#top td {
   width:100px;
}
#top a {
   color:#FFFFFF;
}
#top a:hover {
   color:#000000;
   text-decoration:none;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	background:url(/img/right.jpg) no-repeat right bottom;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 460px 25px 15px;
    background: url(/img/border.jpg) 570px 0 repeat-y;
	min-height:500px;
}
#content img {
    padding:5px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 430px;
	margin-left: -430px;
	position: relative;
}
#group {
    float:left;
	margin-left:20px;
}
#group img {
    margin-bottom:39px;
}

/* Footer
-----------------------------------------------------------------------------*/
#bottom {
	background: #623100;
	padding:15px;
}
#bottom h2 {
    padding-left:15px; 
    color:#ff9900;
	font-size:16px;
	text-transform:uppercase;
}
#video {
    width:555px;
	border-right:1px solid #7d3f00;
}
#news {
   padding-left:15px;
}
#news p {
   margin-bottom:5px;
   color:#FFFFFF;
}
#news a {
   color:#FFFFFF;
   font-weight:bolder;
}
#footer {
    height:50px;
}
#copy {
    float:left;
	color:#452200;
	padding-left:15px;
	padding-top:9px;
}
#counts {
    float:right;
	padding-right:15px;
	padding-top:3px;
}
