html {
margin:0;
padding:0 0 40px 0;
background-color:#A8419D;
}

body {
	margin:0;
	padding:0;
	text-align: center;
	background: #fff url("images/header_back.gif") 0 0 repeat-x;
	font-family: Georgia, serif;
}


#wrapper {
	background: transparent url("images/footer_back.gif") 0 100% repeat-x;
	padding: 0 0 0px 0;
}

.hide { display: none;	}

#container {
	width: 680px;
	padding: 0 20px;
	text-align: left;
	margin: 0 auto;
}
	#header {
		position: relative;
		height: 200px;
	}	
		
		#header h1 {
			margin: 0;
			top: 0;
			left: 0;
			padding: 0;
			height: 192px;
			width: 120px;
			background: transparent url("images/logo.gif") 0 0 no-repeat;
		}


			#header h1 a {
				color: #333;
				display:block;
				height:100%;
				text-decoration: none;
			}
                        
				#header h1 a span {
					visibility: hidden;
				}

		#header ul {
			list-style-type: none;
			margin:0;
			padding:0;
			position: absolute;
			top: 144px;
			left: 160px;
		}
		
			#header ul li {
				float: left;
				margin: 0 20px 0 0;
				font-size: 1em;
			}
			
				#header ul li a {
					color:#fff;
					padding: 0;
					text-decoration: none;
				}
				
					#header ul li a:hover {
						text-decoration: underline;
					}
					
					#header ul li a.here {
						font-weight:bold;
					}

		#header h2 {
			color:#fff;
			font-size: 1.4em;
			position: absolute;
			left: 160px;
			top: 25px;
			
			font-weight: normal;
			margin:0;
		}

		
	#images {
		float: left;
		width: 120px;
		padding: 0 0 20px 0;
	}	
	
		#images img {
			margin: 20px 0 0 0;
		}			
	#content {
		width: 520px;
		margin: 0px auto;
		padding: 0 0 20px 0px;
		float: right;
	}	
        
		#content h2 {
			font-size: 1.5em;
			color:#A8419D;
			font-weight:normal;
			line-height: 1em;
			margin-top: 20px;
		
		}
		#content h3 {
			font-size: 1.3em;
			color:#A8419D;
			font-weight:normal;
			line-height: 1.6em;
			
		
		}	
		#content p {
			font-size: 1em;
			line-height: 2em;
			font-family: Georgia;
			color:#555;
		
		}
		#content ul {
			font-size: 1em;
			font-family: Georgia;
			line-height: 2em;
		}
		
			#content ul li {
				padding:0;
				color:#555;
				margin:0 0 0.5em 0;
			}
        
		#content dl {
			font-size: 1em;
			line-height: 2em;
		}
		
			#content dl dt {
				font-weight:bold;
				font-family: Georgia;
				color:#A8419D;
				border-top: 1px solid #ccc;
				padding-top: 20px;
			}
			
			#content dl dd {
				font-family: Georgia;
				color:#555;
				margin: 5px 0 20px 0px;
			}
		#content a {
			color:#008;	
		}
		

	#footer {
		height: 60px;
		clear: both;
		position: relative;
		background: transparent url(images/footer_strip.gif) 0px 0 repeat-y;
	}

		#footer p {
			position: absolute;
			color:#fff;
			top: 25px;
			margin:0;
			left: 160px;
			font-size: 1em;
		}
		
			#footer p a {
				color: #fff;
			}
				
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */