#wrapper {
	width: 770px;
	margin: 0 auto;
}
#container {
	margin:0;
	padding: 0;
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
}
#main {
	border: 0px solid #666;
	clear: both;
	background:#fff;
	padding-top: 0em;
	margin-top: 0px;
}
#primary {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#primary a {
	color: #ffdab9;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: #000 0 1px 0;
}
#primary a:hover {
	border-bottom: 1px dotted #ffdab9;
}
#primary li {
	display: inline;
	float: right;
	padding: 10px;
	margin-top: 184px;
	margin-right: 2px;
}
#contents {
	padding: 1.5em;
	background: transparent;
	width: 500px;
	float: right;
}

#header {
	position: relative;
	width: 2000px;
	height: 220px;
	width: 100%;
	background-color: #191515;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	border-bottom: 5px solid #000;
}
#logo {
	background-image: url(images/mindtap-transp-logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:250px;
	height: 226px;
}
#retain {
	max-width: 1100px;
	margin: 0 auto;
	width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1100? "1100px" : "auto"); 

}
.post li {
	margin-left: 50px;
}
#right-nav {
	width: 230px;
	float: left;
	font-size: 14px;
}
#right-nav ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
#right-nav li {
	display: block;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px;
}
#right-nav a {
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0;
	font-weight: normal;
}
#right-nav a:hover {
	background-color: #ffc47b;
	display: block;
	margin: 0;
	font-weight: normal;
}
.commentlist li {
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
	list-style-type: none;
	padding: 5px;
}



.widgettitle {
	margin-top: 10px;
	margin-bottom: -25px;
}
.clearfooter {
	display: block;
	height: 50px;
	clear: both;
}
#footer {
	background-color: #fc9201;
	background-image: url(images/footer-icons.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 50px;
	border-top: 5px solid #d67c01;
	position: relative;
	font-size: 9px;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer ul {
	margin-left: 5px;
}
#footer li {
	display: inline;
	border-right: 1px solid #dcdcdc;
	padding-right: 5px;

}
#copyright {
	margin-left: 0;
	padding-left: 5px;
}
