body
{
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #666;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	left: 100px;
	vertical-align: middle;
	top: 100px;
	
}

img
{
	border: 0;
}

#container
{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headercont
{
	width: 850px;
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

#headerleft
{
	float: left;
	width: 370px;
	height: 100px;
}

#headermiddle
{
	float: left;
	width: 350px;
	height: 50px;
	text-align: center;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 300%;
	font-weight: bolder;
	color: #006600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#headerleft h1
{
	padding: 0;
	font-size: 250%;
	font-weight: normal;
	color: #006600;
	letter-spacing: -1px;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#headerleft h1 span
{
	color: #009900;
	font-weight: normal;
	font-size: 16px;
}

#headerright
{
	float: right;
	width: 70px;
	height: 70px;
	padding-top: 23px;
	padding-right:8px;
	font-size: 200%;
	color: #000000;
	vertical-align: middle;
}

#headerright ul
{
	margin: 55px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #CCC;
}

#headerright ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#maincont
{
	width: 100%;
	line-height: 160%;
	border-bottom: 2px solid #006600;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}

#maincont p
{
	margin: 0 15px 15px 15px;
}



#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #006600;
}

#maincont h4
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 180%;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #006600;
}

#mainleft
{
	float: left;
	width: 485px;
	padding: 0 15px 0 0;
}

#mainleft img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}

#mainright
{
	float: left;
	width: 330px;
	padding: 0 0 0 15px;
}

#mainright img
{
	float: right;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}


#bottom
{
	clear: both;
	width: 800px;
}

#footercont
{
	float: left;
	width: 850px;
	height: 50px;
	color: #999;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #999;
	text-decoration: none;
}

#footercont a:hover
{
	color: #F90;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 300px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 540px;
	height: 50px;
	text-align: right;
}



#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

#menu {
	
	border-bottom-color: #006600;
	width: 75%;
	margin: 0 auto;
	font-size: 100%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#projectmaincont
{
	width: 850px;
	line-height: 160%;
	border-bottom: 2px solid #006600;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}

#projectmaincont p
{
	margin: 0 15px 15px 15px;
}

#projectmaincont h2, h3
{
	font-size: 180%;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
}



#projects
{
	float: left;
	width: 680px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 150px;
	background-image: url(../images/notepad.png);
}

#projects img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}



#links
{
	float: left;
	width: 680px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 70px;
	
}

#links img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}