html, body {
	margin: 0;
	padding: 0;	
}
@media screen{
body {
	background: #cccc99;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000;
}
div#main {
	width:975px;
	height:600px;
	margin:20px auto;
}
div#text {
	width:975px;
	height:200px;
	margin:0;
	position:absolute;
}
div#text p{
	font-size:11px;
	text-indent:20px;
	text-align:justify;
	margin:-5px 0 0 0;
}
div#text a{
	text-decoration:none;
	color:#000;
}
div#text a:hover{
	text-decoration:underline;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	margin:0 0 10px 0;
}
div#contactinfo{
	width:630px;
	height:390px;
	margin:160px 0 0 170px;
	position:absolute;
	background:url(images/contactbg.jpg) 0 0 no-repeat;
}
div#footer{
	width:975px;
	height:30px;
	margin:620px 0 0 0;
	border-top:solid #999999 1px;
	position:absolute;
}
.footersound{
	margin:2px 0 0 5px;
	float:left;
}
.footerleft{
	font:normal 9px "Arial", sans-serif;
	color:#444444;
	margin:5px;
	float:left;
}
.footerright{
	font:normal 10px "Arial", sans-serif;
	color:#fff;
	margin:5px;
	float:right;
	text-align:right;
}
div#portfolio {
	hegiht:300px;
	width: 970px;
	margin:320px 0 0 0;
	position:absolute;
	padding: 10px 0;
	background: #cccc99;
	border:none;
}
#content {
	width: 530px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #505050;
	-webkit-box-shadow: 0 0 30px #505050;
	box-shadow: 0 0 30px #000;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;
}
a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 6px;
	vertical-align: top;
}
a img:hover {
	height:56px;
	width:56px;
	margin: 3px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
a.portfolio {
	outline: none;
}
a.portfolio img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 15px;
	vertical-align: top;
}
a.portfolio img:hover {
	height:55px;
	width:55px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

ul {
	margin: -7px 0 24px 0;
}
}
@media print {
body {
display:none;
}
}

