/*CSS Document */

html, body {
  margin : 0;
  padding : 0;
  font-size : 13px;
  color : #FFFFFF;
  font-family : verdana, arial;
  background-color : #FF0000;
  background-image : url(../images/bg.gif);
  background-repeat : repeat-x;
  line-height : 18px;
  height : 100%;
}

h1 {
  font-size : 22px;
  font-weight : normal;
  margin : 0;
  padding : 0;
  margin-top : 12px;
  margin-bottom : 5px;
}

a {
  text-decoration : none;
  color : #1C5A0C;
}

a img {
	border : 0;
	border : 2px solid #1C5A0C;
}

#container {
  width : 900px;
  margin : 0 auto -140px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header {
  
}

#menu {
  margin-top : 16px;
  width : 180px;
  font-size : 18px;
  float : left;
  text-align : right;
  line-height : 20px;
}

#menu a {
  color : #FFFFFF;
  font-family : "Arial Narrow", verdana, arial;
  margin-right : 10px;
}

#content {
  width : 720px;
  float : right;
}


#footer, .push {
	clear : both;
	text-align : center;
	height : 100px;
}

#footer {
	position : relative;
	top : 60px;
	clear : both;
	padding-top : 20px;
	background-color : #1C5A0C;
	font-size : 11px;
}

.menu_heading1 {
	font-size : 16px;
	font-weight : bold;
}

.main_menu {
	font-size : 16px;
}

.green {
	color : #1C5A0C;
	font-family : arial;
}

.menu_right .green {
	font-size : 15px;
}

