/*Footer Style------------------------------------------------------------*/
#footer {
	height: 25px;
	background-color: #DFDFBB;
	width:100%;
	padding-top:15px;
}

#footer_content {
	font-size:10px;
	color:#75754E;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

#footer_left {
	width:300px;
	float:left;
}

#footer_right {
	width:300px;
	float:right;
	text-align:right;
}

#footer a {
	color: #75754E;
	text-decoration:none;
}

#footer a:hover{
	border-bottom: 1px dashed #75754E;
}

#footer_left a {
	color: #75754E;
	text-decoration:none;
	display:inline-block;
	border-bottom: 1px dashed #DFDFBB;
	padding:0;
	/* background-color: #666666; */
}

#footer_left ol {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	/* background-color: #888888; */
}

#footer_left li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px 0px;
	list-style: none;
	display: inline;
	/* background-color: #AAAAAA; */
}