body {
	background: #fff;
	font-family:arial, sans-serif;
	margin:0;
}

a {
	color:#000;
	text-decoration: none;
}

a img {
	border: none;
}

#Container {
	width:770px;
/*
	min-height:400px;
*/
	margin: 0 auto;
}

#Header {
	background: #FFE202;
	text-transform: uppercase;
	padding: 1.4em 1em 0.6em;
	border-bottom: 1px solid #7F7100;
}

	#Header #headings {
		width: 495px;
	}

	#Header h1 {
		margin: 0;
		padding: 0;
		font-size: 130%;
	}

		#Header h1 a {
			display: block;
			width: 100%;
			background: #000;
			color: #FFE202;
			padding: 0.3ex 0;
			border: 1px solid #BAA501;
			text-align: center;
		}
		
	#Header h2 {
		display: block;
		margin: 0;
		font-size: 90%;
		padding: 0.8ex 0;
		text-align: center;
	}
	
	#Header address {
		float: right;
		text-align: right;
		width: 14em;
		font-style: normal;
		font-size: 90%;
		margin-top: -4.66em;
		padding: 0.8ex 1ex;
		letter-spacing: 0.02ex;
		word-spacing: 0.15ex;
		font-weight: bold;
	}
	
.Topbar {
	background: #000;
	color: #fff;
	padding: 1ex 1em;
}

	#Navigation {
		margin: 0;
		border: 5px solid #fff;
		background: url("img/mewp.jpg") bottom left no-repeat;
		list-style: none;
		padding-left: 500px;
		width: 225px;
		font-size: 90%;
	}
	
		#Navigation li {
			background: #000;
		}
	
		#Navigation li a {
			background-color: #FFE202;
			color: #000;
			display: block;
			margin-left: 36px;
			padding: 23px 10px 16px;
			height: 20px;
			text-transform: uppercase;
			font-weight: bold;
			font-family: "Georgia", "Times New Roman", serif; 
		}
		
			#Navigation li+li a {
				background: #FFE202 url("img/li+li-a.jpg") top right no-repeat;
			}

		
			#Navigation li a:hover, #Navigation li a:focus {
				background-color: #FFF6AF;	
			}
		
			#Navigation li a.current, #Navigation li a.section {
				background: #404040 url("img/li-a-current.jpg") top right no-repeat;
				color: #FFE202;
				margin-left: 0;
				padding-top: 28px;
				padding-left: 46px;
				padding-bottom: 11px;
				height: 30px
			}
			
				#Navigation li+li a.current, #Navigation li+li a.section {
					background: #404040 url("img/li+li-a-current.jpg") top right no-repeat;
					margin-top: -5px;
					padding-top: 33px;
				}

	/* column container */
	.Main {
	    position:relative;/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
	    width:100%; /* width of whole page */
	    overflow:hidden; /* This chops off any overhanging divs */
	    background: #fff url("img/main.gif") top repeat-x;
	    margin: 0;
	}
	/* 2 column right menu settings */
	.Sidebar {
	    background-color: #fff;
	}
	.Sidebar .Content {
	    float:left;
	    width:1500px;
	    margin-left:-198px;
	    position:relative;
	    right:745px;
	    margin-top: 2px;
	    font-family: "Georgia", "Times New Roman", serif;
	    border-right: 1px solid #ccc;
	}
	.Sidebar .LayoutWrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.Sidebar .Layout {
	    margin:0 15px 0 215px;
	    padding-bottom: 2em;
	    overflow:hidden;
	}
	.Sidebar #clients {
	    float:right;
	    width:195px;
	    position:relative;
	    left:196px;
	    background: white url("img/clients.jpg") top right no-repeat;
	    border-left: 1px solid #ccc;
	    margin-top: 0;
	    padding-bottom: 2em;
	}

				
		.Content a {
			text-decoration: none;
		}
		
			.Content a:hover, .Content a:focus {
				text-decoration: underline;
			}
	
		.Content h2 {
			font-size: 190%;
			font-weight: normal;
			margin: 1ex 0 0.25ex;
		}
	
		.Content p, .Content blockquote, .Content address, .Content pre {
			padding: 5px;
			padding-left: 3ex;
			color: #666;
			font-size: 90%;
		}
		
			.Content blockquote blockquote {
				font-size: inherit;
			}
		
			.Content #Breadcrumbs p {
				margin: 0;
				margin-top: 1ex;
				padding: 1ex;
				padding-left: 0;
				padding-bottom: 0;
				font-size: 90%;
			}
		
		.Content table {
			color: #666;
			font-size: 90%;
			padding: 5px;
			padding-left: 3ex;	
		}
		
			.Content table td {
				padding-bottom: 1ex;
			}
			
		.Content ul, .Content ol {
			color: #666;
			font-size: 90%;
			padding: 5px;
			padding-left: 6ex;
		}
		
			.Content li {
				padding-bottom: 1ex;
			}
		
		.Content img.left {
			float: left;
			padding: 1ex;
			padding-left: 3ex;
		}
		
		.Content img.leftAlone {
			display: block;
		}
		
		.Content img.right {
			float: right;
			padding: 1ex;
		}
		
		.Content img.center {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
				
			#clients h2 {
				font-weight: normal;
				font-size: 150%;
				margin: 0;
				padding: 20px 15px;
				text-align: center;
				width: 165px;
			}
			
			#clients h3 {
				margin: 0 15px;	
			}
			
			#clients p {
				margin: 15px;
				padding: 0;
			}
			
		#Form_Form {
			
		}
		
			.required {
				background: #FFB8A2;
			}
			
		#Form_EditForm {
			width: 520px;
		}
		
		ul.harnesses {
			list-style: none;
			padding-left: 4px;
		}
		
			ul.harnesses li {
				display: block;
				float: left;
				width: 110px;
				text-align: center;
				margin: 5px;
			}
			
				ul.harnesses li a {
					padding-top: 5px;
					padding-bottom: 3px;
					background: #fff;
					display: block;
					width: 100%;
				}
				
					.Content ul.harnesses li a:hover, .Content ul.harnesses li a:focus {
						background: #FFE202;
						text-decoration: none;
					}
					
				ul.harnesses li a img {
					margin-top: 3px;
				}
		
#Footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #DFDFDF;
	text-align: right;
	font-size: 60%;	
	background: white;
	clear: both;
}

	#Footer a {
		display: block;
		padding: 0.3ex 1em;
		color: #9F9F9F;	
	}
	
		#Footer a:hover, #Footer a:focus {
			color: black;
		}