@charset "UTF-8";

@media all {
	body {
		background: url("../images/bg_green.gif") repeat-x fixed left top
			#B82E0C;
	}
	#header {
		background: none repeat-x scroll 0 0 #fff;
		color: #FFFFFF;
		height: 80px;
	}
	#page {
		background: none repeat scroll 0 0 #fff;
		border: 2px solid #FF0000;
	}
	#page_margins {
		border: 2px solid #34B630;
	}
	#nav_main {
		background:
			url("../styles/01_layouts_basics/css/images/sliding_door/round/bg.gif")
			repeat-x scroll center bottom #FFFFFF;
		float: left;
		width: 100%;
	}
	#topnav a {
		background: none repeat scroll 0 0 transparent;
		color: #AAA;
		font-weight: normal;
		text-decoration: none;
	}
	#topnav a:focus,#topnav a:hover,#topnav a:active {
		color: #ddd;
	}
	#main {
		background: url("../images/bg-transparent.jpg") repeat scroll 0 0 #FFFFFF;
		
	}
	#col3 ,#col2{
	background: #fff ;
	
	}
}
