/* Ashley Campbell CSS */

/* Body and General Tags */
body {
	background-color:#DBDBC1;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../site-images/page-bg.jpg);
	background-repeat:repeat;
	width:1024px;
	margin:auto;
}
/* Table - for header */
table {
	padding:0px;
	margin:0px;
	text-align:center;
}
/* Main Nav */
.mainnav {
	margin-top:55px;
}
/* Footer */
#footer {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;	
	color:#666666; 
	font-size:0.75em;
	text-align: center;
	margin-top:15px;
}
a {
	color:#333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
