body {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background: url(images/bg.gif) repeat-y center;
	background-color: #dcc;
}

h1 {
	color: #000;
	font-size: 48px;
	padding-left: 90px;
}

h2 {
	font-size: 28px;
	right: 300px;
	text-transform: lowercase;
}

h3 {
	font-size: 16px;
	color: #c66;
}

p {
	text-indent: 20px;
}

img {
	border: 0px;
}

table.themes {
	width: 500px;
	border: 1px solid #a00;
	vertical-align: top;
	text-align: left;
	border-spacing: 0px;
}

tr.header {
	background: #a00;
	color: #fff;
	border: 2px solid #a00;
}

tr.even {
	background: #fff;
	border: 2px solid #fff;
}

tr.odd {
	background: #dcc;
	border: 2px solid #dcc;
}

p.signature {
	text-align: right;
}

a {
	color: #a00;
	font-weight: bolder;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

#container {
	width: 500px;
	text-align: left;
	margin: 0px;
	margin-left: -250px;
	left: 50%;
	position:absolute;
}

#top {
	background-image : url(images/block.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

#bottom {
	border-top: 1px solid #a00;
	margin-top: 50px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
/* Mini-tabs shapes  from SimpleBits
http://www.simplebits.com/
*/

#nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #a00;
	font-weight: bold;
	height:20px;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #a00;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(images/tab.gif) no-repeat bottom center;
}
