/* CSS Document */

body {
background-color:#8d0c06; /*red*/
background-image:url(images/bg_redstripes.png);
background-repeat:repeat;
color:#333333;
margin:25px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:90.1%;
}

p {
padding:2px 15px;
}

h1 {
font-size:180%;
padding:0px 15px;
}


h2 {
font-size:150%;
font-weight:bold;
padding:0px 15px;
}

h3 {
font-size:130%;
padding:0px 15px;
}

h5{
font-size:105%;
font-weight:bold;
}

#wrapper {
width:950px;
margin:0 auto;
border:2px solid #000;
background-color:#fff;
}

#nav{
padding:3px;
text-align:left;
}

	#right {
		width:160px;
		float:left;
		padding:0px 8px;
		text-align:center;
		background-color:inherit;
		border-left:3px solid #000;
		}


	#content {
		width:725px;
		margin:0px;
		background-color:#fff;
		padding:0px 0px 0px 15px;
		float:left;
		}

#footer {
font-size:80%;
padding:3px 12px;
background-color:#8d0c06;
border-top:3px solid #000;
color:#ccc;
clear:both;
}


/* navigation styles */

a, a:link {
color:#8d0c06; /*red*/
text-decoration: underline;
}

a:visited {
color:#c98d84;
text-decoration: underline;
}

a:hover, a:active, a:focus {
color:#c98d84;
text-decoration:none;
}

#footer a, #footer a:link {
color:#ccc;
text-decoration:underline;
}

#footer a:active {
color:#fff;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#fff;
text-decoration:underline;
}

.bolditalic {
font-weight:bold;
font-style:italic;
}

.clearit {
clear:both;
}

.justify {
text-align:justify;
padding:0px 10px 0px 10px;
}

.bold {
font-weight:bold;
}

.border {
border-left:2px solid #000;
}

.colbottom {
margin-bottom:0; !important
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.red {
color: #8d0c06; /*red*/
}

.small {
font-size:90%;
}

.underline {
text-decoration:underline;
}
