/*

Designed by Adam Machin



*/

html {

	background-color:#FFFFFF;
} /* background white */

body {

	display: auto;
	color:#000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-serif;
	font-size:13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	
	border-style:dashed;
	border-color:#black;
	display: center;
	margin: 0px auto;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 10px auto;
	text-align: center;
	background: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#logo img {

	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

#navi {
	
	font-size: 16px;
	text-align: left;
	width: auto;
	height: auto;

	margin-left: 5px;
	margin-top: 0px;
}

#home {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #red;

}

#home a  {
	text-decoration: none;
	color: #FFF;
}

#home a:hover {
	text-decoration: underline;
	color: #000

	}
	
#thoughts {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #06F;

}

#thoughts a  {
	text-decoration: none;
	color: #FFF;
}

#thoughts a:hover {
	text-decoration: underline;
	color: #000
	}
	
#about {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #green;

}

#about a  {
	text-decoration: none;
	color: #FFF;
}

#about a:hover {
	text-decoration: underline;
	color: #000
	}

