* {	margin: 0;	padding: 0;}body {	background:url(../images/header_bg.jpg) repeat-x #000;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 13px;	color: #FFF;}h1, h2, h3 {	margin-bottom: 10px;	text-transform:none;	font-family:Arial, Helvetica, sans-serif;	color: #FFF;}h1 a, h2 a, h3 a {	text-decoration: none;}h1 a:hover, h2 a:hover, h3 a:hover {	text-decoration: none;}h1 {	letter-spacing: -1px;	font-size: 2.2em;	line-height:1em;	padding:0px;	margin:0px;}h2 {	letter-spacing: -1px;	font-size: 1.3em;}h3 {	font-size: 1.1em;	text-transform:none;	margin-bottom:10px;}ul, ol {	padding-bottom: 0em;	line-height: 17px;	letter-spacing:0.03em;}p {	padding-top: 0.6em;	padding-bottom: 0.6em;	line-height: 17px;	letter-spacing:0.03em;}ul, ol {	margin-left: 3em;}blockquote {	margin-left: 3em;	margin-right: 3em;}a {	text-decoration: none;	color: #b0a481;}a:hover {	text-decoration: none;	color: #CCC;}/* Header */#header {	width: 960px;	height: 424px;	margin: 0 auto;}/* Logo */#logo {	float: left;}/* Page */#page {	width: 940px;	margin: 0 auto;}/* Sidebars */.sidebar {	float: left;}/* Sidebar1 */#sidebar1 {	width:220px;	margin-right:10px;	margin-top:10px;	margin-left:0px;}/* Sidebar2 */#sidebar2 {	width:280px;	margin-left:10px;	margin-top:10px;}/* Content */#content {	float: left;	width: 400px;	margin:10px;	color:#FFF;}#content_layout2 {	float: left;	width: 680px;	margin:10px;	color:#FFF;}/* Footer */#footer {	width: 100%;	height:225px;	margin: 0 auto;	padding:0px;	text-align: center;	background: url(../images/footer_bg.jpg) repeat-x bottom;}#footer div {	width:960px;	margin: 0 auto;	text-align:right;	}				/* Contact Forms */label {}input.Textbox {	border:1px solid #FFF;	background:#4B84B9;	padding:4px;	color:#FFF;	width:300px;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:12px;}textarea.TextboxMultiline {	border:1px solid #FFF;	background:#4B84B9;	padding:4px;	color:#FFF;	width:300px;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:12px;}/* Popup message box */div.MessageBox {width:313px; position:absolute; top:200px; left:50%; margin-left:-155px;}div.MessageBox .Top {background:url(../images/messagebox_top.png) no-repeat; width:100%; height:30px;}div.MessageBox .Mid {}div.MessageBox .Bottom {}