﻿* {
   margin:0;
   padding:0;
}
html {
	width: 100%;
}

body
{
	background-image: url(gfx/background.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: center;
	background-color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}


img, form {
	border:0;
}

p
{
	margin-bottom: 10px;
	font-size:11px;
	line-height:18px;

}

ul
{
	margin-left: 15px;
	font-size:11px;
	line-height:18px;
}

a:link,
a:hover,
a:visited
{
	color: #ffffff;
}

/* layout container */

#page_wrapper {
   width: 800px;
   position: absolute;
   left: 50%;
   margin-left: -400px;
   vertical-align: top;
}

#head {
   text-align: center;
   margin-top:25px;
   margin-bottom:25px;
}


/* Footer */

#footer {
   clear:both;
   width:760px;
   text-align: left;
	color: #7e2533;
   border-top: solid 1px #7e2533;
	margin-left: 20px;
	margin-right: 20px;
   padding-bottom: 5px;
   padding-top: 5px;
}
#footer a {
	color: #7e2533;
	text-decoration: none;
}

