/* CSS Document */

div#template {
	text-align: left;
	
	width: 766px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #44221a;
}

div#menu {
	position: relative;

	width: 766px;
	height: 66px;

	background-image:url(../images/menu_background.gif);
	background-repeat: no-repeat;
}

div#menu div {
	width: 128px;
	text-align: right;
}

div.option1 { position: absolute; top: 32px; left: 16px }
div.option2 { position: absolute; top: 32px; left: 162px }
div.option3 { position: absolute; top: 32px; left: 312px }
div.option4 { position: absolute; top: 32px; left: 460px }
div.option5 { position: absolute; top: 32px; left: 608px }

div#canvas {
	width: 766px;
	background-image:url(../images/canvas_background.jpg);
	background-repeat: no-repeat;
}

div#content {
	position: relative;
	padding: 48px 48px 32px 48px;
}

div#feature {
	position: relative;
	height: 120px;
}

div#column_left {
	position: absolute;
	width: 202px;
	top: 32px;
	left: 48px;
}

div#column_middle {
	padding: 32px 0px 0px 0px;
	margin-left: 270px;
	margin-right: 270px;
}

div#column_right {
	position: absolute;
	width: 202px;
	top: 32px;
	right: 48px;
}

div#clear {
	clear: both;
}

div#footer {
	text-align: center;

	width: 766px;
	height: 104px;
	background-image:url(../images/footer_background.jpg);
	background-repeat: no-repeat;
}

div#footer div {
	padding: 42px 0px 0px 0px;
}

img#pic_left {
	margin: 0px 16px 8px 0px;
}

span#required {
}
