*{
	margin:0;
	padding:0;
	border:0;
}
html{
	overflow-y:scroll;
}
body{
	background:#000000 url('/images/background.jpg') center top no-repeat;
	font-family:'Lucida Sans', Verdana, Arial;
	font-size:10px;
	line-height:16px;
}
a{
	text-decoration:none;
	outline:0;
}
#page{
	width:914px;
	margin:91px auto 0;
}
#sidebar{
	float:left;
	width:167px;
	height:443px;
	background:transparent url('/images/sidebar.png') repeat-y;
	margin-right:1px;
	padding:61px 0 0 22px;
	color:#FFFFFF;
}
#sidebar a, #sidebar img {
	position:relative;
	z-index:500;
} 
#content{
	position:relative;
	float:left;
	width:676px;
	height:428px;
	background:#333333;
	padding:54px 27px 22px 21px;
}
#logo{
	position:absolute;
	top:14px;
	right:25px;
	background:#333333 url('/images/logo.jpg') no-repeat;
	width:116px;
	height:28px;
}
#slideshow{
	display:none;
	background:#FFFFFF;
	height:431px;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.mr7{margin-right:7px;}
.title{color:#FFFFFF;font-size:11px;}
.titlecaps{font-size:14px;}
.textcaps{font-size:11px;}
.country{color:#DEDEDE;margin-top:25px;}
.address{color:#9C9B9B;font-size:9px;}
.address a{color:#9C9B9B;}
.telephone{color:#9C9B9B;margin-top:15px;}
.email{margin-top:20px;letter-spacing:1px;font-size:9px;}
.email a{color:#DEDEDE;}
.social{margin-top:15px;}
.underline{border-bottom:2px solid #3E3E3F;}
