@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../Images/Y-grey.png);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center top;
	margin-top: 0px;
	color: #CCC;
	font: .8em Verdana, Geneva, sans-serif;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
a:hover {
	color: #FFF;
}
#topper {
	width: 740px;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-left-color: #C00;
}
#TopHead {
	position:absolute;
	width:740px;
	height:30px;
	z-index:1;
	top: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
}
#pagewrap {
	width: 740px;
	z-index: 1;
	background-image: url(../Library/NavBar_Sub-tile.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
#MAKfooter {
	width: 720px;
	z-index: 30;
	border: solid #C00 1px;
	font-size: 12px;
	padding: 10px;
	margin: 0 auto;
	color: #C00;
	background-image: url(../Library/NavBar_Sub-tile.jpg);
}
.underNav {
	background-image: url(../Library/NavBar_under.jpg);
	background-repeat: repeat-x;
}
.photo {
	border: 1px solid #CC0000;
}
.LastCopy {
	font-size: 10px;
	color: #999;
}

