/* body, fonts, images etc */

body {
	background-image:  url("/img/bg.gif");
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
	position: relative;
	}
	
img {
border: 0;
margin: 0;
}	



	
.logo {
	background:transparent;
	padding:0px;
	width:260px;
	height: 73px;
	border:0px;
	margin-left: 2px;
	}   


	
.brandtext {
color: #03345d;
font-size: 12px;
font-weight: bold;
}

.brandimg {	
float: right;
clear: both;
padding-left: 35px;
padding-bottom: 25px;
}

a:link, active, visited, active, hover{
color: #FF0000;
text-decoration: none;
}



	

/* Placeholders */
#container {
			width: 770px;
			\width: 790px;
			w\idth: 770px;
			margin-top: 5px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding: 0px 10px 10px 10px;
			
		}

		#header {
			padding: 0px 5px 5px 5px;
			}
		
		
		#nav {
			padding: 0;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 5px;
			margin-left: 35px;
			background:transparent;
			}
		

		#content {
	padding: 0px 5px 5px 35px;
		}
		
		#innercontent {
		margin-top: 15px;
		padding: 0px 40px 0px 25px;
		}
		
		#opentime {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	background:transparent;
	text-align: center;
			}

		#footer {
			clear: both;
			padding: 0px 5px 5px 35px;
			background:transparent;
			}
		
		
		#globalinfo {		
			
			padding: 5px;
			margin-top: 100px;
			margin-bottom: 20px;
			background:transparent;
			text-align: center;
			position: relative;
			top: -20px;
			}


.clear {
clear:both;
}

.line {
border-bottom: 1px solid #CCCCCC;
margin-right: 10px;
margin-top: 25px;
margin-bottom: 25px;
}

.navline {
border-bottom: 1px solid #CCCCCC;
margin-left: 35px;
margin-right: 35px;
}

