@charset "UTF-8";
/* CSS Document */

<style type="text/css" media="screen">

* {
padding: 0;
margin: 0;
}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	font-family: Georgia, serif;
	color: #3e3e40;
	font-size: small;
	line-height: 120%;
	background: #000;
	padding-top: 2em;
	}
	
#wrap {
	max-width: 900px;
	background: #fff url(Triumphimages/contentback.gif) repeat-y  0;
	padding: 2em 2em;
	border: red dotted 6px ;
		}
		
p {
font-size: 1.2em;
line-height: 1.5em;
}

.web {
font-size: 1.1em;
font-weight: bold;
}

h1 {
line-height: 1.2em;
font-size: 2.5em;
}
		
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.25em;
line-height: 1.4em;
font-weight: bold;
color: #444;
}

/*h2 > a {
color: #9C0058;
}*/

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.25em;
font-weight:bold;
color: #3e3e40;
}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1em;
font-weight:bold;
color: #9C0058;
padding: 0;
margin: 0;
}

h5 {
font-family:Verdana, serif;
font-size: .75em;
font-weight: bold;
color: #3e3e40;
padding: 0;
margin: 0;
text-transform:uppercase;
letter-spacing:2pt;
}

a {
color: #c4161c;
font-family:Georgia, "Times New Roman", Times, serif
}

a:hover {
color: gray;
}


	

	
	
#content {
	float: right;
	width: 75%;
	}
#content div {
	padding: 20px 40px 0 20px;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4161c;
	font-size: 2em;
	font-weight: bold;
	line-height: 115%;
		}
		
#content div p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e3e40;
	font-size: 1em;
	line-height: 150%;
		}
		



.quoter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e3e40;
	font-size: .75em;
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;
}
	

	
#content .quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #9c0058;
	font-size: 1em;
	line-height: 150%;
}
	
	



</style>