body	{
	background-image: url('images/bac_bg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: georgia;
	background-color: #600;
	}

a {	text-decoration: none;}
table { width: 100%; }

.large {font-size: 135%;}
.largest {font-size: 180%;}
.bold { font-weight: bold;}
.full{ width: 100%; text-align: center; border: 1px dotted #000;margin-bottom: 20px;}
.title { border-bottom: solid 2px #000; font-weight: bold;}
.small {font-size: 65%; }
.center {text-align:center;}
.right { text-align: right; }
.underline {text-decoration: underline;}
.border { 
        border: 1px solid #aaa; 
        border-right-color: #000; 
        border-bottom-color: #000;  
        background-color: #ccc; text-align: center; }

#splash { text-align: center;}

#frame {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	border: 1px solid #000;
	}

#header {
	background-color: #ddd;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-right: 10px;
	}

#menu {
	background-color: #aaa;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}

#menu a { 
	color: #00f;
	margin-left: 5px;
	margin-right: 5px;
	}

#menu a:hover { 
	color: #f33;
	}

#content {
	background-image: url('images/bricklayer.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
	min-height: 400px;
	padding: 10px;
        padding-bottom: 12em;
	}

#copy {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	background-color: #aaa;
	border-top: 1px solid #000;
	}

#copy a {
	text-decoration: none;
	color: #066;
	}













