/* --- General styles --- */
* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Sans-serif;
	font-size: 12px;
}
/* --- Containers --- */

* html body {
	height: 100%;
}

a {
	color: #a5004d;
}

a:hover {
	color: #e9000f;
}

#top {
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#header {
	height: 100px;
	margin-top: 24px;
}

#mainmenu {
	height: 100px;
	width: 310px;
	float: left;
	margin-left: 18px;
}

#usermenu,
#loginmenu {
	height: 100px;
	width: 612px;
	float: right;
	position: relative;
}

#container {
	margin: 16px 0 44px;
	text-align: left;
}

#search {
	width: 310px;
	background-color: #92002F;
}

#content,
#content2 {
	width: 564px;
	float: right;
	margin-right: 51px;
}

#footer {
	display: block;
	clear: both;
	width: 950px;
	padding: 25px 0 25px 0;
}

/* Clearfix */

.clearfix {
	height: 1%; /* IE */
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.no-favorites,
.no-messages {
        border-bottom: 1px solid #d8d8d8;
}
