@charset "utf-8";
/*
Infomation pertaining to the style of the site is stored here.
Text formatting, styling and colors.
*/

/* Tags */
body {
	background-color: #621219;
	background-image: url('../images/bg-main2.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size:13px;
}

a:link, a:visited { 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active { 
	color: #621219;
	font-weight: bold;
	text-decoration:none;
}

/* Classes */
.navLinks{
	background-image: url('../images/bg-nav2.png');
}

a.navAlink:link, a.navAlink:visited { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
a.navAlink:hover, a.navAlink:active { 
	color: #DDDDDD;
	text-decoration: underline;
	font-weight: bold;
}

/* IDs */
#mnContainer {
	/*background-color: #003366;*/
}

#mnHeader, #mnFooter{
	background-color: #621219;
	background-image: url('../images/bg-header2.png');
	background-repeat: repeat-y;
	border: 1px solid #000000;
}

#mnContent{
	border: 3px solid #000000;
}

#mnTitle{
	font-size: 20px;
}

#mnNav{
	background-color: #621219;
	border: 1px solid #000000;
}

#mnFooter{
	text-align: center;
	color: #FFFFFF;
}

