/*
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 {
	background: #cc9933 url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e3f79b;
}


h1, h2, h3 {
	margin-bottom: 15px;
font-family: cursive, "Small Fonts", "Comic Sans MS";
	font-weight: normal;
	color: #CCCC33;
text-transform: capitalize;}

h1 {
	letter-spacing: -1px;
font-size: 28px;}

h2 {
	letter-spacing: -1px;
    font-size: 22px;
    text-align: center;
}

h3 {
font-size: 16px;
color: #99CC00;
font-family: cursive, "Small Fonts", "Comic Sans MS";}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
margin-left: 3em;
list-style:circle}

ul.none {
list-style-type:none;
margin-left: 0;}

a:link {
	text-decoration: none;
	color: #b8deff;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
    text-decoration: none;
	color: #ffffff;
}

/* Header */

#header {
	width: 710px;
	height: 335px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #660000 url(images/img01.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 710px;
    margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #660000 url(images/img14.gif) repeat-y center top;
}

/* Content */

#content {
	width: 700px;
    margin: 0 auto;
    padding: 20px 10px 0 5px;
    background: url(images/img13.gif) no-repeat;
}

.object{
    margin: 0 auto;
    padding: 10px auto;
    }




/* Footer */

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #660000 url(images/img15.gif) no-repeat center top;
}


#footer p {
	margin: 0;
	padding: 15px 20px;
	line-height: normal;
	font-size: 77%;
	color: #565736;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}