@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
#container {
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 590px;
	border-left: 5px solid #f6c;
	border-right: 5px solid #f6c;
	position: relative;
	text-align: left;
}
* html #container {
	height: 100%;
}

.thead {
	height: 190px;
	background-image: url(images/thead.png);
}
.tmenu {
	height: 40px;
	border-left: 1px solid #000;
}

.tmenu a {
	float: left;
	height: 40px;
	width: 98px;
	
	line-height: 40px;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #111;
	
	text-align: center;
	
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
.tmenu a:hover {
	color: #f6c;
	border-top: 1px solid #f6c;
	border-bottom: 1px solid #f6c;
	position: relative;
}
.tbrea {
	padding: 5px 10px 2px 10px;
	height: 25px;
	
	vertical-align: top;
	text-align: center;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #f6c;
	font-weight: bold;
	text-transform: capitalize;
}
.tcont {
	padding: 5px 10px 50px 10px;
	min-height: 400px;	
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.tcont a:link { color: #f6c; text-decoration: none; }
.tcont a:active { color: #f6c; text-decoration: none; }
.tcont a:visited { color: #f6c; text-decoration: none; }
.tcont a:hover { color: #fff; text-decoration: none; }

.tfoot {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 590px;
	padding-top: 5px;
	border-top: 1px solid #111;
	background-color: #000;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666;
}

.tfoot a:link { color: #f6c; text-decoration: none; }
.tfoot a:active { color: #f6c; text-decoration: none; }
.tfoot a:visited { color: #f6c; text-decoration: none; }
.tfoot a:hover { color: #fff; text-decoration: none; }

/******************* CONTENT STYLES *********************/
.clear { clear: both; height: 10px;	}
#col1a, #col1b, #col1c {
	width: 175px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#col2a, #col2b, #col2c {
	width: 384px;
	margin-left: 1px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.row {
	float: left;
	padding: 2px;
	background-color: #993d7a;
	margin-bottom: 10px;
}

#cPeople img {
	border: 3px solid #fff;
	margin-bottom: 5px;
}
#cPeople {
	text-align: center;
}