* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/Grass-Background.jpg') #032E10 repeat-x 0px 0px;
	color: #00000;
	text-align: center;
}

a {
	color: #0026FF;
	text-decoration: none;
}

a:hover {
	color: #007E00;
}

span {
	display: show;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

#container {	
	text-align: left;
	width: 977px;
	border-color: #9e9ec3;
	margin: 10px auto;
	padding: 0px 0px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}


/* menu */

#menu_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(../images/menu_repeat.jpg) repeat-x;
}

#menu {
	width: 920px;
	height: 45px;
	padding: 0 5px;
	padding-left: 210px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px;
	font-family: verdana, arial, true-type;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url('../images/menu_overlay.jpg') repeat-x;
	color: #FFF;
}
/* end of menu */

/* Page Body Content */

#date {	
	font-family: verdana, arial, true-type;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6A00;	
	outline: none;
	overflow: hidden;
}

#main {
	padding: 5px;
}

#bg {
	background: url('../images/817373-xs.jpg') repeat;
}

#heading {
	background: url('../images/heading.jpg') repeat-x;
	border: 2px solid #000000;	
	padding: 2px;
	text-align: center;
}

#content {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #D2D2D2;	
}

/* Right Sidebar */

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}
.colright, .colmid, .colleft {
  float: left;
  width: 100%;
  position: relative;
}
.col1, .col2, .col3 {
  padding: 0 0 1em;
  float: left;
  position: relative;
  overflow: hidden;  
  margin-top: 5px;
}
.rightmenu {
  background: #eeeeee none repeat scroll 0%;
}
.rightmenu .colleft {  
	background: url('../images/817373-xs.jpg') repeat;
	right: 25%;
}
.rightmenu .col1 {
  width: 71%;
  left: 27%;
}
.rightmenu .col2 {
  width: 21%;
  left: 31%;
}

/* Page Footer */

#page_footer {	
	padding-top: 45px;
	height: 30px;
	color: #00000;
	text-align: center;
	background: url('../images/footer.png') no-repeat;
}

#page_footer a {
	color: #0026FF;
	text-decoration: underline;
}

#page_footer a:hover {
	color: #007E00;
}

.copyright {
	margin-right: 15px;
	text-align: right;
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	color: #808080;
}

.copyright a {
	color: #808080;
	text-decoration: normal;
}

.copyright a:hover {
	color: #000000;
	text-decoration: underline;
}
