body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#wrapper {
	position: relative;
	text-align: left;
	padding-top: 0px;
	background-image: url(../images/common/wrapper_background.gif);
	background-position: left top;
	border: 0px 0px 0px 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/common/header_background.jpg);
	background-repeat: no-repeat;
}

#left {
	display: none;
}

#content {
	margin-left: 50px;
	margin-right: 100px;
	padding: 125px 10px 0 0;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
}

#content h2 {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;	
	font-weight: bold;
}

#content ul {
	margin-left: 5em;
	list-style-image: url(../images/common/square.gif);
}

#content li {
	font-size: 80%;
	margin-bottom: 0.3em;
}

.table {
	clear: both;
	margin-left: 65px;
	margin-top: 20px;
	font-size: 70%;
}

.img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
}

.leftimg {
	float: left;
	padding-left: 2em;
	margin: 7px 0 10px 0;
}

.rightimg {
	float: right;
	padding-right: 2em;
	margin: 7px 0 10px 0;
}

.clear {
	clear: both;
}

input.txt {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;
}

textarea.txt {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;
}

input.btn {
	color: #FFFFFF;
	background-color: #B51032;
	border: 2px outset #CCCCCC;
}

#footer {
	padding: 10px 0 10px 250px;
	font-size: 60%;
}