*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
}

body
{
	font-family: Verdana;
	font-size: 12px;
	color: #32283f;
	line-height: 21px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times, 'Times New Roman';
	color: #4e525c;
}

h1
{
	font-size: 28px;
	margin-bottom: 20px;
}

h2
{
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 30px;
}

p
{
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color: #4e525c;
}
	a:hover
	{
		text-decoration: underline;
	}

div.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height:0
}

#container
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 960px;
	background: url('../img/container.jpg') repeat-y;
}
	#head
	{
		position: relative;
		width: 990px;
		height: 220px;
		background: url('../img/head.jpg') no-repeat;
	}
		#menu
		{
			list-style: none;
			position: absolute;
			top: 190px;
			left: 365px;
		}
			#menu li
			{
				float: left;
				margin-right: 30px;
			}
			#menu li a
			{
				font-family: Georgia, Times, 'Times New Roman';
				font-size: 18px;
				color: #4e525c;
			}
			#menu li.active a
			{
				font-weight: bold;
				color: #353944;
			}

	#content
	{
		position: relative;
		border-top: 1px solid #afaab9;
		padding-bottom: 280px;
	}
		#row_1-col_1
		{
			float: left;
			width: 249px;
			padding: 220px 20px 0 90px;
			margin-top: -1px;
			min-height: 200px;
			background: url('../img/contentleft.jpg') no-repeat;
			font-size: 11px;
			color: #353944;
		}
		#row_1-col_2
		{
			margin-left: 359px;
			width: 520px;
			padding: 30px;
			min-height: 200px;
			border-left: 1px solid #afaab9;
			background: url('../img/contentright.jpg') no-repeat;

		}

	#foot_container
	{
		background: url('../img/foot_container.jpg') bottom repeat-x;
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #b5b5b5;
		font-size: 11px;
	}
	#foot_container a
	{
		color: #b5b5b5;
		text-decoration: underline;
	}
	#foot_container span
	{
		color: #cbc4d4;
	}
	#foot
	{
		width: 990px;
		height: 30px;
		padding-top: 260px;
		background: url('../img/foot.jpg') no-repeat;
		text-align: center;
	}

.input
{
	margin-bottom: 5px;
}
.input label
{
	float: left;
}
.input input,
.input textarea
{
	border: 1px solid #444444;
	width: 100%;
}
.radio input
{
	width: auto;
}
	.radio label
	{
		float: none;
	}

.form_error
{
	color: red;
}

