body {
	font-family: Arial; 
	font-size: 12px;
	color: #606060;
	padding: 0;
	margin: 20px;
	background: url(layout/leviath/bg2.png) #bfb9a1;
	text-align: center;
}

div {
	font-family: Arial; 
	font-size: 12px;
	line-height: 20px;
	color: #4d423b;
}

table {
	font-family: Arial; 
	font-size: 12px;
	color: #4d423b;
	padding: 1px;
	border: none;
}


tr, td {
	font-family: Arial; 
	font-size: 12px;
	color: #4d423b;
	padding: 1px 1px 1px 3px;
}

div#content {
	width: 900px;
	text-align: left;
	padding: 0;
	padding-top: 25px;
	margin: 0px auto;
	background: #fff;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;	
	-moz-border-radius: 16px;
	border-radius: 16px;
	}

div#top {
	height:  218px;
	background: url(layout/leviath/layout.png) top no-repeat;
	border-top: 3px solid #bfb9a1;
	border-bottom: 3px solid #bfb9a1;
}

div#mainwrapper {
	width: 900px;
	}

div#maintext {
	width: 685px;
	margin: 5px 15px 0px 0px;
	text-align: left;
	float: right;
	display: inline;
	z-index: 10;
	position: relative;
	border-left: 1px dashed #cccccc;
	padding-left: 10px;
	}

div#menutext {
	width: 160px;
	margin: 5px 0px 0px 15px;
	text-align: left;
	float: left;
	display: inline;
	z-index: 5;
	position: relative;
}

div#bottom {
	clear: both;
	text-align: right;
	margin-right: 15px;
	padding-bottom: 12px;
}

a:link, a:active, a:visited {	
	font-weight: bold;
	color: #a01b1c;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	font-style: italic;
}

a:hover {
	color: #5d556a; 
	background: #eee;
	border-bottom: 1px dashed #c0c0c0;
 	cursor:crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Arial Narrow, Trebuchet MS;
	font-weight: bold;
	font-size: 15px;
	padding: 3px;
	background: #ddd;
	color: #882e2e; 
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	border-bottom: 2px solid #91857c;
	text-indent: 3px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.menu:hover {
 	cursor:crosshair;
	background: #ccc;
	color: #51426a; 
	border-bottom: 2px solid #bbb;
}

/* basic header */
h1 {
	font-family: Garamond, Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 29px;
	color: #81603f;
	padding-bottom: 4px;
	margin: 15px 0px -4px 0px;
	border-bottom: 5px solid #e5d2a4;
	text-transform: lowercase;
	}

/* subheaders */
h2 {
	font-family: Arial Narrow, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #81603f;
	text-align: center;
	margin: 18px 0px -5px 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #81603f;
	background: #d7c492;
	}

/* menu */
h3 {
	font-family: Arial Narrow, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #81603f;
	text-align: center;
	margin: 18px 0px 6px 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #81603f;
	background: #dcd0b2;
	}

p {
	margin: 12px 0px; 
	padding: 0px;
}

b {
	color: #000;
}

i {
	color: #777;
}


input, textarea, option, select {
	font-family: Arial; 
	font-size: 12px;
	background-color: #e6dbdb;
	color: #000;
	border: none;
	padding: 2px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
