@charset "utf-8";
/* CSS Document */

 
		
*, body {
		margin:0; 
		padding:0;
		font-family:Arial, Helvetica, sans-serif;	
		}
		
/*TYPOGRAPHY  /  FONT STYLES */

h1,h2 { 
font-weight:lighter;
color:#333;
font-family:Tahoma, Geneva, sans-serif;
padding:30px 0 20px 0;
}

p { 
margin:10px 0 15px 15px; 
}

h1 { 
font-size:2em;
}
h2 { 
font-size:1.5em;
}

a { color:#09F; text-decoration:none;}
a:hover { color:#36F; text-decoration:underline;}


	/* Divisions*/

.wrapper { width:980px; margin:auto;}


#header { height:150px;

		}
		#logo {
			float:left;
			padding-top:10px;
			}
		#headertext { 
			float:right; 
			padding:10px;
			}
		
		
#mainbox {
		background:#b0b0ae;
		border-bottom: 4px solid #666;
		border-top: 4px solid #666;
		height:400px;
		width:100%;
			}
			#webtext {
				background:url(../images/web-bulb.jpg) right center  no-repeat;
				padding:10px;
					}
			#webtext p { 
					color:#fff;
					width:600px;
					line-height:1.5em; 
					}
						
			
		
		
		
#projects {
	position:relative;
	width:100%;
	color:#666;
		}
		#latest { 
			width:400px; 
			}
		#previous {
	position:absolute;
	right:110px;
	top:0px;
	width:400px;
			}
			#previous ul li {
				list-style-type:none; 
				margin:3px 0 0 20px;
				}
		
		
#contact {
		width:100%;
		overflow:visible;
		color:#fff;
		background:#333;
		border-top:4px solid #666;
		}
		#contact h1, #othercontact h2 { 
			color:#fff;
			font-weight:normal;
			}
		#contacttext  {
			width:600px;
			float:left;
			}
		#othercontact {
			float:right;
			width:300px;
			}
		
#footer { 
		clear:both;
		}
		#footertext { 
			font-size:80%;
			padding:5px;
			color:#ccc;
			text-align:right;
				}

.clearboth { clear:both; height:20px;}

/*Start of Form*/

fieldset { 
border:none;
padding:5px;
width:auto;
}


label{
float: left;
width: 140px;
}

legend {
}


input{
	width:auto;
	margin-bottom:5px;
}


 

/*End of Form*/

