body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 14px;
	background: url(assets/bg.jpg) repeat-x #cae1ff;
	margin-top: 50px;
	}
a {outline: 0}
a:link {color: #1D58A4;}
a:visited {color: #1D58A4;}
a:hover {color: #000;}
a:active {color: #1D58A4;}

img {border: 0;}
#wrapper {
	width: 708px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/column.gif);
	}
#top {
	background: url(assets/header.jpg) no-repeat;
	height: 154px;
	position: relative;
	}
#logo {
	left: 53px;
	position: absolute;
	top: 53px;
	}
#content {
	background: url(assets/content-bg.jpg);
	height: 271px;
	}
#main {
	margin: 0 80px;
	padding: 0;
	height: 271px;
	}
#bottom {
	height: 13px;
	background: url(assets/bottom-bg.jpg) no-repeat top;
	margin-top: 40px;
	font-size: 10px;
	}	
p {
	font-size: 14px;
	margin-top: 0;
	padding-top: 1em;
	}
h1 {
	margin-top: 0;
	padding-top: 1em;
	font-size: 22px;
}
h2 {
	color: #1D58A4;
	font-size: 18px;
	margin: 0;
	text-align: center;
	}
form {
	margin: 0;
	padding: 5px 0;
}
#formbox {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	}
#warning {
	font-size: 14px;
	margin: 20px;
	background: #FFD9CB;
	border: 2px dotted #FFB396;
	padding: 5px 10px;
	color: #A4431D;
	font-weight: bold;
	 }
#copy {margin: 10px auto; font-size: 12px;}
#copy a {text-decoration: none;}
.gaslight {color: #1d58a5;}
.media {color: #d75716;}
.thumb {
	float: right;
	position: relative;
	margin: 1em 0 16px 16px;
	}
