body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	min-width: 900px; 
	letter-spacing:1.5px;
	line-height:1.25;
	margin-top:0px;
	background-color:#efefef;
}
 
h1 {
	font-weight:bold;
	font-size:13px;
	color:#669933;
	margin-bottom:0px;
}

p, ul {
	margin-top:2px;
}

div.wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   width:900px;
   background-image:url(images/bg-repeat.png);
}

.topbar {
	width:900px;
	height:20px;
	background-image:url(images/top-bar.png);

}

.logo {
	float:left;
	width:310px;
	height:100px;
	padding:0px;
}

.topquote{
	float:left;
	width:520px;
	vertical-align:middle;
	padding:35px;
}

.left-column {
	float:left;
	width:300px;
	padding:15px;
}

.right-column {
	float:right;
	width:540px;
	padding:15px;
}

.full-column {
	float:left;
	width:870px;
	padding:15px;
}

.form {
	width:500px;
	border:0;
	background-color:#666666;
	color:#FFFFFF;
	padding:10px;
}

.clear {
clear: both;
}

.bottomleft {
	width:400px;
	float:left;
	padding:10px;
	height:40px;
}

.bottomright {
	width:450px;
	float:right;
	padding:10px;
	text-align:right;
	height:40px;
}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #666666;
	text-decoration:underline;
}

img.revo {
	vertical-align:text-bottom;
	padding:0px;
	margin:0px;

}

