html, body
{
	height: 100%;
}

body
{
	font-size: 70%;
}

body
{
	background: #616a72 url( ../img/bg.gif ) left top repeat-x;
}

img 
{ 
	border: none; 
	margin-bottom: 6px;
}

* 
{ 
	margin: 0; padding: 0; 
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	line-height: 140%;
}

/*******************************************
		LAYOUT
*******************************************/

body
{
	text-align: center;
	color: #3f474b;
}

input, textarea
{
	background-image: url( ../img/input_bg.gif );
	border: 1px solid #666;
	padding: 2px;
	font-size: 1em;
}

textarea
{
	height: 50px;
}

#feedback
{
	position: absolute;
	left: 35%;
	width: 30%;
	top: 200px;
	height: 130px;
	background: #FFF;
	border: 1px solid #666;
}

#wrapper
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 0;
	text-align: left;
	background: #FFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

	#top
	{
		width: 97%;
		background: url( ../img/bg_top.gif ) no-repeat;
		height: 116px;
		padding-top: 20px;
		padding-left: 3%;
	}

		#top #logo
		{
			display: block;
			width: 130px;
			height: 74px;
		}

		#top #logos
		{
			float: right;
			padding-right: 40px;
		}

	#menu ul 
	{
		list-style: none;
		padding-left: 10px;
		background: #FFF;
		height: 20px;
		margin-bottom: 10px;
	}

		#menu ul li
		{
			float: left;
			border-left: 1px solid #3f474b;
			padding-left: 10px;
			margin-left: 10px;
		}

		#menu #first
		{
			border-left: 0px;
			padding-left: 0px;
		}

			#menu ul a
			{
				text-decoration: none;
				color: #3f474b;
				font-size: 1em;
				font-weight: bold;
			}

			#menu ul a:hover, #menu ul .active a
			{
				color: #e21f19;
			}

	#content
	{
		clear: both;
		background: #FFF;
		padding: 20px;
		padding-top: 5px;
		padding-bottom: 40px;
	}


		#content .col1, #content .col2
		{
			width: 449px;
			float: left;
		}

		#content .col1
		{
			margin-right: 10px;
		}

		#content .col2
		{

		}

	#footer
	{
		border-top: 1px solid #3f474b;
		color: #3f474b;
		font-size: 0.9em;
		padding: 10px;
		padding-left: 0;
		margin-left: 20px;
		margin-right: 20px;
		width: 895px;
		margin-top: 20px;
	}

		#footer a
		{
			color: #3f474b;
			text-decoration: none;
		}

		#footer a:hover
		{
			color: #e21f19;
		}




.floatfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */


#content .submit, .submit
{
	margin-top: 10px;
	color: #000;
	border: none; 
	width: 140px; 
	padding-bottom: 2px;
	height: 21px;
	cursor: pointer; 
	background: #FFF url( ../img/button.gif ) no-repeat;
	background-position: bottom center;
}







