/*
Cascading Style Sheet created by James Harding
Do not use without permission.
*/

/* These are the general styles for the whole document */
body {
background-color:#ffe4e4;
color:#6a1b1e;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-image:url(images/bg2.jpg);
background-repeat:repeat-x;

background-image:url(images/bg-pattern.jpg);
background-repeat:repeat;
}

/* Aligns to the top of page */
html, body {
padding:0px;
margin:0px;
}

/* This styles all images */
img {border:0px solid #FFFFFF}

/* This styles the fieldset name. Needed for IE users only */
legend{
color:#6a1b1e;
}

#notice{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding: 10px;
background-color: #8c2427;
color: white;

}

/* This styles all the subheadings */
h1 {
text-align:left;
padding-top:10px;
padding-bottom:10px;
padding-left:40px;
font-size:14px;
display:block;
background-color:#551618;
color:#FFFFFF;
opacity: .8;
filter: alpha(opacity=80);
}


/* This styles all the main page headers */
h3 {
text-align:left;
padding-top:10px;
padding-bottom:10px;
padding-left:40px;
font-size:18px;
display:block;
background-color:#551618;
color:#FFFFFF
}

/* This is extra */
h2 {

}


/* This styles the paragraphs in the document */
p {
text-align:left;
padding-left:10px;
font-size:medium
}

/* These style the links in the document */
a:link {color:#6a1b1e; text-decoration:underline}
a:visited {color:#6a1b1e; text-decoration:underline}
a:hover {color:#6a1b1e; text-decoration:none}
a:active {color:#6a1b1e; text-decoration:none}

/* This centeres the entire page */
#container {
background-color:#6a1b1e;
margin-left:auto;
margin-right:auto;
width:900px;
padding:0px;
}


/* This is the pages logo */
#banner {
width:100%;
height:150px;
top:0px;
left:0px;
background-color:#FFFFFF;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
padding:0px;
margin:0px;
}

/* This containes the pages navigation menu */
#menucontainer {
position:absolute;
width:auto;
height:70px;
top:25px;
left:370px;
padding:1px;
text-align:left;
background-color:#000000
}

#centermenu {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/* This contains the pages contents */
#frame {
width:900px;
background-color:#FFFFFF;
padding:20px;
margin:0px;
border:1px solid #6a1b1e;
border-top:none;
}

/* This is the footer of the page */
#credits {
width:942px;
color:#FFFFFF;
height:auto;
text-align:center;
line-height:25px;
background-color:#6a1b1e;
padding-top:10px;
padding-bottom:10px;
}

#credits a:link {color:#FFFFFF; text-decoration:underline}
#credits a:visited {color:#FFFFFF; text-decoration:underline}
#credits a:hover {color:#FFFFFF; text-decoration:none}
#credits a:active {color:#FFFFFF; text-decoration:none}

/*NAVIGATION BAR BEGINS*/
ul, li{margin:0; padding:0;}

#kwicks_container, #title { 
	height: 73px;
	margin:0;
	width:auto;
}

#kwicks {
	position: relative;
	overflow:hidden
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width:73px;
	height: 70px;
	padding:0px;
}
 
#kwicks strong{
	color:#FFFFFF;
	font-size:13px;
}

#kwick_1 {background-color: #551618;}
#kwick_2 {background-color: #551618;}
#kwick_3 {background-color: #551618;}
#kwick_4 {background-color: #551618;}
#kwick_5 {background-color: #551618;}
/*END NAVIGATION BAR */