#header-wrap {
	position: float;
	top: 0;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/header-bg.gif) repeat-x left top;
	
}

#header-container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 77px;
	
	
}

#container {
	position:float;
	width: 1000px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	
} 
* {  
  margin:0; 
  padding:0; 
} 

#content {
	position: absolute;
	float: left;
	width: 960px;
}

#home-footer-wrap {
	position: relative;
	bottom: -1300px;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/footer-bg.gif) repeat-x left top;
	
}

#about-footer-wrap {
	position: relative;
	bottom: -1300px;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/footer-bg.gif) repeat-x left top;
	
}

#services-footer-wrap {
	position: relative;
	bottom: -1300px;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/footer-bg.gif) repeat-x left top;
	
}

#portfolio-footer-wrap {
	position: relative;
	bottom: -1300px;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/footer-bg.gif) repeat-x left top;
	
}

#contact-footer-wrap {
	position: relative;
	bottom: -1300px;
	padding:0;
	width: 100%;
	overflow: auto;	
	background: url(img/footer-bg.gif) repeat-x left top;
	
}

#footer-container {
	margin: 0 auto;
	width: 960px;
	position: float;
	height: 80px;

}


.h1 {
	font-family: Georgia;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}

.h2 {
font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

.h3 {
font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


#hometext {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	
}

}
.home_main {
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.home_bottom {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	text-align:justify;
	text-decoration: none;
	color: #666;
	font-weight: regular;
}
.home_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	text-decoration: none;
	color: #666;
}
.home_subtitles {
	font-family: Georgia;
	font-size: 13px;
	text-align:left;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.indextext {
	font-family: Georgia;
	font-size: 1px;
	text-decoration: none;
	color: #333;

}

.indextext a:link{
	font-family: Georgia;
	font-size: 1px;
	text-decoration: none;
	color: #333;

}
</style>

a {
    outline: none;
}
a:img {border: none; }

a:link { 
text-decoration: none; 
color: #999; 
font:18px Georgia;
line-height:18px;
font-weight: bold;
}
a:visited { 
text-decoration: none; 
color: #999; 
font:18px Georgia;
line-height:18px;
font-weight: bold;
}
a:hover {
text-decoration: underline; 
color: #999; 
font:18px Georgia;
line-height:18px;
font-weight: bold;
}
a:active {
	text-decoration: none;
	font:18px Georgia;
line-height:18px;
font-weight: bold;
	color: #999;
	font-size: 1px;
	}

 
