html, body
{
	margin:0;
	padding:0;
	height:100%;
	min-height:550px;
	min-width:980px;
}

body
{
	background-color:#ffffff;
	background-image:url(/img/bg.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	color:#000000;
	cursor:default;
}

/**************************************************** default
****************************************************/

a {outline:none; color:#ab0020;}
a img {border:0;}

h1 {font-size:24px; font-weight:normal; color:#ab0020;}
h2 {font-size:18px; font-weight:normal; color:#ab0020;}
h3 {font-size:16px; font-weight:normal; color:#000000;}

h1, h2, h3, p {margin:10px 0;}

.nopad {padding:0px;}
.nowrap {white-space:nowrap;}
.hleft {text-align:left;}
.hmid {text-align:center;}
.hright {text-align:right;}
.vtop {vertical-align:top;}
.vmid {vertical-align:middle;}
.vbot {vertical-align:bottom;}
.small {font-size:10px;}
.smaller {font-size:11px;}
.larger {font-size:18px;}
.large {font-size:24px;}
.color1 {color:#ab0020;} /* red */

.clear
{
	height:0;
	font-size:0;
	overflow:hidden;
	clear:both;
}

.collapsed
{
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

.nosize
{
	width:0;
	height:0;
	border:0;
	margin:0;
	padding:0;
	font-size:0;
	overflow:hidden;
	position:absolute;
	left:-9999px;
	text-indent:-9999px;
}

object /* no bottom space for flash */
{
	display: block;
	background-image: url(/img/spacer.gif);
	background-attachment: fixed;
	outline: none;
}



/**************************************************** main
****************************************************/

#outercontainer
{
	width:100%;
	height:100%;
	margin:0;
}

#bgtop
{
	background-image:none;
	margin:0;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}

#innercontainer
{
	width:980px;
	height:550px;
	margin:0 auto;
	position:relative;
}

.pagetitle
{
	font-size:36px;
	color:#aa9475;
	margin-bottom:20px;
}


/**************************************************** gallery
****************************************************/

a.galitem
{
	display:block;
	text-align:center;
	text-decoration:none;
	margin:10px;
	color:#000000;
}
a.galitem:hover {color:#ab0020;}

a.galitem img
{
	border:1px solid #aa9475;
	padding:7px;
}
a.galitem:hover img
{
	border:1px solid #ab0020;
	background-color:#ffffff;
	padding:7px;
}


/**************************************************** language
****************************************************/

#ln
{
	position:fixed;
	left:20px;
	top:20px;
}
* html #ln {position:absolute;}

.lnitem, .lnitemact
{
	color:#000000;
	text-decoration:none;
	float:left;
	margin-right:5px;
}

.lnitemact
{
	border-bottom:1px solid #ab0020;
}

.lnitem:hover, .lnitemact:hover
{
	color:#ab0020;
}



/**************************************************** logo
****************************************************/

#logo
{
	width:242px;
	height:213px;
	background-image:url(/img/logo.png);
	overflow:hidden;
}
* html #logo
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logo.png");
}

#logolink
{
	display:block;
	width:200px;
	height:165px;
	margin:24px auto;
	text-indent:-9999px;
	position:relative;
}


/**************************************************** menu
****************************************************/

#menucont
{
	width:242px;
	position:fixed;
	left:50%;
	top:80px;
	margin-left:200px;
	z-index:500;
}

* html #menucont {position:absolute; margin-left:190px;}

#menu
{
	width:242px;
	position:absolute;
	right:20px;
	top:20px;
	z-index:500;
}

.menitem, .menitemact
{
	background-image:url(/img/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:20px;
	color:#000000;
	text-decoration:none;
}
.menitem:hover, .menitemact, .menitemact:hover {color:#ab0020;}


/**************************************************** footer
****************************************************/

#footer
{
	width:100%;
	position:absolute;
	bottom:20px;
	text-align:center;
}


/**************************************************** rologo
****************************************************/

a#rologo
{
	display:block;
	width:20px;
	height:29px;
	overflow:hidden;
	background-image:url(/img/rologo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	right:20px;
	bottom:20px;
}
* html a#rologo {background-image: url("/img/spacer.gif"); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/rologo.png");}
