/* Luke Kowald CSS */

html, body	{
	padding: 0;
	margin: 0;
}
body	{
	margin: 50px auto 0 auto;
	background: #fff;
	text-align: center; /*Used to centre the page, but text-align: left; added within #wrapper to stop all content from being centre aligned */
}
body, p, input	{
	color: #000;
	font-family: Georgia, serif, Times;
	font-size: 14.5px;
	line-height: 1.5em;
}
p	{
	margin: 0 0 1em 0; /* Re-instating default margin behaviour for p */
	letter-spacing: -0.02em;
}
#container	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header	{
	width: 800px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#header h1	{
	letter-spacing: -0.065em;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}
#header h1 a:link, #header h1 a:visited	{
	text-decoration:none;
	color: #000;
}
#header h1 a:hover, #header h1 a:active	{
	text-decoration: none;
	color: #000;
}
#nav a:link, #nav a:visited	{
	text-decoration:none;
	color: #000;
}
#nav a:hover, #nav a:active	{
	text-decoration: none;
	color: #666;
}
#logo	{
	width: 800px;
	float: left;
}
#nav	{
	width: 800px;
	text-align: left;
	line-height: 1.1em;
	font-size: 1.1em;
}
#nav ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#nav li, #nav li.home	{
	float: left;
	margin: 0 1.35em 0 0;
}
#nav li	{	
	list-style: disc;
	color: #666;
	padding-bottom: 0.5em;
} 
#nav li.nav-first	{
	list-style: none;
}
#nav li a	{
	color: #000;
	letter-spacing: -0.065em;
}
#main-homepage	{
	width: 800px;
	min-height:	400px;
	float: left;
	text-align: left;
	padding: 20px 0 0 0;
	margin-top: 0;
}
#main	{
	width: 580px;
	min-height:	400px;
	float: left;
	text-align: left;
	padding: 20px 20px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 0;
}
#main2	{
	width: 200px;
	float: left;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}
#footer	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #666;
	/*border-top: 1px solid #ddd;*/
	float: left;
	margin-top: 10px;
	padding-top: 0;
}
a:link, a:visited	{
	color: #000;
	text-decoration: underline;
}
a:hover, a:active	{
	color: #000;
	text-decoration: none;	
}
/* Email Anti-SPAM technique */
.displaynone	{
	display:none;
}
table	{
	border-collapse: collapse;	
}
.button	{
	border: 1px solid #000;
	background-color: #666;
	padding: 6px 10px;
	margin: 0;
	line-height: 2.2em;
}
a.button:link, a.button:visited	{
	color: #fff;
	text-decoration: none;
}
a.button:hover, a.button:active	{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
h1	{
	font-size: 1.5em;
	font-weight: 100;
}
h2	{
	font-size: 1.3em;
	font-weight: 100;
}
h3	{
	font-size: 1.2em;
	font-weight: 100;
}
h4	{
	font-size: 1.15em;
	font-weight: 100;
}
.no-border	{
	border: 0;
}