@font-face {
      font-family: "century gothic";
      src: url("fonts/cg.ttf");
}
body {
	margin: 0px auto;
	background-color: #222;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 22px;
	letter-spacing: .02em;
	color: #222;
}
#top {
	margin: auto;
	background-color: #FFF;
	border-bottom: #900 solid 3px;
}
#header {
	width: 900px;
	margin: auto;
	border-top: #DDD solid 0px;
	border-right: #900 solid 0px;
	border-left: #900 solid 0px;
}
#banner {
	width: 300px;
	margin: auto;
	float:left;
}
#menu {
	width: 550px;
	margin: auto;
	float:right;
	padding: 0px 25px;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 14px;
	line-height:100px;
	text-align:left;
	color: #666;
}
#container {
	margin: auto;
	background-color: #FFF;
	opacity: ;
}
#main {
	width: 900px;
	margin: auto;
	border-right: #900 solid 0px;
	border-bottom: #900 solid 0px;
	border-left: #900 solid 0px;
}
#left  {
	width: 250px;
	float: left;
	padding: 25px 50px 25px 0px;
	text-align:right;
}
#right {
	width: 550px;
	float: right;
	padding: 25px;
	margin-left: -575px;
	text-align:justify;
}
#bottom {
	width: 900px;
	margin: auto;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: .1em;
	color: #666;
	padding: 10px 0px;
}
#media {
	width: 650px;
	margin: auto;
	float:left;
	text-align:right;
}
#copy {
	width: 250px;
	margin: auto;
	float:right;
	text-align:center;
}
.clear {
	clear: both;
}

h1 {
	font-family: century gothic, futura, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing:.01em;
	color: #7E95A4;
}
h2 { 
	font-family:;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: ;
	line-height: 14px;
	color: #222;
	border-bottom: #EEE solid 1px;
	padding: 14px 0px 0px 0px;
}
h3 { 
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
}
a { 
	color: #000;
}
a:hover {
	color: #7E95A4;
}
a.menu { 
	color: #222;
	font-weight: bold;
	letter-spacing: .05em;
	text-decoration: none;
	border-bottom: #DDD solid 0px;
}
a.menu:hover {
	color: #666;
	letter-spacing: .05em;
	border-top: #222 solid 0px;
	border-bottom: #222 solid 0px;
}
a.submenu { 
	color: #222;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
}
a.submenu:hover {
	color: #666;
	line-height: 28px;
	text-decoration: none;
}
a.footer { 
	color: #666;
	font-weight:normal;
	text-decoration: none;
}
a.footer:hover {
	color: #EEE;
}
img.main {
	margin: 0px;
	border: #222 solid 1px;
}
img.left {
	margin: 25px 0px 5px 0px;
	float: left;
	border-top: #222 solid 2px;
	border-bottom: #222 solid 5px;
}
img.right {
	margin: 5px;
	float: right;
}
.columnwrap {
	width: 550px;
	}
.column {
	width: 250px;
	padding: 0px 25px 0px 0px;
	float:left;
}