html { height:100.1%; }

body {
margin:0;
padding:0;
background-color:#454978;
font-family:"Trebuchet MS", verdana, arial, sans-serif;
font-size:14px;
height:100.1%;
}

p { line-height:1.5;}

b { color:#336 }

a:link { color:#336 }
a:visited { color:#003 }
a:hover { color:#600 }

#wrapper {
	background:#fff;
	width:762px;
	text-align:center;
	margin:auto;
	overflow:auto;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	padding-top:39px;
	border-left:2px solid #336;
	border-right:2px solid #336;
	border-bottom:2px solid #336;
}

#logo {
	float:right;
	margin:0 12px 4px 8px;
}

#main {
	background:transparent;
	text-align:left;
	color :#333;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-style:normal;
	padding:40px 35px 35px 190px;
}

#main h1 {
	font-size:18px;
	color:#336;
}

#menu {
	float:left;
	text-align:left;
	line-height:1.2;
	font-weight:bold;
	font-size:14px;
}

#menu ul { 
	list-style:none;
	padding:16px 8px 0 3em;
	margin:0px;
	text-indent:-1em;
}

#menu li.menuhead {
	color:#336;
	margin-top:14px;
}

#menu a {
	color:#669;
	text-decoration:none;
}

#menu a:hover {
	color:#336;
	text-decoration:none;
}

#footer {
	font-family:verdana, arial, sans-serif;
	margin:0px auto;
	padding:4px 0 6px 0;
	color:#333;
	background:#D3D5E7;
	border-top:1px solid #ccf;
	text-align:center;
	font-size:10px;
}

#projects {
	margin:0px auto;
	text-align:center;
}

#projects img {
	border:1px solid #669;
	margin:0 0 1px 0;
}

.smaller {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
}

.button { background:#454978; color:#fff; font-weight:bold;}