body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #544B46;
	background-image: url(pagelayout/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow: -moz-scrollbars-vertical;
}
#left {
	float: left;
	width: 200px;
}
#content {
	float: left;
	background-color: #FFFFFF;
	width: 450px;

}

p {
	font-size: 12px;
}
#container #content p {
	padding-left: 10px;
}
h1 {
padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

ul {
	font-size: 12px;
	padding-left: 20px;
}

li {
	font-size: 12px;
	padding-left: 10px;
	line-height: 18px;
}


#container {
	height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pagelayout/container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#spacer {
	height: 280px;
}

body, html, *{
	padding:0px;
	margin:0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#header {
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pagelayout/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height: 120px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
