/* CSS Document */

	body {
	width: 800px;
	margin:auto;
	padding:0px;
	}
	
	div.wrap{
	width : 800px;
	margin: 0px auto;
	font-family: "Comic Sans MS";
	float: left;
	margin-bottom: 10px;
	}
  
  
    div.header{
	color: #999;
	width: 800px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	height: 190px;
	}
	
	div.header strong{
	font-size:14px;
	}
	
div.subheading{
	float : right;
	height : auto;
	padding-left: 10px;
	color: #DAB042;
	font-weight: bold;
	}
	
	#subheaderright{
	float: right;
	width: 362px;
	text-align: right;
	height: auto;
	margin-top: 8px;
	}
	
	#menu {
	background-image: url(images/headerpicture.jpg);
	background-repeat: no-repeat;
	height: 135px;
	z-index: 1;
	}
	
	div.headertext{
	margin-top: 121px;
	margin-left: 80px;
	font-size: 14px;
	margin-right: 550px;
	text-align: left;
	}
		
	div.headertext a{
	background-color: #FFF;
	text-decoration: none;
	color: #999;
	cursor: default;
	}
	
	div.headertext2{
	margin-left: 80px;
	font-size: 12px;
	text-align: right;
	color: #DAB042;
	letter-spacing: 1.5px;
	}
	
	#navlinks{
	margin: 0;
	padding: 0;
	float: left;
	color: #999;
	}

	#navlinks li{
	display: inline;
	color: #999;
	}

	#navlinks li a{
	float: left;
	color: #999;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
	}
	
	#navlinks li a:link{
	color:#999;
	}

	#navlinks li a:hover{
	color:#000;
	text-decoration:underline;
	}
		
		
	div.left{
	float:left;
	width: 230px;
	height: auto;
	font-size: 10px;
	border-right: 2px;
	border-right-color: #999;
	border-right-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #000;
	}
	
	div.left strong{
	color: #999;
	text-align:center;
	
	}
	
	div.right{
	margin : 0px;
	float : left;
	width : 535px;
	height : auto;
	color: #333;
	text-align:left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 60px;
	}
	
	div.right table
	{
	    text-align:center;
	}
	
	div.rightpix{
	float : left;
	height : auto;
	padding-left: 10px;
	padding-right: 10px;
	}
	
	div.rightpix p{
	    margin:0px;
	    text-align:center;
	}

    div.rightpixtextholder
    {
        clear:both;
    }
    
	div.rightpixtext{
	float : left;
	height : auto;
	padding-left: 15px;
	padding-right: 15px;
	color: #999;
	padding-top: 10px;
	}
	
	div.bottomtext{
	float : left;
	width : 800px;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
	#footer {
	float:left;
	font-size:14px;
	color:#FFF;
	width:790px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	background-color: #DAB042;
	}

	td{
	padding:7px;
	}

