﻿* {
	margin: 0px;
	padding: 0px;
}

body 
{

	background-color: #ffffff;
	height:100%;
	font-family:Helvetica,
			 Arial,
             "Bitstream Vera Sans",
             sans-serif;
	color:White;
	background-image:url('/Resources/img/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:1.4em;
	text-align:center;
	
}

/*FOOTER*/
#footer
{
	height:500px;
	width:100%;
	background-image:url('/Resources/img/footer.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

#footer-container
{
	width:878px;
	margin:auto;
	padding-top:25px;
	padding-left:22px;
}

#page
{
	width:900px;
	min-height:800px;
	margin:auto;
	padding-bottom:20px;
	text-align:left;
}

h1
{
	font-family:Georgia,
             "Nimbus Roman No9 L",
             serif;
	letter-spacing:-1px;
	color:#d25f41;
	font-style:italic;
	font-weight:normal;
	width:100%;
	border-bottom:solid thin #968c74;
	line-height:1.4em;
}

h2
{
	color:#d25f41;
	font-style:italic;
	font-size:14pt;
}

.clear
{
	clear:both;
}

.miniclear
{
	clear:both;
	height:1px;
}


.line
{
	padding-top:8px;
	padding-bottom:8px;
}

ul
{
	padding-left:25px;
	padding-bottom:5px;
}

a img
{
	border:none;
	text-decoration:none;
}

.content
{
	
}

.content a
{
	color:#c1272d;
	text-decoration:none;
	font-weight:bold;
}

.content a:hover
{
	text-decoration:underline;
}

#copy
{
	color:#c1272d;
	width:100%;
	text-align:center;
	font-size:10px;
}