html {height: 100%;} 
body {
	background-color: #000000;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	min-height: 101%;
}

a:link {
	color: #4A4A4A;
	position:relative;
}
a:visited {
	color: #4A4A4A;
	position:relative;
}
a:hover {
	color: #EC8200;
	position:relative;
}

h3 {
	font-size:12px;
	color: #4A4A4A;
	padding-top: 0; /*For some reason the padding must be writen like this to work properly in IE6 for PC*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
/* Navigation */
div#nav
{
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 756px;
	height: 47px;
	text-align: left;
}
/* Content */
div#content{
	background-color: #E7E7E7;
	background-image: url(../img/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 32px 10px;
	width: 736px;
	
	text-align: left;
	voice-family: "\"}\""; /* Box model hack */ 
  	voice-family:inherit;
  	width: 736px;
}

html>body #content {
    	width: 736px;
} 


.text {
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #4A4A4A;
}
/*Form styles*/

textarea, input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #4A4A4A;
	font-size: small;
	font-weight: normal;
	color: #4A4A4A;
}

/* Box styles */
div.container {
	float:left;
}

div.spacer {
clear: both;
}

div.BoxBig, div.BoxMedium, div.BoxSmall {
	background: url(../img/cssbox/top_left.gif); 
  	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	margin: 0 0 -5px;
}
  
div.BoxBig {
	width:736px; /* the size of the box */

}

div.BoxMedium {
  	width:368px; /* the size of the box */
}

div.BoxSmall {
	width:245px; /* the size of the box */
}

div.BoxBig h2, div.BoxMedium h2, div.BoxSmall h2 {
	background: url(../img/cssbox/top_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:12px;
	color: #4A4A4A;
	padding-top: 9px; /*For some reason the padding must be writen like this to work properly in IE6 for PC*/
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
div.BoxBody {
	background: url(../img/cssbox/right_border.gif);
	background-repeat:repeat-y;
	background-position:top right;
	margin:-2em 0 0;
	font-size:11px;
	color: #4A4A4A;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

div.main {
	height: 247px;
}

div.contact {

}
div.BoxBody img {
	float: left;
}

div.BoxFooter {
  	background: 
	url(../img/cssbox/bottom_left.gif);
	background-repeat:no-repeat; 
  	background-position:bottom left;

}

div.BoxFooter p {
  	background: url(../img/cssbox/bottom_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:11px;
	color: #4A4A4A;
	display:block;
	padding:5px;
	margin:-2em 0 0 0;
}


.bold {
	font-weight: bold;
}
.label {
	color: #D2D2D2;
}

.date {
	font-size: 10px;
	color: #B2B1B2;
}
.line {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F6F6F6;
	display:block;
	line-height: 15px;
}

.imgnr_bold {
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	padding: 4px;
	margin: 2px;
}

.imgnr {
	text-decoration: none;
	padding: 4px;
	margin: 2px;
	border: 1px solid #999999;
	font-size: 11px;
}

.imgnr a:link {
	color: #000000;
	text-decoration: none;
}

.imgnr a:visited {
	color: #ffffff;
	text-decoration: none;
}

.imgnr a:hover {
	color: #ffffff;
}
.img {
	float: right;

}
#images {
	height: 350px;
	overflow: visible;
	position: relative;
	top: 10px;
}
.errormsg{
  font-weight: bold;
  color: #EE4444;
}
