@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	background-color: #000000;
	background-image:url(/images/bg.gif);
}
img{
	border: solid 4px #1e1e1e;
}
img:hover{
	border: solid 4px #73be1e;
}
#container{
	width: 930px;
	margin: auto;
	padding-top: 40px;
}
#header_container{
	background-color: #000000;
	border-bottom: solid 6px #73be1e;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: top center;
	height: 132px;	
}
#header{
	color: #FFFFFF;
	height: 132px;
}
h1{
	font-size: 1.5em;
	text-indent: -9000em;
}
h2{
	font-size: 1.5em;
	color: #73be1e;
}
a{
	color: #037a97;
}
#footer{
	margin-top: 70px;
	color: #73be1e;
	border-top: solid 4px #037a97;
	padding-top: 10px;
	padding-bottom: 60px;	
}
#copyright{
	float: left;
}
#phone{
	float: right;
}
.clear{
	clear: both;
}
.portfolio_small{
	padding: 10px;
	float: left;	
}
#content{

}
.big{
	font-size: 1.75em;
	color: #73be1e;
	padding-right: 10px;	
}