body {
	margin:0;
	padding:0;
	background-color: #0094da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
img {
	padding: 10px;
}	
h1 {
	font-size:44px;
	margin:0;

}
h2 {
	font-size:28px;
		margin:0;
	
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:white url(images/input-bg.png) no-repeat scroll left top;
}
#container {
	background-image: url(images/bg_bdy.jpg);
	background-repeat: repeat-y;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 4px;
	position:relative;
	height: 100%;
	overflow:hidden;
	
}
#right-sidebar {

	width: 262px;
	background-color: #CC0000;
	height: 100%;
	float: right;
	color:white;
	padding: 10px;

	margin-right: 10px;
	
}
#right-sidebar ul {
	color:#fff;
	font-size:120%;
	text-align: left;
}
#right-sidebar h1, #right-sidebar h2 {
	padding-left:7px;
}
#right-sidebar p {
	padding:10px;
}
#header {
	width: 100%;
	vertical-align: middle;
}
#header h1 {
	padding: 35px 0 0 140px;
	font-size:44px;
}
#header img {
	padding: 10px;
	float: left;
}
#header-bottom, #address{
	clear: both;
	border:1px dotted black;
	border-width:1px 0 0 0;
	color:#d72521;
	padding: 5px 0 0;
	text-align:center;
	font-weight: bold;
	margin: 0 10px;
	font-size: 16px;
	line-height:150%
}
#address {
	padding-bottom: 5px;
}
#header img#phone-number {
	float: right;
}
#content {
	margin: 10px 310px 10px 10px;
	}
h2.promote {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #d72521;
	text-align: center;
}

div.center {
text-align:center;
width:100%;
}
#right-sidebar  li {
	list-style-position: inside;
	list-style-image: url(images/spanner.gif);
}
#right-sidebar h1 {
	font-size: 36px;
}
#form {
	position:relative;
	border:1px dotted black;
	border-width:1px 0 0 0;
	margin:0 10px;
}
#form-left, #form-right {
	width:415px;
}
#form-left {
	float:left;
}
#form-right {
	float:right;
}
.copyright {
	clear:both;
	font-size:10px;
	color:white;
	text-align:center;
}