/* CSS Document */
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#wrapper
{
	width: 500px;
	margin: 0 auto;
}

#header
{
	height: 100px;
	background-image: url(img/header.jpg);
}

#image
{
	height: 250px;
	background-image: url(img/image.jpg);
}

#navigation
{
	height: 50px;
	background-image: url(img/navigation.jpg);
}

#navigation a
{
	float: left;
	width: 100px;
	height: 31px;
	margin: 2px 0px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#content
{
	clear: both;
	padding: 20px 20px 20px 20px;
	background-image: url(img/content.jpg);
	background-repeat: repeat-y;
}

#footer
{
	height: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(img/footer.jpg);
}

p, ul, ol, h1, h2, h3, h4, h5, h6
{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	color: #9F0000;
	font-size: 16px;
}

h1 span
{
	display: none;
}

i, em
{
	color: #666666;
}

a, a:link
{
	color: #9F0000;
	text-decoration: none;
}

a:active
{
	color: #9C9C9C;
	text-decoration: underline;
}

a:visited
{
	color: #9C9C9C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

form
{
	padding-top: 10px;
}

td
{
	padding-bottom: 5px;
}

input,textarea
{
	border: solid 1px #9C9C9C;
}
