body,
html {
	background:url('../img/pat_bkg.gif') /*repeat-x*/;
	color:#000;
	font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,sans-serif;
	margin:0;
	padding:0;
}
body {
	min-width:750px;
	padding-bottom:20px;
	padding-bottom:40px;
	text-align:center;
}

#wrap {
	background:url('../test_images/bg_body.gif') repeat-y #fff;
	font-size:12px;
	line-height:16px;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:750px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
}

#content {
	/* background:url('../img/bg_content.gif') repeat-y; */
	display:block;
	width:750px;
	padding-bottom: 22px;
}
#content:after,
ul#listing li:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#content, ul#listing li {display:inline-block;}
/* Hides from IE-mac \*/
* html #content, *html ul#listing li {height: 1%;}
#content, ul#listing li {display:block;}
/* End hide from IE-mac */

#wrapper-nav {
	background:#333367;
	margin: 0px;
	width:750px;
}
#wrapper-nav #nav {
	background:#333367;
	/*
	width:623px;
	_width:619px;
	*/
	width:750px;
	float:left;
}
#wrapper-nav #search {
	float:left;
}

#main {
	float:left;
	width:607px;
	padding-top:15px;
}
#main .entry {
	padding:0 20px 20px 20px;
}

#leftNav {
	float:left;
	margin-right:20px;
	width:175px;
}
#entryNarrow {
	float:left;
	width:370px;
}

#main .entry #secondary .tsr {
	float:left;
	margin:15px 0;
	width:175px;
	border:0px solid red;
}
#main .entry #secondary .tsr#c1,
#main .entry #secondary .tsr#c2 {
	margin-right:20px;
}

#sidebar {
	color:#7c1c20;
	float:left;
}
#searchblock {
	padding:3px 0 0 0;
}
#sidebar .entry {
	margin-left:20px;
	width:103px;
}

#footer {
	background:#333367;
	color:#e8ded4;
	clear:both;
	display:block;
	font-size:10px;
	height:44px;
	width:750px;
}
