/*
CSS ideas from Keith Donegan at
http://www.code-sucks.com  
*/

/* 308 + 620 +52 = 980 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 16px 0 30px 0;
	background: #fff url(/images/background.jpg) 0 0 repeat-x;
}
#wrapper { 
	margin: 0 auto;
	width: 980px;
}
#header {
	width: 980px;
	height: 108px;
	background: #fddeed url(/images/girlvivalist.jpg) 0 0 no-repeat;
}
#content {
	width: 100%;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	background: #fff url(/images/body.gif) 0 0 repeat-y;
}
#rightcolumn { 
	width: 52px;
	top: 0;
	float: right;
	display: inline;
	position: relative;
	background: #fff url(/images/rightside.jpg) 0 0 no-repeat;
	min-height: 405px;
	height: auto !important; /* ie6 */
    height: 405px;
}
#main { 
	float: right;
	width: 620px;
	display: inline;
	position: relative;
}
#mainleft { 
	width: 295px;
	float: left;
	margin: 0 25px 0 0;
	padding: 12px 0 30px 0;
}
#mainright { 
	width: 295px;
	float: right;
	padding: 12px 0 30px 0;
}
#mainwide { 
	width: 430px;
	float: left;
	margin: 0 30px 0 0;
	padding: 12px 0 30px 0;
}
#mainads { 
	width:160px;
	float: right;
	padding: 40px 0 30px 0;
	vertical-align: top;
}
#leftside { 
	width: 308px;
	display: inline;
	float: left;
	background: url(/images/purse.jpg) 0 0 no-repeat;
	min-height: 234px;
	height: auto !important; /* ie6 */
    height: 234px;
}
#leftcolumn { 
	margin: 210px 45px 20px 22px;
}
#nav { 
	text-align: center;
	margin: 8px 0 0 0;
}
#nav ul {
	
}
#nav ul li {
	display: inline;
	border-right: 1px solid #666;
	padding: 0 10px;
}
#nav ul li.first {
	padding: 0 10px 0 0;
}
#nav ul li.last {
	border: none;
}
#footer { 
	width: 980px;
	padding: 50px 0 0 0;
	clear: both;
	background: #fff url(/images/bottom.gif) 0 0 no-repeat;
	min-height: 42px;
	height: auto !important; /* ie6 */
    height: 42px;
}
#footer p { 
	margin: 0;
	padding: 0;
	text-align: center;
}
.clear { clear: both; background: none; }