/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	background: #000000  repeat-x top;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

* {	margin:0; padding:0; }

p {
	margin:20px;
}

ul {
	margin-left:20px;
}

.Heading1 {
	font-size: x-large;
	font-weight: bold;
}


.Heading2 {
	font-size: large;
	font-weight: bold;
}

.Heading3 {
	font-size: large;
	font-family: Calibri;
	font-weight: bold;
}




#wrapper {
	width: 900px;
	font-family: Calibri,Verdana,Arial;
	margin:0 auto;
}


/* Wrapper */

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #EDECD8;;
}

/* Header */

#header {
	width: 980px;
	height: 165px;
	margin: 0 auto;
	background-color: #000000;
}

/* Logo */

#logo {
	
	width: 640px;
	height: 76px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font: normal 46px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/*centering*/
#center {
  /* take element out of the normal page flow! 
  position: absolute;*/
  /* position the element vertically using top or bottom
     and define width as you like: */                      
  top: 10px;     
  width: 80%;   
  /* set left and right to the same value! */
  left: 0;
  right: 0;
  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;}












/* Menu */

#menu {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 0px;
	background: url(images/img03.jpg) repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	text-align:left;
	height: 30px;
	margin: 0px 1px 0px 0px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
}

#menu a:hover {
	background: #B3CC99;
	color: #FFFFFF;
}

#menu .active a {
	background: #cccc99;
	color: #FFFFFF;
}



#splash {
	width: 940px;
	height: 410px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}



/* Page */

#page {
	width: 980px;
	margin:0 auto;
}

#page-bgtop {
}

/* Content */

#content {
	float: left;

	margin: 50 auto;
padding: 50;
	border-color: #000000;
	background-color: #EDECD8;

}







/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}