body
{
	height: auto;
}

#wrapper
{
	padding-top: 50px;
	height: auto;
	background: none;
}

	#starttop
	{
		background: url( ../img/start_1.gif ) repeat-y;
		width: 100%;
		height: 26px;
	}

	#startcontent
	{
		background: url( ../img/start_2.gif ) repeat-y;
		ewidth: 96%;
		height: 270px;
		padding-left: 9px;
		padding-right: 9px;
	}

		#col1, #col2, #col3
		{
			float: left;
			display: inline;
			width: 272px;
			padding-left: 13px;
			padding-right: 13px;
			height: 100%;
			margin-left: 6px;
			margin-right: 6px;
			position: relative;			
		}

		#col1
		{

		}

		#col2
		{

		}

		#col3
		{
			padding-left: 12px;
		}

			#col1 a, #col2 a, #col3 a
			{
				position: absolute;
				bottom: 0px;
				right: 5px;
				display: block;
				width: 188px;
				height: 20px;
				padding-top: 15px;
				text-align: center;
				text-decoration: none;
				color: #FFF;
				background: url( ../img/but_off.gif ) no-repeat;
			}

			* html #col1 a, * html #col2 a, * html #col3 a
			{
				height: 21px;
				padding-top: 14px;
			}

			#col1 a:hover, #col2 a:hover, #col3 a:hover
			{
				background: url( ../img/but_on.gif ) no-repeat;
			}

			#col1 img, #col2 img, #col3 img
			{
				display: block;
				margin-bottom: 7px;
			}

			#col1 h2, #col2 h2, #col3 h2
			{
				color: #e21f19;
				font-size: 1.2em;
				font-weight: bold;
				margin-bottom: 4px;
			}

	#middleman
	{
		background: url( ../img/start_3.gif ) repeat-y;
		width: 100%;
		height: 32px;
	}

	#startfooter
	{
		background: url( ../img/start_4.gif ) repeat-y;
		width: 100%;
		height: 85px;
		text-align: center;
	}

	#footman
	{
		background: url( ../img/start_5.gif ) repeat-y;
		width: 100%;
		height: 26px;
	}