/* layout.css */

html{
	margin:0;
	background:#1E1916 url(/img/bg-page.gif) repeat-x;
}
body{
	margin:0;
	color:#fff;
	height:100%;
	font:11px Arial, Helvetica, sans-serif;
	background:url(/img/bg-body.jpg) no-repeat 50% 0;
}
#wrapper{
	margin:0 auto;
	width:961px;
	position:relative;
}
.category-page #content .frame{
	padding-top:29px;
}

/* Content */
#content,
#content .holder{
	width:961px;
	background:url(/img/bg-content.gif) repeat-y;
}
#content{
	position:relative;
}
#content .holder{background:url(/img/bgtop-content.gif) no-repeat;}
#content .frame{
	padding:8px 7px 38px;
	width:947px;
	min-height:342px;
	background:url(/img/bgbot-content.gif) no-repeat 0 100%;
}
#content:after,
#content .holder:after,
#content .frame:after{
	clear:both;
	display:block;
	content:"";
}
.page-hold{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}

/* Top Image */
.topimage{
	width:100%;
	height:203px;
	/*background:url(/img/bg-topimage.gif) no-repeat 100% 100%;*/
	overflow:hidden;
}
.topimage img{
	vertical-align:top;
}
.sideholder2{
	width:100%;
	overflow:hidden;
}
.twocolumns{
	width:691px;
	float:right;
}

/* middle content area */
.aside5{
	width:440px;
	float:left;
}
.aside5 p{
	font-size:12px;
	line-height:17px;
}
