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

body {
	font-family: Helvetica, Arial, sans-serif;
	width: 980px;
	background: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #a80025;
	margin: 0 auto;
	color: #666;
}

div#wrapper {
	width: 980px;	
/*	background-image: url(images/bg_norepeat.gif); */
	background-repeat: no-repeat;
	}

div#wrapper2 {
	padding: 0, 0, 0, 100px;
	width: 860px;
	text-align: left;
	}
	
.copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 31px;	
	line-height: 18px;
	text-align:center;
	text-decoration: none;
	color: #4C0000;
	}
	
.copy h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	text-align:center;
	}

.copy h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	text-align:center;
	}

.copy h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align:center;
	}

.copy_s {
	text-decoration: none;
	font-size: 14px;	
	color: #CA1800;
	}

.copy_s a  {
	text-decoration: none;
	color: #CA1800;
	}
	
.copy_s a:hover {
	color: #CA1800;	
	}
	
.copy_s a:active {
	color: #CA1800;	
	}

.copy_s_dark {
	text-decoration: none;
	font-size: 14px;	
	color: #400000;
	}

.copy_s_dark a  {
	text-decoration: none;
	color: #400000;
	}
	
.copy_s_dark a:hover {
	color: #400000;	
	}
	
.copy_s_dark a:active {
	color: #400000;	
	}


div#wrapper2 {
	padding: 0, 0, 0, 100px;
	width: 860px;
	text-align: left;
	background-image: url(images/bg_norepeat.gif);
	background-repeat: no-repeat;
	}
	

