/* Links */

	
.bottomlinks:hover {
	color: #94B4A1; 
	}

A  {
	text-decoration : none;
	color :#85A894; 
    }

A:hover {
	text-decoration : none;
	color : #94B4A1;	}

/* Universal stylistics (<strong>, <em>, etc */

strong {
	color: #BFCDC4;
	font-weight: bold;
	font-family: Georgia;}

em {
 	color: #788B90;
	font-size: 11px; }

blockquote {
	color:#AAA16C;
	text-align: justify;
	background-repeat: no-repeat;
	margin: 5px;
	padding-left:50px;
	padding-bottom:0px;
	line-height: 150%;
	font:11px Arial;
    }

u {
	color:#AAA16C;
	font:11px Arial;
	text-decoration: underline;
    }




/* Main header classes */


h2{
	margin: 0 0 6px 0;
	padding: 11px 0 0 30px;
	background: url(http://fan.valiantknife.org/musketeers/images/headerbg.gif) no-repeat top left;
	color: #875B46;
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}



/* Body text classes */
	
p, td {
	font: 11px Verdana;  
	color:#A1A1A1;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 145%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }

.divider {
	height: 15px;
	width: 320px;
	margin-top:5px;
	margin-bottom:0px;
	background-image: url(http://fan.valiantknife.org/musketeers/images/divider.gif);
	background-repeat: no-repeat;
	}

/* Footer class */
	
.footer {
	letter-spacing: 1px;
	font:10px Arial;
	padding:2px 3px 2px 3px;
	color:#788B90;
	line-height: 160%
    }

/* Misc. */	

body {font: 11px Verdana;  
	color:#b9b2b2;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 145%;	margin: 0px;
	background-color:#E4EEE8;
	background-image: url(http://fan.valiantknife.org/musketeers/images/bg.gif);
	background-repeat: repeat-y;
    }

img
    {border: 0px none;}


input, textarea {
	background-color: #e4f1ea;
   font-family: verdana, sans-serif;
   font-size:8pt;
   color: #b1cbd3;
   letter-spacing: 1px;
   border:0px;
   padding:1px;
   padding-left:3pt;
   padding-bottom:2px;
   padding-top:2px; }

/* Structural ids */

#frame{
	position: absolute;
	top:0px;
	left:0px;
		}


#contentcenter{
	width: 350px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top:330px;
	left:200px;
	text-align: justify;
		}