/* CSS Document */

body {
	background-color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
/*	margin:150px; */
	line-height:100%;

	}

/* Rules for heading */
h1 {
	font-size:140%;
	letter-spacing:0px;
	margin:0px;
	}
	
h2 {
	font-size:130%;
	margin:0px;
	color:#800000;
	}

h3 {
	font-size:120%;
	}

p {
	font-size:12px;
	}
	
#red-text {
	color:#800000
	}

#quote-text {
	line-height:100%;
	margin-left:20px;
	margin-right:30px;
	font-style:italic;;
	line-height:125%
	}


a:link{
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}

a:visited{
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}



/* Menu */
#menu {
/*		float:left;*/
	width:150;	
	margin-bottom:0px;
	padding:0px;
	background-color:#42681d;
	border:0px;
	}
		
/* Content */
#content {
/*		float:right; */
	width:589;
	margin-bottom:0px;
	padding:0px;
/*	background-color:#D9D9A7;*/
/*	background-color:#c6b299;*/
	background-image:url(images/sandpaper2.gif);
	border:0px;
	}
	

