body {
		background:#333333;
		margin:0px;
		font-family:'Gotham','Gotham-Medium', Arial, sans-serif;
	}

h1 {
color:#fff;
padding:0px 20px 0px 20px;
}

h1 a {text-decoration:none; color:#fff;}
h1 a:hover {color:#ff9900;}

	#top {
		background:#ffffff;
		width:100%;
		height:10px;
	}

	#container {
		margin-left:auto;
		margin-right:auto;
		width:820px;
	}

	#head {
		width:820px;
		height:130px;
	}

	#slide {
		height:252px;
	}

	#navigation {
		margin:0;
		padding:0 0 0px 0px;
		font-size:1.2em;
		background:#333333;
		width:805px;
	}

	#navigation li {
		margin:0;
		padding:0;
		display:inline;
		list-style:none;
	}

	#navigation a {
		float:left;
		line-height:35px;
		margin:0 6px 0px 0px;
		padding-left:5px;
		padding-right:5px;
		color:#ffffff;
		text-decoration:none;
		font-size:1.2em;
	}

	#navigation a.active, #navigation a:hover, #navigation a.active:hover {
		background:#65CA97;
		color:#ffffff;
	}

	#navigation a:hover {
		color:#ff9900;
		background:#333333;
	}

	#nav {
		border-top:2px solid #65ca97;
	}

	#colcont {
		width:100%;
		height:300px;
		margin-top:50px;
	}
        
        #colcont2 {
		width:100%;
		height:300px;
		margin-top:50px;
	}

	#col1 {
		width:270px;
		background:#252525;
		float:left;
	}

#col1 p {
		color:#ffffff;
		font-weight:normal;
		padding:0px 20px 0px 20px;
	}

        #col1 p a {
                 text-decoration:none;
                 color:#65CA97;
}
        #col1 p a:hover {
                 color:#ff9900;}

#col1 h2 {color:#fff; padding:0px 20px 0px 20px;}

	#col2 {
		width:548px;
		background:#252525;
		border-left:2px solid #333333;
		float:right;
	}

	#col2 p {
		color:#ffffff;
		font-weight:normal;
		padding:0px 20px 0px 20px;
	}

        #col2 p a {
                 text-decoration:none;
                 color:#65CA97;
}
        #col2 p a:hover {
                 color:#ff9900;}

	#col2 h2 {
		color:#65CA97;
		padding:20px 20px 0px 15px;
	}

	#col2 h2 a {
		text-decoration:none;
		color:#65CA97;
		padding:5px;
	}

	#col2 h2 a:hover {
		color:#fff;
		background:#ff9900;
	}

#col3 {
		width:270px;
		background:#252525;
		float:left;
	}

#col3 p {
		color:#ffffff;
		font-weight:normal;
		padding:0px 20px 0px 20px;
	}

        #col3 p a {
                 text-decoration:none;
                 color:#65CA97;
}
        #col3 p a:hover {
                 color:#ff9900;}

#col3 h2 {color:#fff; padding:0px 20px 0px 20px;}

#col4 {
		width:548px;
		background:#252525;
		border-left:2px solid #333333;
		float:right;
	}

	#col4 p {
		color:#ffffff;
		font-weight:normal;
		padding:0px 20px 0px 20px;
	}

        #col4 p a {
                 text-decoration:none;
                 color:#65CA97;
}
        #col4 p a:hover {
                 color:#ff9900;}

	#col4 h2 {
		color:#65CA97;
		padding:20px 20px 0px 15px;
	}

	#col4 h2 a {
		text-decoration:none;
		color:#65CA97;
		padding:5px;
	}

	#col4 h2 a:hover {
		color:#fff;
		background:#ff9900;
	}
	
	#foot {
		width:100%;
		background:#ffffff;
		clear:both;
	}
	
	#foot1 {
		width:270px;
		height:50px;
		background:#65CA97;
		float:left;
	}
	
	#foot2 {
		width:548px;
		background:#ffffff;
		border-left:2px solid #333;
		height:50px;
		float:right;
		text-align:right;
	}
	
	#foot p {
		color:#333333;
		padding:10px 10px 10px 10px;
		font-size:0.6em;
	}
