/* CSS Document */
html,body{ 
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/content-bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#820004;	
}

#header{ 
	margin: 0; padding: 0;
	height: 209px;
	width: 100%;
}
#topheader{
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	height: 141px;
	background-image: url(../img/city-bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;	
}
#subheader{
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	height: 68px;
	background-image: url(../img/subheader-bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;	
}
#subheader img{
	margin: 0; padding: 0;
	position: absolute;
	width: 148px;
	height: 51px;
	top: 10px;
	left: 30px;
}
#subheader h1{
	margin: 0; padding: 0;
	position: absolute;
	width: 400px;
	top: 15px;
	left: 225px;
	color:#FFF;
	text-align: left;
	font-size:32px;
}

#menu{
	margin: 0; padding: 0;
	position:absolute;
	width: 597px;
	height: 132px;
	bottom: -1px;
	left: 30px;
	background-image: url(../img/menu.jpg);
}
#contentContainer{
	margin: 0; padding: 0;
	width: 100%;
}
#content{
	margin: 0; padding: 0;
	width: 730px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 50px;
}
#lang{
	position: absolute;
	left: 700px;
	bottom: 5px;
	width:100px;
}
#lang a{
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
}
#copyright{
	color:#999;
	text-align:right;
	padding-top: 30px;
}

img.lockerPicsLeft {
	height: 300px;
	float:left;
	margin-right:27px;
}

.imgCenter {
	width: 731px;
}

img {
	border: 0;
}
a,a:link{}
a:hover{
	color:#C00;
	text-decoration:none;
}

.sec-pic{
	float:right;
	width: 150px;
	padding: 5px;
	margin:0;
	clear:right;
	text-align:left;
}