@charset "utf-8";
/* CSS Document */

body {
	padding-top: 30px;
	background: #3b030f url(/images/bg.jpg) top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #ffffff;
}
a {
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
div.clear {
	clear: both;
}
div.canvas {
	margin: 0 auto;
	width: 646px;
	height: 565px;
	background: url(/images/canvas_bgf.png) top center no-repeat;
	padding:6px;
}
div.base {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
div.left_col {
	width: 260px;
	height: 525px;
	background: url(/images/left_col_bg.png) repeat;
	padding: 20px;
}
p.page_title {
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	letter-spacing: -0.03em;
}
div.header {
	margin: 0 auto;
	width: 659px;
}
div.header a {
	color: #ffffff;
	text-decoration: none;
}
div.footer {
	margin: 0 auto;
	width: 659px;
	text-align: center;
}
div.jason {
	width: 35%;
	float: left;
	font-size: 2.2em;
	letter-spacing: -0.03em;
}
div.navigation {
	width: 65%;
	float: left;
	text-align: right;
}
.nav a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -0.03em;
	font-size: 1.3em;
}
.nav li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
.nav a:hover {
	color: #999999;
}
input#name, #email, #comments {
	width: 100%;
	background: #706d6c;
	color: #ffffff;
	border: 1px solid #818181;
	margin: 7px 0px;
}
div.glow_b {
	background: url(/images/glow_b.png) no-repeat center top;
	height: 19px;
	width: 699px;
	margin: 0 auto;
}
div.glow_t {
	background: url(/images/glow_t.png) no-repeat center top;
	height: 19px;
	width: 699px;
	margin: 0 auto;
}

div.glow_l {
	background: url(/images/glow_l.png) no-repeat center top;
	height: 576px;
	width: 22px;
	margin: 0 auto;
	position: absolute;
	margin-top: 0;
	margin-left: -28px;
}
div.glow_r {
	background: url(/images/glow_r.png) no-repeat center top;
	height: 576px;
	width: 22px;
	margin: 0 auto;
	position: absolute;
	margin-top: 0;
	margin-left: 650px;
}

