body, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #3D3737;
	text-align: center;
}

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3D3737;
	line-height: 16px;

}

a {
	color: #ffffff;
}

strong {
	color: #690050;
}

#page {
	margin: 0px auto;
	width: 855px;
	padding-bottom: 80px;
	background-color: #72A596;
	background-image: url(bg_green.jpg);
	background-repeat: repeat-y;
	border-left: 14px solid #ffffff;
	border-right: 14px solid #ffffff;
	text-align: left;
}

#header {
	background-image: none;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 883px;
	height: 14px;
	background-image: url(bg_botto.gif);
	background-repeat: none;
}

#content {
	margin: 55px 65px 0px 65px;
}

#normal {
	width: 320px;
}

#right {
	float: right;
	width: 320px;
}