/*
yahoo css reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*
Site specific css
*/
body
{
	background-color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link
{
	text-decoration: none;
	color: #000000;
	font-size: 120%;
}
a:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 120%;
}
a:active
{
	text-decoration: none;
	color: #000000;
	font-size: 120%;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 200%;
	border-bottom: 1px solid #000000;
	margin: 0 0 20px 0;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 150%;
}
#wrapper
{
	width: 679px;
	margin: 0 auto;
}
#header
{
	width: 660px;
	margin: 20px 0 0 0;
	padding: 0 0 0 19px;
}
#logo
{
	float: left;
	width: 133px;
	height: 78px;
	background: #F9EEA2 url(../img/logo.gif) repeat-x top left;
}
#menu
{
	margin: 17px 0 0 0;
	padding: 0 0 0 12px;
	float: left;
	width: 500px;
	height: 61px;
	background: #F9EEA2 url(../img/menuTopBorder.gif) repeat-x top left;
}
#menu li
{
	list-style: none;
	float: left;
	margin: 0 10px 0 0
}
#menuTopRightCorner
{
	background: #F9EEA2 url(../img/menuTopRightCorner.gif) no-repeat top right;
	height: 61px;
	width: 15px;
	float: right;
	margin: 17px 0 0 0;
}
#body
{
	background:  #F9EEA2 url(../img/bodyLeftBorder.gif) repeat-y top left;
	padding: 25px 0 0 50px;
	width: 627px;
	float: left;
}
#body a
{
	color: #990000;
}
#body p
{
	margin: 10px 5px 10px 0;
}
#bodyRight
{
	background: #F9EEA2 url(../img/bodyRight.gif) repeat-y right;
	width: 15px;
	float: left;
}
#ads
{
	background: #F9EEA2;
	width: 679px;
	height: 119px;
	float: left;
}
#bodyBottom
{
	background: url(../img/bodyBottom.gif) no-repeat;
	height: 17px;
	width: 679px;
	clear: both;
}
#thirds
{
	width: 651px;
	padding: 0 0 0 28px;
	margin: 20px 0 0 0;
	float: left;
}
.third
{
	width: 192px;
	padding: 70px 3px 0 7px;
	height: 112px;
	background: #F9EEA2;
	font-size: 90%;
}
#networking
{
	background: url(../img/thirds/networking.gif) no-repeat;
	float: left;
	margin: 0 23px 0 0;
	
}
#webDesign
{
	background: url(../img/thirds/webDesign.gif) no-repeat;
	float: left;
	
}
#webDesign a
{
	color: #990000;
	text-decoration: underline;
}
#voiceAndData
{
	background: url(../img/thirds/voiceAndData.gif) no-repeat;
	float: right;
}
#footer
{
	text-align: center;
	margin: 25px 0 0 0;
	color: #CCCCCC;
	height: 50px;
	width: 679px;
	float: left;
}

