body {
	font-family: 'Roboto Condensed', Arial, sans-serif;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(topbg.png);
	background-repeat:repeat-x;
}

h1{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	font-size:54px;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#F60;
}
.container{
	width:1000px;
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	margin:0px auto;
}
.clear{
	clear:both;
}
.name{
	float:left;
	line-height:27px;
}
.subname{
		letter-spacing:23px
}
/*.topnav{
	text-align:center;
	display:block;
	float:left;
	color: #999;
	text-decoration:none;/
}
.topnav:hover{
	color:#F60;
}*/
.portfolio{
	width:1000px;
	border:1px solid #CCC;
	height:400px;
	margin:0px auto;
	padding:5px;
	background-color:#E4E4E4;
	color:#FFF;
}
.portfolio img{
	padding-right:20px;
}
.portfolio p{
	width:250px;
	padding:10px;
	padding-top:50px;
}
.portfolio a{
	color:#F60;
	text-decoration:none
}
.portfolio a:hover{
	color:#FFF;
}

ul.contact{
margin: 0;
margin-bottom:1em;
padding: 10px;
list-style: none;
position:relative;
text-align: left; //set value to "left", "center", or "right"*/
}

ul.contact li{
display: inline;
width:330px;
}

#loader{
	height:400px;
	width:1000px;
	position:absolute;
	background:url(ajax-loader.gif) no-repeat scroll center center #E4E4E4;
}

.about{
	width:190px;
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	margin-right: 20px;
	float:left;
}
.photos{
	width:600px;
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	font-size:0.8em;
	margin-bottom:20px;
}
.frame{
	float:left;
}
.active{
	color:#f60;
}