
/*

main.css is for basic site elements and extremely common classes and ids like #header #footer #content etc...

site.css is for non-typical classes

*/


div.frame_outer{
	width:100%;
	background:url(../images/frame_texture.jpg) repeat-x;
	background:#131;
	height:4px;
}

div.frame_inner, div.frame_bottom{
	height:0px;
	max-width:1280px;
  margin:0 auto 0 auto;
	border-left:25px solid #000;
	border-right:25px solid #000;
	border-top:3px solid #c6c6c6;
}

div.frame_bottom{
	border-top:none;
	border-bottom:3px solid #c4c4c4;
}

#auxbar{
float:right;
width:340px;
overflow:hidden;
height:100%;
}

#main_content{
margin-right:380px;
}