body{	
	background-color: #660033;
	background-repeat: repeat-x;
	font-family: "georgia", sans-serif;
	color: #ffff99; 
	}

h1 {
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-size: 200%;
}

h3 {
	font-family: Georgia, serif;
	font-variant: small-caps;
}

hr {
width="75%"}


#title{
	margin:0 auto;
	width:100%;
	height:80px;
}

#menu{
	margin:0 auto;
	margin-top: 45px;
	width:75%;
		
}

#content{
	margin:0 auto;
	margin-top: 3%;
	width:90%;
}

#footer{
	margin:0 auto;
	margin-top: 2%;
	width:80%;
}

#header{
	margin:0 auto;
	margin-top: 4%;
	width:80%;
}

.imgLeft{
	float:left;
	border-style:none;
}

.imgLeftPad{
	float:left;
	border-style:none;
	padding-right:10px;
	padding-bottom:5px;
}
.imgRight{
	float:right;
	border-style:none;
}

a.m:link { 
	color: #ffff99; 
	text-decoration: none;
}



a.m:visited{ 
	color: #ffff99; 
	text-decoration: none;
	
}

a.m:hover{ 
	color: #cc0066;
	font-size: 115%;
	text-transform:none;
}

a:link{
	color:#cc0066;
}

a:visited{
	color:#cc0066;
}

a:hover{
	text-transform:uppercase;
}


.rightAlign{ text-align:right; }
.leftAlign { text-align:left; }
.centerAlign { text-align:center; }
.justifyAlign {text-align:justify; }
.imageBorder { border-style: outset}
.noImageBorder{ border-style: none; }

