body {
	padding: 0;
	margin: 0;
	background: #f2f2f2;
	text-align: center;
}

div {
	font-family: Trebuchet MS; 
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

table, tr, td {
	border-collapse: collapse;
}

div#top {
	height: 82px;
	background: #b00000 url(logo.png) center bottom no-repeat;
}

div#topmenu {
	height: 23px;
	background: #000;
	color: #fff;
}

div#content {
	width: 700px;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	}

div#main {
	width: 700px;
	margin: -3px 0px 0px 10px;
	text-align: left;
	float: left;
	display: inline;
	z-index: 10;
	position: relative;
	padding: 0px;
	text-align: left;
	}

div#menu {
	width: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	z-index: 5;
	position: relative;
}

div#bottommenu {
	height: 20px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eaeaea;
	margin: 10px 0px;
	clear: both;
	padding:  2px 0px;
}

a:link, a:active, a:visited {	
	font-weight: bold;
	color: #c00000;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	background: #fff;
 	cursor: crosshair;
}

a.info {
	font-weight: normal;
	color: #942C2C;
	text-decoration: none;
	position:relative;
	z-index:24; 
}

a.info:hover { 
	background: #fff;
	z-index:25; 
}

a.info span {
	display: none
}

a.info:hover span { 
	display:block;
	position:absolute;
	width: 350px;
	padding: 3px;
	border: 1px solid #ddd;
	background-color:#fff; 
	color:#888;
	}

a.topmenu:link, a.topmenu:active, a.topmenu:visited {
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
	border-bottom: none;
	padding: 0px 10px;
}

a.topmenu:hover {
 	cursor: crosshair;
	color: #ccc; 
	background: none;
}

/* basic header */
h1 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #000;
	margin: 20px 0px -7px 0px;
	text-transform: lowercase;
	border-bottom: 6px solid #e1e1e1;
	text-indent: 20px;
	}

/* subheader */
h2 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: #D89292;
	margin: 20px 0px -8px 0px;
	background: #e1e1e1;
	text-transform: lowercase;
	text-indent: 20px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

p {
	margin: 13px 0px; 
	padding: 0px;
}

p.menu {
	margin: 0px 5px 15px 0px; 
	padding: 4px;
	line-height: 19px;
	background: #eee;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

b, strong {
	color: #000;
}

i {
	color: #555;
}

.avatar {
	background: #aaa;
	padding: 5px;
}

.avatar:hover {
	background: #777;
}

td {
	font-family: Trebuchet MS; 
	font-size: 13px;
	border: none;
	text-align: left;
	padding-left: 3px;
	background: #fafafa;
}

.main {
	color: #D96767;
	border-bottom: 1px solid #aaa;
	text-transform: lowercase;
	background: #d1d1d1;
	font-style: italic;
}

.sub {
	background: #F5F5F5;
	border-bottom: 1px solid #ddd;
}

.nobg {
	border: none;
	text-align: left;
	padding-left: 3px;
	background: none;
}

.subpic {
	border: none;
	text-align: center;
	text-indent: 3px;
	padding: 5px;
}

.subr {
	border: none;
	text-align: right;
	padding: 2px 0px;
}

s {
	font-style: italic;
	color: #bbb;
}

.border {
	background-color: #e1e1e1;
	margin: 1px;
	padding: 4px;
}

.topbox {
	background-color: #EEE4E4;
	margin-top: 12px;
	padding: 2px 5px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input, textarea, option, select {
	font-family: Trebuchet MS; 
	font-size: 11px;
	background-color: #fff;
	color: #606060;
	border: 0px;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 2px;
}
