@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

img {
	border:none;
}

h2 {
	font-size:16px;
	clear:both;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:active {
	color:#000000;
}

a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h2 {
}

strong {
	font-weight:bold;
}

li {
	margin:0 0 0 40px;
}

body {
	background-image:url(../images/background.jpg);
	background-color:#e9e9e9;
	background-repeat:repeat-x;
	background-position:left top;
	font-family:"Trebuchet MS";
	color:#000;
}

#container {
	position:relative;
	text-align:center;
	border:2px solid #e9e9e9;
	width:800px;
	height:100%;
	min-height:100%;
}

#header {
	height:330px;
	width:802px; /* Allowing for border */
	position:relative;
}

#code-of-conduct {
	position:absolute;
	left:680px;
	width:100px;
	height:133px;
	z-index:1;
	margin-top:50px;
}

#code-of-conduct-link {
	height:133px;
	width:100px;
	display:block;
	background-image:url(../images/code_of_conduct.png);
	background-position:0 0;
}

#code-of-conduct-link:hover {
	background-position:0 -133px;
}

#contents {
	text-align:left;
	position:relative;
}

/* Absolutely positioned inside the relatively positioned container */
#meat {
	position:relative;
	background-color:#fff;
	border:1px solid #cecece;
	border-top:none;	
	margin-top:15px;
	font-size:13px;
}

#main {
	padding:10px 40px 10px 40px;
}

#meat-footer {
	text-align:center;
	background-image:url(../images/meat_footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:47px;
}

#meat-bottom-border1 {
	background-color:#ececec;
	height:3px;
	width:100%;
	overflow:hidden; /* Hack - can't figure out why borders are expanding in IE */
}

#meat-bottom-border2 {
	background-color:#ccc;
	width:100%;
	height:4px;
	overflow:hidden;
}

#footer {
	text-align:center;
	color:#333333;
	font-size:11px;
	clear:both;
}

.powered-by {
	color:#999999;
	font-size:10px;
	padding-bottom:20px;
}

.date {
	color:#ccc;
}

.profile-image {
	border:1px solid #cccccc;
	background-color:white;
	width:130px;
	height:150px;
	float:left;
	margin:10px;
}

.clear-float {
	clear:both;
}
