
body {
	margin: 0;
	padding: 0;
	background: #250d01 url(../../images/back.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #E55D13;
}

a:hover {
	text-decoration: none;
}


#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 751px;
	/*
	height: 1000px;
	*/
	background: #efe0d7 url(../../images/back2.jpg) repeat-y top center;
}

#header {
	width: 751px;
	min-height: 800px;
	background: transparent url(../../images/back3.jpg) no-repeat top center;
}


#logo_anim
{
	margin-left: 12px;
	height: 160px;
	width: 114px;
}

/*
#menu {
	width: 91px;
	margin: 0 25px 0 0;
	padding: 168px 0 0 17px;
	float: left;
	text-align: right;
	color: #fff;
	font-size: .75em;
}
*/

#menu {
	width: 91px;
	padding: 10px 25px 0 17px;
	text-align: right;
	color: #fff;
	font-size: .7em;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #0094bb;
}

#menu a.active {
	color: #0094bb;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	list-style: none;
	padding-bottom: 5px;
}

/*
#content {
	margin: 0;
	padding: 168px 21px 0 21px;
	width: 589px;
	position: absolute;
	top: 0;
}
*/

#content {
	padding: 10px 21px 0 10px;
	width: 599px;
}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	width: 751px;
	height: 50px;
	font-size: .65em;
	text-align: center;
	color: #efe0d7;
	background: transparent url(../../images/back4.jpg) no-repeat top center;
}

#footer a {
	color: #efe0d7;
	text-decoration: none;
}

#footer a:hover {
	color: #efe0d7;
	text-decoration: underline;
}


#myGallery
{
	width: 320px !important;
	height: 328px !important;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#myGallery .imageElement
{

}

.breadcrumbs
{
	font-size: .65em;
	color: #666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #ccc;
}

.breadcrumbs a
{
	color: #666;
	text-decoration: none;
}

.breadcrumbs a:hover
{
	color: #E55D13;
	text-decoration: underline;
}

#news
{
	font-size: .75em;
}

#news h2
{
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: dotted 1px #0092c0;
	color: #0092c0;
}

#news .NewsSummary
{
	margin-top: 15px;
}

#news .NewsSummaryPostdate
{
	font-weight: bold;
}

#news .NewsSummaryLink
{
	font-weight: bold;
}

#news .NewsSummaryLink a
{
	text-decoration: none;
}

#news .NewsSummaryLink a:hover
{
	text-decoration: underline;
}

#news .NewsSummaryCategory
{
	font-style: italic;
	color: #666;
	font-size: .9em;
}

#news .NewsSummaryAuthor
{
	font-style: italic;
	color: #666;
	font-size: .9em;
}

#news .NewsSummaryContent
{
	padding-top: 5px;
}



#submenu {
	margin-top: 20px;
	padding-top: 10px;
	border-top: dotted 1px #ccc;
	font-size: .75em;
}



