/* SWAMP FICTION CSS Document */

/* General Page Style */

body {
	margin-top: 0px;
	text-align: center;
	background-color: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	color: white;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
	text-decoration: none;
	border: 0;	
}

H1 {
        color: green;
	text-align: left;
	vertical-align: top;
}

p {
	text-align: left;
	vertical-align: top;
        margin-top:20px;
        margin-bottom:20px;
        margin-right:50px;
        margin-left:50px;
}

p a:link {
	color: #33CCFF;
	text-decoration: underline;
}


img {
        text-align: center;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:20px;
        margin-right:20px;
        padding:0px;
	border: white 1px solid;
}


#pageheader {
	width: 800px;
	height: 160px;

	margin: 0px auto;
	background-image: url(/image/swampheader.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
        border-left-style: solid;
        border-left-width: 3px;
        border-left-color: black;
        border-right-style: solid;
        border-right-width: 3px;
        border-right-color: black;
        border-top-style: solid;
        border-top-width: 3px;
        border-top-color: black;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: black;
}




/* Page Content Layout Style */

#pagewrap {
width: 800px;
height: 100%;
margin:0 auto;
margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #000000;


border-left-style: solid;
border-left-width: 3px;
border-left-color: black;
border-right-style: solid;
border-right-width: 3px;
border-right-color: black;
}


#pagecontent {
	width: 800px;
	vertical-align: top;
        horizontal-align: center;
}

