	body {
		margin:0;
		padding:0;
		color:#000;
		font-family: Verdana;
		background:#fff url(../images/bg_fade.png);
		background-repeat: repeat-x;
		min-width:750px;
	}	
	#wrap {
		background:#fff;
		margin:0 auto;
		width:750px;
		border-width: 1px;
		border-style: dotted;
	}
	#header {
		background:#fff;
		margin:0;
	}
	#header img {
		border: none;
		margin:0;
	}
	#header h1 {
    	/*padding:5px; */
	    margin:0;
    }
	
	/*
	#nav {
		background:#fff;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#nav a {
		border: none;
		text-decoration: none;
	}
	*/
	
	
	#link1 { background: url(../images/home_button.jpg) no-repeat; }
	#link2 { background: url(../images/about_button.jpg) no-repeat; }
	#link3 { background: url(../images/services_button.jpg) no-repeat; }
	#link4 { background: url(../images/projects_button.jpg) no-repeat; }
	#link5 { background: url(../images/contact_button.jpg) no-repeat; }

	#full {
		background:#fff;
		float:left;
		padding: 0 10px 0 10px;
		width:730px;
	}	


	#main {
		background:#fff;
		float:left;
		width:500px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:#fff;
		float:right;
		width:240px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	
	/*
	#footer {
		background:#fff;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	*/
	
	
legend {
	color: #000;
	background: #fbfaf4;
	border: 1px solid #000;
	padding: 2px 6px;
}

form fieldset{
	background-color:#fbfaf4;	
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#999;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
	margin:20px 0px 20px 0px;
	width:550px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color:none;	
	border-width:0px 1px;
	border-style:solid;
	border-color:#999;	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;	
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

label{
	font-size:90%;	
	display:block;
	float:left;
	width:110px;
	text-align:right;
	margin:10px 5px 0px 0px;
}
input{
	width:220px;
	margin:5px 0px 0px 0px;	
	border-width: 1px 1px 4px 1px;
	border-style: solid solid ridge solid;
	border-color:#999;	
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
}
textarea{
	width:220px;
	margin:5px 0px 0px 0px;	
	border-width: 1px 1px 4px 1px;
	border-style: solid solid ridge solid;
	border-color:#999;	
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
}
.button{
	background-color:#f0f2dc;	
	border-width:2px;
	border-style:solid;
	border-color:#999;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	display:block;
	width:100px;
	padding:2px;
	margin:0px auto;
}	
	