body {
	position:relative;
	margin:0;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	letter-spacing:1px;
	background-image: url(files/andy_bg.jpg);
	background-repeat: repeat-x;
}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

h1	{
	color:#003366;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	}


#header {
	position: relative;
	padding: 0;
	width: 765px;
	height:217px;
	background-image: url(files/andy.jpg);
}

#menu {
	background: #fff;
	border-left: 1px dotted #003366;
	padding: 20px 0 0 20px;
	position: relative;
	float:right;	
	right: 2px;
	top: 0;
	width: 150px;
}


#folio_wrap {
	position: relative;
	width:565px;
	letter-spacing:1px;
	font-size:12px;
}

.project_details {
	letter-spacing:1px;
	font-size:14px;
	color:#666666;
}

.projects {
	text-align: center;
	font-size:10px;

}

.projects img {
	background:#eee;
	padding:10px;
	margin-top:10px;
	}

.sub_title	{
	font-weight:bold;
	}

.folio {
	list-style: none;
	float: left;
	margin-left: -20px;
	padding: 0;
	border: 0;
	text-align: center;
}


.folio li {
	float: left;
	width: 168px;
	height: 94px;
	text-align: center;
	background-color: #3399CC;
	margin: 20px 0 5px 20px;
}

.folio li:hover {
	float: left;
	background-color: #003366;
}

.folio li img {
	margin: 2px 0 0 0px;
}

.rsslink a {
	float: left;
	display:block;
	width: 73px;
	height: 70px;
	text-align: center;
	background-color: #fff;
	background-image: url(files/andy_rss.jpg);
	background-repeat: no-repeat;
	margin: 0 20px 10px 20px;
}

/* FORM */

#menu form {
	margin: 5px 10px 0 0px;
}

 #menu input#s {
	width: 85%;
	background: #eee;
	border: 1px solid #003366;
	color: #000;
}