	/* This template is by Kevin Boardley
	Web Address: http://www.kevinboardley.co.uk
	
	Colors
	background: #CCCC99 or #E1EBD4 (not websafe)
	text: #454545 (softer) or #333333
	text: #000000
	*/
	
	body{
	background-color: #E1EBD4;
 	color: #454545;
	margin-top: 70px;
 	margin-left: 120px;
 	margin-right: 50px;
 	margin-bottom: 70px;
 	font-family: "Century Gothic", Geneva, Arial, sans-serif;
 	font-size: small;
 	line-height: 180%
 	}
	
	/* Fixes with of text wrapping as the browser is resized. */
	#wrapper{
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	width: 770px;
	text-align:left;
	font-family: "Century Gothic", Geneva, Arial, sans-serif;
	}
	
	
	a:link, a:visited{
	color:#999900;
	text-decoration: none;
	}

	
	a:hover{
	color:#333333;
	}
	
	
	.logo{
	color: #ffffff;
	font-weight: normal;
	font-size: xx-large;
	}
	
	
	.logo span{	
	color:#454545;
	font-weight:bold;
	letter-spacing:10px;
	}
	
	
	/* ..................................CONTENT........................................*/
	
	/*
	#content{
	position:absolute;
	top:150px;
	margin-top:20px;
	margin-left:150px;
	width: 200px;
	line-height:1.8em;
	}
	*/
	
	h1{
	color: #454545;
	font-weight: bold;
	font-size: large;
	}


	h2{
	color: #454545;
	font-weight: bold;
	font-size: medium;
	}
	
	
	h3{
	color: #454545;
	font-weight: bold;
	font-size: small;
	}


	h4{
	color: #454545;
	font-weight: bold;
	font-size: x-small;
	}


	h5{
	color: #454545;
	font-weight: bold;
	font-size: xx-small
	}
	
	
	.line{
	border-top:1px solid #999999;
	margin-top:15px;
	margin-bottom:15px;
	}


		/* ..................................FOOTER........................................*/
	
	footer{
	font-size: small; 
	/*line-height: 180%*/
	margin-bottom: 20px;
	}