html, * {
	margin:0px;
	padding:0px;
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:black;
	background:url(images/bodyBackground.jpg) top left repeat-x;
	

}

img {border: none;}

a {
	text-decoration: none;
	color:#a40000;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;
	color:black;


}


#container {
	margin: 0px auto;
	background:url(images/W41logo.jpg) top left no-repeat;
	width:645px;
	padding-top:170px;
	padding-bottom:20px;
	}
/********* TOP NAV ********/

#topnav {
	width: 200px;
	height: auto;
	margin-left:20px;	
	}
	
#topnav li, #topnav ul li a {
	font-family: "Georgia","Tahoma", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	padding:0px 2px 0px 2px;
	float: left;
	margin-top: 12px;
	color:#fff;
	text-decoration: none;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color:black;


}

/******** CONTENT **********/
div.content {
	width: 100%;
	padding-top:10px;


}

.content p {
	width:415px;
	margin-left:135px;
	text-align:justify;	
	padding-top:20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.content ul {
		margin-left:180px;
	text-align:justify;	
	padding-top:20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	

}

.content ul li {

	list-style-type: square;

}

.content h3 {
	display: block;
	width: 80% !important;
	width:70%;
	height: auto;
	float:right;
	margin-top: 30px;
	margin-right:114px !important;
	margin-right: 58px;
	margin-bottom: 0px !important;
	margin-bottom: -20px;
	text-align: right;
	font-size: 2em;
	color: #454c52;

}



/******** Individual page headers ***********/

#About {
	background: url(images/aboutHeader.gif) 100px 0px no-repeat;
	width:642px;
	/*height: 600px;*/
	margin-top:70px;
	padding-top:123px;
	margin-bottom:50px;
}

#Portfolio {
	background: url(images/portfolioHeader.gif) 100px 0px no-repeat;
	width:642px;
	/*height: 600px;*/
	margin-top:70px;
	padding-top:113px;
	
}


#Contact {
	background: url(images/contactHeader.gif) 100px 0px no-repeat;
	width:642px;
	/*height: 600px;*/
	margin-top:70px;
	padding-top:113px;
	
}



/************ CONTACT ************/

table {
	margin-left: 150px;
	margin-top:0px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

td input, td textarea {
	border: 1px solid black;
	background-color: #dfe5ec;
	font-weight: bold;

}

.error{
	display: block;
	width:300px;
	margin-left:135px;
	text-align: justify;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	
}

#Contact .button {
	padding: 3px;
	cursor: pointer;
}

/****** PORTFOLIO ***************/

#port_sites {
	margin-left:135px;
	margin-top:0px;
	padding-left:20px;
	padding-top:0px;
}

#port_sites li {
	float:left;
	padding-left:5px;
	list-style-type: none;
	opacity: 1;
	filter: alpha(opacity=90);

}

#port_sites li:hover {
	opacity: .4;
	filter: alpha(opacity=40);
		
}

#port_sites  li a img { filter: alpha(opacity=90);}
#port_sites  li a:hover img {filter: alpha(opacity=40);

}
/*** portfolio graphics section ****/

#port_graphics {
	margin-left:135px;
	margin-top:20px;
	padding-left:20px;

}

#port_graphics li {
	width:auto;
	margin-top: 0px !important;
	margin-left:18px;
	list-style-type: none;
	opacity: 1;
	filter: alpha(opacity=90);
	clear:both;
}

#port_graphics li:hover {
	opacity: .4;
	filter: alpha(opacity=40);
		
}
/**** IE6 Portfolio Rollovers ****/
#port_graphics  li a img { filter: alpha(opacity=90);}
#port_graphics  li a:hover img {filter: alpha(opacity=40);

}


/********** FOOTER ************/

#footer { 
	clear: both;
	width:415px;
	margin-left:135px;
	text-align:center;
	padding-top:20px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;

	
	}