a:link{color:#cc9900;text-decoration:none}
a:visited{color:#cc9900;text-decoration:none}
a:hover{text-decoration:underline;}

html, body {
	margin:auto;
	background-color: #ccc4b9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#holder {
	width: 780px;
	border: solid #000000 1px;
	left: 50%;
	margin-left: -390px;
	margin-top: -293px;
	position: absolute;
	top: 50%;
}

#left {
	width: 180px;
	float: left;

}

#right {
	width: 600px;
	float: right;
}

#header {
	width: 780px;
}

#center {
	height: 439px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;

}

#bottom {
}
#template_header {
	border-bottom: solid #000000 1px;
}

#template_holder {
	width: 780px;
	margin: auto;
}

#template_body {
	min-height: 500px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	width: 740px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#template_footer {
	background-color: #000000;
	font-size: 10px;
	color: #cc9900;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-top: solid #cc9900 2px;
}

.align_center {
	text-align: center;
}

.button_back {
padding-bottom:25px;
}

.text_width {
	width: 500px;
	margin: auto;
}

