/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #D0D7DD url(../img/bg.jpg); /*replace background img here*/
	background-position:center top;
	background-repeat:repeat-x;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	border-top: 4px solid #BC1A0C;
	border-bottom: 1px solid #FFF;
	}
	
#header {
	width: 948px;
	height: 108px;
	background: #FFDF10 url(../img/header_img_office.jpg); 
	background-position: top right;
	background-repeat:no-repeat;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
	
	#logo {
		width: 330px;	
		height: 75px;
		display:block;
		text-indent:-9999em;
		background: url(../img/logo.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float:left;
		margin-top: 10px;
		margin-left: 0px;
		}
		
#topbar {
	width: 948px;
	height: 47px;
	background: #FFF url(../img/menu_bottom.gif); 
	background-position: 0px 0px;
	background-repeat:repeat-x;
	position:relative;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
	
	#topbar h2{
		padding: 14px 0px 0px 14px;
		}
	
#animation {
	width: 948px;
	height: 359px;
	background: #FFFFFF; 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
	
#content {
	width: 948px;
	height: auto;
	background: #FFF;
	font-size:12px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
	
	#text {
		float: left;
		width: 730px;
		margin: 14px 0px 24px 14px;
		_margin: 14px 0px 24px 8px;
		}
		
	#weather {
		float: right;
		margin: 10px 30px 26px 0px;
		_margin: 10px 16px 26px 0px;
		}
		
#clear {
	clear: both;
	}
	
#bottom {
	width: 948px;
	height: 16px;
	background: #4F4F4F url(../img/footer_top.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}	

#footer {
	width: 948px;
	height: 22px;
	background: #4F4F4F url(../img/footer_bg.gif); 
	background-position: 0px 0px;
	background-repeat:repeat-x;
	text-align: center;
	color: #DD2F20;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 12px;
	font-weight:bold;
	padding-top: 7px;
	}	
	
	#footer  a {
		color: #DD2F20;
		font-size: 12px;
		font-weight:bold;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #DD2F20;
		font-size: 12px;
		font-weight:bold;
		text-decoration:none;
		font-size: 1em;
		}
	
	