@charset "UTF-8";
/* CSS Document: Great Expectations LLC - Marc Wolfgram, MacCetera LLC, Copyright 2007 */
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #ffe url(images/tbg.jpg) repeat-x 0 0;
}
#page {
	position:relative;
	left:0;
	top:0;
	margin:0 auto;
	padding:0;
	width:730px;
	height:auto;
}
#top {
	position:absolute;
	left:0;
	top:0;
	width:730px;
	height:135px;
}
#t1, #t2, #t3, #t4 {
	position:absolute;
	left:210px;
	top:10px;
	width:120px;
	height:80px;
}
#t2 {
	left:340px;
}
#t3 {
	left:470px;
}
#t4 {
	left:600px;
}
#content {
	position:absolute;
	left:0;
	top:135px;
	width:520px;
	background:#ffe url(images/nav.jpg) repeat-y 0 0;
	padding:0 0 10px 210px;
	margin:0;
}
#footer {
	color:#500;
	font-size:1em;
	text-align:center;
}
#footer a {
	color:#500;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#500;
	text-decoration:underline;
}
#nav {
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:auto;
	text-align:center;
}
#nav a {
	display:block;
	width:170px;
	color:#fb0;
	text-decoration:none;
	padding:5px 15px;
	font-size:1.4em;
	font-weight:bold;
}
#nav a:hover {
	background:#500 url(images/nbg.jpg) repeat-y 0 0;
	color:#fff;
}
p, li, td {
	font-size:1.4em;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#700;
}
a {
	color:#700;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
blockquote {
	font-weight:bold;
}
blockquote em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#700;
}
form label .blk {
	display:block;
}
form label {
	font-size:1.2em;
	color:#700;
}
form label strong {
	font-family:"Courier New", Courier, monospace;
	font-size:1.6em;
	letter-spacing:.2em;
	color:#000;
}
form .line {
	width:500px;
}
form .box {
	margin:.5em auto;
	padding:.5em;
	border:#700 1px solid;
	width:18em;
	background-color:#eed;
}
