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

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 70%;
	margin-top:50px;
}


.wrapper {
	width: 785px;
	height: 525px;
	margin: 0 auto;
	color:#009999;
}

a {
	font-size: 12px;
	color: #009999;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: none;
	color: #009999;
}
a:active {
	text-decoration: none;
	color: #009999;
}


.contactmenu {
	width:666px;
	text-align:right;
	}


.portfoliomenu {
	float:right;
	width:102px;
	text-align:left;
	padding-top:0px;
	margin-top:-5px;
}


.images {
	margin:0px;
	width:676px;
	height:430px;
}


.phone {
	width:150px;
	height:20px;
	font-size:17px;
	font-weight:bold;
	padding-left:5px;
}


.footer {
	float:right;
	width:150px;
	text-align:right;
	font-size:10px;
	margin-right:118px;
}

