/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.08.14
File Purpose:	RAW Rawland Cycles - Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/* widths and heights to change for new client
	#footer				height: 30px;		--> height of footer content just for site, not powered by venyou text
	.footer_text		width: 730px;		--> width of footer text between margins, set left margin
		-span			width: 400px;		--> width of links floating
*/


.footer_text {
	width: 720px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #dbd7cc;
	font-size: 10px;
	float: left;
	display: inline;
}

.footer_text p {
	margin: 9px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	float: left;
	display: inline;
}

.footer_text div.links {
	width: 430px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	float: right;
	display: inline;
	position: relative;
}

.footer_links_divider {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	float: right;
}

/* ------------------------------ VENYOU FOOTER --------------------------------- */
.venyou_footer_text {
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #d6d2c9;
	float: left;
	display: inline;
}

.venyou_footer_text a { text-decoration: underline; color: #dfd2b3; }
.venyou_footer_text a:visited { text-decoration: underline; color: #dfd2b3; }
.venyou_footer_text a:hover { text-decoration: none; color: #dfd2b3; }
.venyou_footer_text a:active { text-decoration: none; color: #dfd2b3; }