@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;	
		background-repeat:repeat;
		background-image: url(../images/bg.jpg);
}

#container {
	position: relative;
	width: 750px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	text-align:left;
	background-color:#FFFFFF;
}
	  
a:link {
	color: #a91f38;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a91f38;
}
a:hover {
	text-decoration: none;
	color: #333333; background-color: #DCDCDC;
}
a:active {
	text-decoration: none;
	color: #333333
}	
	
#container #nav ul li{
font-family:Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	padding-right: 2.5%;
	font-size: 100%;
	font-weight: bolder;
}

#container #subhead {
	font-size: 130%;
	font-weight: bold;
	color: #a91f38;
	font-family:Arial, Helvetica, sans-serif;
}

#container #head {
	font-size: 300%;
	font-weight: bold;
	color: #a91f38;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 6%;
}

	
#pic{
		width:40%;
		height:100%;
		float:left;
		padding-top: 5%;
	}

#words{
		font-family: Futura, Arial, Georgia, Times, serif;
		width:55%;height:100%;
		float:right;
		font-size:80%;
	    color: #333333;
		margin-bottom: 10px; margin-right: 4%;
		padding-top: 4%;
		}
	
#footer {
	font-size: 80%;
	text-align: center;
	color: #333333;
	margin-top: 85%;
	padding-bottom: 3%;
}

#footer a {
	font-weight:bold;
}

#container #words #subhead {
	font-size: 130%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#container #pic #picwords {
	font-size: 70%;
	margin-left: 17%;
	padding-top: 2%;
	font-family: Futura, Arial, Georgia, Times, serif;
}
