* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-position: top center;
	background-image: url(images/bk.gif);
        }

#container
{
	width: 778px;
	color: #000000;
	margin-top: 0px;
	position: inherit;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin: 0;
	color: #E24148;
	font-size: 16px;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 12px;
	color: #E24148;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	vertical-align: middle;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ol {
	margin-left: 2em;
}

a {
	color: #A2DB95;
}

a:hover {
	text-decoration: none;
	color: #63C24E;
}

/* Header */

#header {
	width: 778px;
	height: 130px;
	margin: 0 auto;
	background-image: url(images/Header.jpg);
	background-repeat:no-repeat;
}

/* Menu */

#menu {
	width: 778px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #E24148;
}

#menu a:hover {
	text-decoration: underline;
	color: #8F161D;
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}


#right {
	width: 300px;
	margin: 0 auto;
	float:right;
}

/* Content > Main */

#main {
	float: left;
	width: 700px;
}

#footer {
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	height:25px;
	overflow:auto;
	text-align:center;
	border-top:5px solid #63C24E;
	padding-top: 10px;
	font-size: 10px;
	color: #F0F0F0;
	background-color: #E24148;
	
  }
