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

/* ---------- generic ----- */

body {
	
	margin: 0 auto 0 auto;
	font:small Arial, Helvetica, sans-serif; 
	color:#333; background-image:url(../images/paperBG.gif);

}

a img {

	border:none;

}


#container {

	width: 800px; height: 645px;
	margin: 0 auto 0 auto; padding:0;
	border:1px solid #999;

}



/* ---------- masthead ----- */

#masthead {

	width: 800px; height: 100px;
	border:none; background-color: #D4D4D4;

}


#masthead .logo {
	
	margin:0; padding-left:20px; padding-top:15px;
	width: 350px; height: 70px;

}


#masthead .text {

	padding-right:25px; padding-top: 20px;
	font:small Arial, Helvetica, sans-serif; color: #333;
	text-align:right; line-height: 1.5em;
	margin-top:-80px;

}

#masthead a {
	
	text-decoration:none; color:#333;

}

#masthead a:hover {

	text-decoration:none; color: #999;

}




/* ---------- navigation ----- */

#navTable { 

	width:800px; 
	height:40px; 
	background-color:#980988;
	
}


#navigation {

	width: 800px; height: 40px;
	border: none; background-color: #36475D;

}

#navigation table {
	
	padding:0; margin:0; border:none;	

}


/* ---------- content ----- */

#content {

	width: 800px; height: 450px;
	border: none; background-color: #D4D4D4;
	margin: 0; padding: 0; padding-top: 25px;

}

#content .image {

	width: 284px; height: 423px;
	margin-left: 10px;

}

#content .artBoard {

	background-color:#FFF; width: 750px; height: 425px;
	margin-left: 25px; padding-top: 25px;

}

.floatLeft {

	border:1px #333 solid;
	float:left;
	margin: 0 15px 10px 0; padding: 0;


}

#content .text {

	margin-top: -300px; margin-left: 300px; margin-right: 80px;
	font: large Arial, Helvetica, sans-serif;
	color: #0A3251;

}

#content ul {

	display: block; list-style-type: square;

}

#content li {

	padding: 0;
	line-height: 2em;

}

#content li a {

	text-decoration:none;
	color: #0A3251;

}


#content li a:hover {

	text-decoration: underline;
	color: #0A3251;

}


/* ---------- footer ----- */

#footer {

	width: 800; height: 30px;
	border:none; background-color: #900000;
	margin:0; padding:0;

}

#footer .left {

	width:100px; height: 30px;
	margin:0; padding:0;
	border: none; background-color: #D4D4D4;
}



#footer .center {

	width: 175px; height: 30px;
	margin:0; margin-left:100px; padding:0;
	background-color: #D4D4D4;
	margin-top:-30px;
	color: #333;

}


#footer .right {

	width: 525px; height: 30px;
	margin:0; margin-left:275px; padding:0;
	background-color: #D4D4D4;
	margin-top:-30px;

}

#footer h1 {

	text-align:center; margin:0; padding-top: 10px;
	font:small Arial, Helvetica, sans-serif;
	color:#333;
}

#footer h2 {

	text-align:center; margin:0; padding-top: 10px;
	font:small Arial, Helvetica, sans-serif;
	color:#333;
}

#footer h2 a {

	text-decoration:none; color:#333;
}

#footer h2 a:hover {

	text-decoration:none; color:#999;
}


/*   ALL OF THIS CODE IS UNUSED, BUT MAY ONE DAY BE USED AS CSS ROLLOVERS... ONE DAY.........


#navigation li {

	margin: 0; padding: 0;

}

#navigation ol {

	margin: 0; padding: 0;
	list-style-type: none;

}

#navigation a {

	height:30px;
	float:left; clear:none;
	display: inline; color: #FFF;
	background-image:url(../images/navBarRight.jpg);
	padding: 5px 5em;
	text-decoration: none;
}

#navigation a:hover {

	background-image: url(../images/navBarRightOn.jpg);

}

#navigation ol li .width115 {

	width:115px;
}

#navigation ol li .width80 {

	width: 80px;
	
}


*/