/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(../media/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
	text-align: center;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 203px;
	margin: 0 auto;
	background: url(../media/S697face800.jpg) no-repeat left top;
}



/* Menu */

#menu {
	width: 800px;
	height: 40px;
	padding: 162px 0 0 0;
}

#menu ul {
	width: 796px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(../media/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(../media/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
}
#menu a:active {
	color: #000000;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#wrap {
	width: 800px;
	background: #FFFFFF url(../media/content_bottom800.gif) no-repeat left bottom;
}

#content {
	width: 97%;
	padding: 15px;
}


/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
}

#footer p {
	line-height: normal;
	font-size: 85%;
	color: #ffffff;
	text-align:center;
}

#footer a:link {
	color: #ffffff;
	decoration: none;
}

#footer a:visited {
	color: #ffffff;
	decoration: none;
}

#footer a:hover {
	color:#CCCCCC;
	decoration: underline;
}

#footer a:active {
	color: #CCCCCC;
	decoration: underline;
}