/* CSS Document */

#wrapper {
	width:100%;
/*	background-color:#282421;*/
	background-color:#000000;
	padding-top:15px;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;	
	padding-bottom:13px;
}

#header {
	width:100%;
	height:35px;
	background-color:#322D2A;
}

#footer {
	width:100%;
	height:32px;
	background-color:#322D2A;
	text-align:center;
	padding-top:10px;
}

#header-inner{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header-left {
	width:980px;
	float:left;
}

#header-right {
	width:0px;
	float:right;
}

.pink-line {
	width:auto;
	height:1px;
	background-color:#F31B8A;
}

#latest-news {
	width:109px;
	height:20px;
	float:left;
	margin-top:5px;
	padding-top:4px;
	background-color:#695C56;
	text-align:center;
}

#latest-news-content {
	width:980px;
	height:20px;
	float:right;
	margin-top:5px;
	padding-top:4px;
/*	background-color:#695C56;
	text-align:center;*/
	font-size:16px;
}

#logo {
	width:250px;
	height:75px;
	float:left;
	padding-top:15px;
}

#banner {
	width:700px;
	height:90px;
	float:right;
}

.block-header {
	width:auto;
	height:17px;
	border-bottom-color:#F31B8A;
	border-bottom-style:solid;
	border-bottom-width:1px;
/*	background-color:#695C56;*/
	background-color:#000000;
	padding:15px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:13px;
	font-size:14px;
	font-weight:bold;
}

.block-content {
	width:auto;
	padding:15px;
/*	background-color:#443E3A;*/
	background-color:#000000;
}

.block-footer {
	width:auto;
	/*height:31px;*/
	height:5px;
	/*background-image:url(/graphics/common/drip3.gif);
	background-repeat:no-repeat;
	background-position:right;*/
}

.left-col {
	float:left;
}

.middle-col {
	float:left;
	margin-left:15px;
}

.right-col {
	width:185px;
	float:right;
}

.generic-list-item {
	width:700px;
	margin-bottom:10px;
	/*padding:10px;*/
/*	background-color:#000000;*/
/*	border-color:#00CCFF;
	border-width:1px;
	border-style:solid;*/
	margin-bottom:10px;
}

.form-input {
	width:300px;
}