* {
	padding: 0;
	margin: 0;
}

img, img a {
	border: none;
}

body {
	background-color: #9D0009;
	background-image: url(grad.png);
	background-position: top left;	
	background-repeat: repeat-x;
}

#header {
	width: 1050px;	
	padding-top: 10px;
	margin: auto;
}

#container {
	width: 970px;	
	background-color: #F4F4F4;
	margin: auto;
	text-align: left;
	padding: 20px;
}

#left {
	width: 600px;
	float: left;
}

#right {
	width: 318px;
	float: right;
}

#right img {
	border: 1px solid black;
}

#right p img,
#right p img a {
	margin-top: 5px;
	border: none;
}

#footer {
	clear: both;	
	font-family: Helvetica, Arial, sans-serif;
	width: 1000px;	
	margin: 10px auto;
	text-align: left;
}

#footer p {
	color: #FFFFFF;	
	font-size: 12px;
	line-height: 24px;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p.left {
	width: 45%;
	float: left;
}

#footer p.right {
	width: 45%;
	float: right;
	text-align: right;
}

#right li a {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
}

h1 a {
	color: #000000;
	text-decoration: underline;
}

h1.alt {
	color: #DE0000;
}

h1.large {
	font-size: 36px;
	margin: 20px;
	margin-left: 0;
}

p, li, label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 20px;	
	margin-bottom: 10px;
	list-style-image: url('bullet.jpg');
}

ul#telephone {
	list-style-image: url('phone.png');
}

ul#email {
	list-style-image: url('computer.png');
}

li {
	padding-left: 3px;
}

ul#menu {
	margin-top: 10px;
	list-style-type: none;
	list-style-image: none;
}

ul#menu li {
	margin-left: -20px;
	margin-bottom: 5px;
}

ul#menu li a {
	color: #DE0000;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

label, input, textarea, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	width: 150px;
	text-align: left;
	padding-right: 10px;
	margin-top: 2px;
}

input, textarea, select {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;	
}

option {
	padding-top: 3px;
	padding-left: 3px;
}

input[type="submit"] {
	width: 120px;
	padding: 8px;
}