html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, img, object {
	margin: 0;
	padding: 0
}
body {
	background: #FFF;
	color: #FFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../_img/background_repeat.gif) repeat-x;
	padding-bottom: 30px
}
object, img {
	display: block	
}
img {
	border: 0
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #DCE7D1;	
}
h2 {
	font-size: 14px;
	margin-top: 15px
}
p {
	margin: 0;
	padding: 6px 0
}
a:link, a:visited, a:active {
	color: #DCE7D1;
	font-weight: normal;
	text-decoration: underline
}
a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none
}
.clear {
	clear: both	
}
/*

	COMMON

*/
#background {
	background: url(../../_img/background.gif) no-repeat top center;
}
#backgroundHome {
	background: url(../../_img/background_new.gif) no-repeat top center;
}
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #75A145;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF
}
#header {
	background: #86AD5D;
	height: 65px;
	position: relative;
}
#header h1 {
	position: absolute;
	right: 15px;
	top: 45px
}
#flash {
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;	
}
#content {
	padding: 25px 150px 15px 145px;
	background: url(../../_img/background_content.gif) no-repeat;
}
#footer {
	color: #DCE7D1;
	height: 62px;
	font-size: 11px;
	background: url(../../_img/background_footer.gif) no-repeat;
	position: relative;
	margin-top: 20px
}
#footer p {
	position: absolute;
	top: 30px;
	left: 21px
}
#footer p em {
	font-style: normal;
	margin-right: 15px	
}
#footer #telephone {
	margin: 0 20px	
}
/*

	MAIN PAGE

*/
table {
	width: 100%;
	height: 100%;
	border: 1px solid red
}
td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid pink
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 740px;
	height: 420px;
	border: 1px solid blue
}
#enter-site {
	margin: 15px 0 0 0;
}
#enter-site a {
	display: block;
	width: 132px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../../_img/enter_site_but.gif) 0 0 no-repeat;
}
#enter-site a:hover {	
	background-position: 0 -30px;
}
#legal-link {
	margin-top: 15px	
}
/*

	LEGAL
	
*/
#st {
	width: 740px;
	margin: 10px auto 0 auto;
	font-size: 10px;
	text-align: right
}
#st a {
	margin-right: 21px	
}
#st a:link, #st a:visited, #st a:active {
	color: #AAA;
	font-weight: normal;
	text-decoration: underline
}
#st a:hover {
	color: #CCC;
	font-weight: normal;
	text-decoration: none
}
ul#back-to-home, ul#back-to-top {
	list-style: none;
}
ul#back-to-home {
	margin-bottom: 25px	
}
ul#back-to-top {
	margin-top: 25px	
}