/* default.css */ 
body
{
    margin: 0;
    padding: 0;
	background-color: #000;
    text-align: center;
}

#container
{
	margin-left: auto; 
	margin-right: auto;
	width: 793px;
	background-image: url(images/paper-tile.jpg);
	background-position: center;
	background-repeat:repeat-y;
	text-align: left;
}

.replace
{
	position: absolute;
	left: -10000px;
}

#masttop
{
    margin: 0;
    padding: 0;
    background-image: url(images/mast-top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 186px;
    width: 793px;
}

#mastbottom
{
    margin: 0;
    padding: 0;
    background-image: url(images/mast-bottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 45px;
    width: 793px;
}

#mainnav
{
		width: 679px;
		margin: 0 57px;
		float: left;
}
		#mainnav a
		{
			display: block;
			width: 226px;
			height: 45px;
			margin: 0;
			padding: 0;
			float: left;
			background-repeat: no-repeat;
			background-position: 0 0;
		}
			#mainnav a.current
			{
				background-position: 0 -90px;
			}
	
			#lnkhome
			{
					background-image: url(images/home-button.jpg);
			}
			#lnkabout
			{
				background-image: url(images/about-button.jpg);
			}
			#lnkcon
			{
				background-image: url(images/contact-button.jpg);
			}
			
				#lnkhome:hover, 
				#lnkabout:hover,  
				#lnkcon:hover
				{
					background-position: 0 -45px;
				}

#globalwrap
{
	width: 793px;
	padding: 0;
	margin: 0;
	text-align: center;
}

/***
#mainfooter
	{
		clear: both;
		color: #963;
		font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
		letter-spacing: .04em;
		font-weight: bold;
		font-size: 13px;
		padding: 0;
		height: 19px;
		width: 933px;
		background-image: url(images/footer-top.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		line-height: 62px;
		text-align: center;
	}
		#mainfooter a
		{
			text-decoration: underline;
			color: #963;
		}
		#mainfooter a:hover
		{
			text-decoration: none;
		}
		
#pagewrap
{    
	margin: 0 0 0 110px;
	width: 800px;
	text-align: left;
}
	.right
			{
				float: left;
				margin: 0 0 0 250px;
				overflow:auto;
			}
**/			
			
#content
{
	clear: both;
	width: 776px;
	position: center;
	margin: 10px 14px 10px 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-align:inherit;
}
#content a
		{
			text-decoration: none;
			color: #ff0000;
		}
#content a:hover
		{
			text-decoration: underline;
					}
		

#footer
{
    width: 793px;
    height: 80px;
    margin: 0;
	text-align: center;
    overflow: hidden;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .005em;
}

	#footerlinks
	{
		width: 147px;
		float: left;
		text-align: right;
		margin-top: 0;
	}
		#footerlinks a
		{
			text-decoration: none;
			color: #a7bce6;
		}
		#footerlinks a:hover
		{
			color: #fff;
		}

