
body {
	margin:25px 0px;
	background: url('../images/body-bg.png') black;
}

body, table {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

a {
	color: #0000ff;
}
a:hover {
	color: #B5502A;
	text-decoration: underline;
}



form {
	display: inline;
	margin: 0px;
}


h1, h2, h3, h4, h5 {
	display: inline;

}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, .shade {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {

}


.alt1 {
	background-color: #FFFFFF;
}
.alt2 {
	background-color: #EFEFEF;
}



#breadcrumbs {
	font-size: 11px;
	margin: 5px 0px 20px 0px;
}
#breadcrumbs a, #breadcrumbs span {
	margin-right: 4px;
}


input.text, textarea.text {

}

input.button {

}

hr {
 	height: 1px;
	color:#D4D0C8;
	background:#D4D0C8;
	border:none;
}

#maincontent {
	padding:15px 18px 15px 18px;
	background: url('../images/content-bg.png') white;
	line-height: 20px;
}
#maincontent table {
	line-height: 20px;
}


div#mainmenu {
	width:100%;
	padding: 1px 10px;
	font-family: arial, helvetica, sans-serif;
	color: #FDA34A;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
}


div#mainmenu a {
	margin:0px 8px;
	text-decoration: none;
	color: white;
}

div#mainmenu a:hover {
	color: #FDA34A;
}


div.imageframe {
	padding: 4px;
	text-align:center;
	font-size:11px;
	font-color: #444444;
	border: solid #BEBEBE 1px;
	background: #E5E5E5;
	margin: 0px 7px 0px 3px;
}

div.imageframe img {
	border: solid #111111 1px;
}








