/* Global CSS */

html, body {
	margin:0px; padding:0px; 
	background: url(../media/background.jpg) #3C1A12 repeat;
	position:relative; 
}

body {
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {	text-decoration:none;	}
a:hover {	text-decoration:underline;	}

.text_link{
	color:#8E8480;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.text_link a {
	color:#cccccc;
}

.bodytext_link{
	color:#CB3501;
	font-family:Arial, Helvetica, sans-serif;
}

.bodytext_link a {
	color:#CB3501;
}

/* CSS  */
#all {
	text-align:left;
	margin:0 auto;
	width:936px;
}

/* Header begin*/
.head {
	display:block;
	height:100px;
	padding:1px;
}

#hd_logo {
	display:block;
	float:left;
	margin-top:12px;
	margin-left:10px;
}

#hd_logo a{
	border:none;
	background:none
}

A#logo {
	display: block;
	width:225px;
	height:75px;
	background: url(../media/logo_up.png) 0 0 no-repeat;
}

A#logo:hover {
	background: url(../media/logo_over.png) 0 0 no-repeat;
}

A#logo_ie {
	display: none;
	width:225px;
	height:75px;
	background: url(../media/logo_up.png) 0 0 no-repeat;
}

A#logo_ie:hover {
	background: url(../media/logo_over.png) 0 0 no-repeat;
}

#hd_content{
	margin-top:12px;
}

A.rollover {
	display: block;
	width:160px;
	height:28px;
	background: url(../media/bt_up.gif) 0 0 no-repeat;
	margin-top:27px;
}

A.rollover:hover {
	background: url(../media/bt_over.gif) 0 0 no-repeat;
}

.head .text_link {
	font-size:10px;
}
/* Header end */

#container {
	position:relative; 
	display:block; 
}

#inner {
	display:block;
	position:relative; 
	padding:1px;
}

#object{
	position:relative; 
	display:block;
	height:295px;
	/*width:934px;*/
	background:#8E8480;
	z-index:0;
	background:none;
}

#heavytable td {
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-bottom: solid 1px #c8c5b4;
}

.clear {
	clear:both;
}

.foot {
	display:block;
	height:110px;
	padding:1px;
	margin-top:12px;
}

.foot .text_link {
	font-size:10px;
}

.copyright {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;	
}

.copyright span {
	padding-left: 10px;	
}

.photocaption {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
}

.popupheading {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:20px;
	font-weight:normal;
	text-align:left;
}
