@charset "UTF-8";
/* CSS Document */

#leftred {
	position:  fixed;
	left: 0px;
	top: 350px;
	z-index:5;
	
		
}

#right_red {
	position: fixed;
	right: 0px;
	top: 350px;
	z-index: 5;
		
}

body {
	background-color: #F5F5F1;
}

#content {
	width: 900px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	top:0px;
	margin-top:0px;
	z-index: 100;

}


#logo1{
	position: fixed;
	z-index: 130;
	top: 20px;
		
}

#logo2{
	position: fixed;
	z-index: 100;
	top: 30px;
	padding-left: 330px;
		
}


#menubar{
	position: fixed;
	z-index: 120;
	top: 143px;

		
}

#menu{
	position: fixed;
	z-index: 150;
	top: 150px;
	padding-left:200px;


		
}

p {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: .5px;
	}
	
#flash1 {
	position:absolute;
	top: 240px;
	width: 375px;
	z-index: 80;
	left: 5x;
}


#background {
	position: absolute;
	left: 5px;
	top: 350px;
	z-index: 11;
	width: 882px;
	
		
}

#footer{
	position: absolute;
	z-index: 200;
	top: 850px;
	

}

#hidden{
	position: fixed;
	z-index: 90;
	top: 0px;
		
}
