/* CSS Document */

#content-wrapper {
	width:980px;
	background-color:#000000;
	background-image:url(/graphics/common/curve-gradient.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
}

.line {
	width:auto;
	height:1px;
	background-color:#848484;
	margin-left:auto;
	margin-right:auto;
}

#home-flash {
	width:980px;
	height:441px;
	background-image:url(/graphics/common/curve-gradient.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
	padding-top:20px;
}

#flash {
	width:940px;
	height:441px;
	margin-left:auto;
	margin-right:auto;
/*	background-color:#00FF00;*/
}

.content-whole {
	width:980px;
	padding:10px;
}

.content-left {
	width:300px;
	padding:10px;
	float:left;
}

.content-right {
	width:600px;
	padding:10px;
	float:right;
/*	background-color:#00FF99;*/
}



.generic-list-item {
	width:940px;
	margin-bottom:10px;
	padding:10px;
/*	background-color:#000000;*/
	border-color:#848484;
	border-width:1px;
	border-style:solid;
}

.generic-list-item:hover {
	/*background-color:#666666;*/
}

.generic-list-item-left {
	/*width:200px;*/
/*	height:150px;*/
	float:left;
	margin-right:10px;
/*	background-color:#6633FF;*/
}

.generic-list-item-right {
	width:680px;
/*	height:150px;*/
	float:right;
/*	background-color:#FF00CC;*/
}

.form-input-long {
	width:400px;
}

