*	{
	margin:0;
	padding:0;
}

body	{
	background:url('_graphics/mainbg.png') repeat;
	font: 100% "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
}

img	{border:0;}

ul, li	{list-style-type:none;}

div.clear {clear:both; position:relative;}

a	{color:#333; text-decoration: none;}

div.boxed	{
	width:880px;
	margin:0 auto;
}

div.everywhere	{
	width:100%;
}

#header	{
	padding:20px 0 20px;
}

	#header img.logo	{
		float:left;
	}
	
	#header ul.nav	{
		float:right;
	}
	
	#header ul.nav li	{
		float:left;
		margin:25px 0 0 20px;
	}
	
	#header ul.nav li a	{
		color:#fff;
		font-size:1.2em;
	}
	
	#header ul.nav li a:hover	{
		border-bottom:1px solid #fff;
	}
	
#bigblock	{
	background:url('_graphics/bigbg.png') repeat-x;
	height:330px;
	padding:0px 0;
}

	#bigcontent	{
		width:880px;
		margin:0 auto;
	}
	
	#bigcontent div.rowone {
		float:right;
		width:375px;
		height:110px;	
	}
	
	#bigcontent div.rowtwo {
		float:right;
		width:250px;
		height:110px;
		margin:110px -375px 0 0;
		padding:0 0 0 10px;
	}
	
	#bigcontent div.rowthree {
		float:right;
		width:125px;
		height:110px;
		margin:220px -375px 0 0;
		padding:0 0 0 10px;
	}
	
	#bigcontent div.rowone li {
		float:right;
		height:110px;
		width:375px;
		background:url('_graphics/layout_01.jpg');
	}
	#bigcontent div.rowtwo li {
		float:right;
		height:110px;
		width:250px;
		background:url('_graphics/layout_02.jpg');
	}
	#bigcontent div.rowthree li {
		float:right;
		height:110px;
		width:125px;
		background:url('_graphics/layout_03.jpg');
	}	

#twocontent	{
	padding:20px 0 0;
}

	#twocontent div.one	{
		float:left;
		height:120px;
		width:280px;
		background:url('_graphics/bigbg.png') repeat-x bottom;
	}
	
	#twocontent div.two	{
		float:left;
		margin:0 20px;
		height:120px;
		width:280px;
		background:url('_graphics/bigbg.png') repeat-x bottom;
	}
	
	#twocontent div.three	{
		float:right;
		height:120px;
		width:280px;
		background:url('_graphics/bigbg.png') repeat-x bottom;
	}
