@charset "UTF-8";
/* CSS Document */



body {
	margin: 0 auto;
	background: /*url(img/bg_repeat.jpg) repeat-x*/ #931b1d;
	font-family: Geneva, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	
}

body.plain {
	margin: 0 auto;
	background: #931b1d;
	font-family: Geneva, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	
}

#main {
	margin: 0 auto;
	width: 670px;
	text-align: left;
	/*background: url(img/main_bg.jpg) no-repeat;*/
	
}

#main_downloads {
	margin: 0 auto;
	width: 670px;
	text-align: left;
	
}

.content_left {
	margin: 0 auto;
	width: 320px;
	text-align: left;
	float: left;
}

.content_right {
	margin: 0 auto;
	width: 320px;
	text-align: left;
	float: right;
}

a img {
	border: none;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}