body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	/* Change */
	background-color: #cee0dd;
	color: #000000;
	/* Change */
	text-align:center;
}
img {
	border:0;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:670px;
	background-color: #cee0dd;
	border: 25px solid #FFFFFF;
	background-image: url("../images/bg_img.jpg");
	bacground-repeat:no-repeat;
}

div#container div#left{
	padding-left: 22px;
	padding-top: 25px;
	float:left;
	width:320px;
	height:390px;
	overflow:auto;
}

div#container div#left .subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3em;
	color: #ed1c24;
	font-weight:bold;

}

div#container div#left a {
	color: #d2342c;
	font-weight:bold;
	text-decoration:none;
}
div#container div#left a:hover{
	color: #000000;
	/* text-decoration:underline;*/
}

div#container div#left .copy {
	margin-top:35px;
	margin-bottom:35px;
}

div#container div#right{
	padding-left: 15px;
	padding-top: 40px;
	margin-left:320px;
	text-align:center;
}

div#container div#right p{
	font-weight:bold;
}

div#container div#right a{
	color: #d2342c;
	text-decoration:none;
	font-size:2em;
}

div#container div#right a:hover{
	color: #000000;
	/* text-decoration:underline;*/
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}