/**
 *	template_css.css -> actOral.6
 *	link all styles and define common design
 */

@import url('template_css.css');
@import url('left.css');
@import url('contact.css');
@import url('main.css');





#container
{
	clear: both;
}

#actoral
{
	position: absolute;
	left: 17px;
	top: 37px;
	width: 301px;
	height: 49px;
	background: url('../images/actoral.png') no-repeat;
}

/* forms */
input,textarea,select
{
	font-size: 11px;
	color: #8B808B;
}

.button { color: black; }
table, tr, td { border: 0; }


/* -- FOOTERs ----------------------------------------------------------------------------------- */
#footers
{
	margin: 39px 0 7px 0;
	padding-top: 7px;
	font-size: 80%;
	border-top: 1px silver solid;
	text-align: center;
}

#footerscontainer
{
	margin-left: 300px;
	width: 612px;
}

#footerscontainer div { display: inline; }

#footers p
{
	margin: 0;
	display: inline;
}

#footer a { padding: 0px 3px 0px 3px; }

