body,

	html {
		margin:0;
		padding:0;
		background:#BABAAB;
		color:#000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt
	}

	body {
		min-width:950px;
 	}
	
	#wrap {
		border-left: 10px solid #666666;
		border-right: 10px solid #666666;
		background: #FFFFFF;
		margin: auto;
		width:950px;
	}

	#header {
		background:#EAEAEA;
		height: 73px;
		padding: 10px 0px 10px 10px;
		color: #333333;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white;
	}

	#header h1 {
    	padding:5px;
	    margin:0;
       }

	#nav {
		background:#333333;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#nav a:link {
		color: white;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		text-decoration: none;
		font-size: 10pt;
	}

	#nav a:visited {
		color: white;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		text-decoration: none;
		font-size: 10pt;
	}

	#nav a:active {
		color: white;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
	}

	#nav a:hover {
		background: #EFEFEF;
		color: #333333;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
	}

	#main {
		background:#FFFFFF;
		float:left;
		width:551px;
		min-height:600px;
		padding: 0 0 10px 0;
	}
		
	#main p {
		padding: 0 10px;
	}

	#main a:link {
		color:#333333;
		text-decoration:underline;
	}

	#main a:visited {
		color:#333333;
		text-decoration:underline;
	}

	#main a:active {
		color:#333333;
		text-decoration:underline;
	}

	#main a:hover {
		background:#333333;
		color:#F0F0F0;
		text-decoration:none;
	}
	
	#pics {
		background:#FFFFFF;
		float:left;
		width:940px;
		min-height:255px;
		padding: 0 5px 0 5px;
	}

	#pics img {
		border:0;
	}
	
	#pics a:link {
		color:#333333;
		text-decoration:none;
	}
	
	#pics a:visited {
		color:#333333;
		text-decoration: none;
	}
	
	#pics a:active {
		color:#333333;
		text-decoration:none;
	}
	
	#pics a:hover {
		color:#333333;
		text-decoration:underline;
	}
	
	#sidebar {
		background:#B1B1B1;
		float:right;
		width:398px;
		min-height: 265px;
	}

	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }

	#footer {
		background:#EAEAEA;
		clear:both;
		height:15px;
		text-align: center;
		padding: 5px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 11px;
                margin-bottom: 0;
	}

	#footer a:link {
		color:#333333;
		text-decoration:none;
	}

	#footer a:visited {
		color:#333333;
		text-decoration:none;
	}

	#footer a:active {
		color:#333333;
		text-decoration:none;
	}

	#footer a:hover {
		background:#333333;
		color:#F0F0F0;
		text-decoration:none;
	}

	#footer p {
		padding:5px;
		margin:0;
    }
        #footerwrap {
                background: #B1B1B1;
		padding: 5px 0px 0px 0px;
		width: 950px;
	}


	.heading1 {
		color: #333333;
		font-size: 20pt;
	}
	
	.heading2 {
		color: #333333;
		font-size: 16pt;
	}
	
	.heading3 {
		color: #333333;
		font-size: 12pt;
	}