/* Roches CSS Document */

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

#container {
	width:800px;
	background-color:#151515;
	}

#title {
	width:800px;
	height:228px;
	background-image: url(newimages/caps.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#menu {
	width:800px;
	height:100px;
	}
	
#content {
	width:730px;
	min-height:150px;
	background-color:#151515;
	text-align:left;
	padding-left:35px;
	padding-right:35px;
	}

#contentimage {
	width:800px;
	height:220px;
	background-color:#151515;
	}
	
#footer {
	width:800px;
	height:20px;
	background-color:#7D0000;
	}
	
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#D8BDAB;
	letter-spacing:.04em;
	}
	
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#7C0000;
	line-height:2em;
	}
	
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#990000;
	line-height:2em;
	}	
	
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#D8BDAB;
	line-height:2em;
	letter-spacing:.04em;
	}
	
.p1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#D8BDAB;
	line-height:2em;
	}
	
.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D8BDAB;
	letter-spacing:.1em;
	}
	
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#33CCFF;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#66CC33;
}