@charset "utf-8";
/* CSS Document */

body{
	width:960px;
	margin:0 auto;
	background-color:#fff;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	
}
#page{
	width:100%;
	clear:both;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	font-weight:normal;
	font-style:normal;
	line-height:1.5em;
	margin:0em;
}

a{
	font-style:italic;
	color:	#1ab0b2;
	text-decoration:none;
}

a:hover{
	color:#cf2527;
	}

h1{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cf2527;
	font-weight:normal;
	
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	color:	#1ab0b2;
}

#main{
	float: right;
	width: 70%;
	margin: 0 0 40px 0;
}

#side{
	float:left;
	width:30%;
	}	
	
#logo
{ margin:20px 40px;

}

#nav{
	margin:0 40px 40px;
}

hr {
	color:#666;
	width:95%;
	height:1px;
	margin: 20px auto;
}
#thumbnails{
	margin:20px 14px;	
	height:auto;
	overflow:visible;
}

#thumbnails a img, #thumbnails a{
	margin: 5px;
	border:none;
}

#thumbnails a img:link, #thumbnails a:link{
	border:none;	
}


#thumbnails a img:hover, #thumbnails a:hover{
	color:#000;
	border:3px 	#1ab0b2;	
}


#copyright{
	width:463px;
	height:25px;
	margin: 40px auto;
	clear:both;
	top: 40px;
}

#portfolio{
	margin:20px;
	padding: 80px 0 0 0;
}

#portfolio h1{
	width: 550px;
	color:#1ab0b2;	
}

#portfolio p{
	width:550px; 	
	margin:0 0 20px 0;
}

#portfolio img{
	margin:20px 0 0 0;	
}

#portfolio .caption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#666;
	font-size:12px;	
}

.line{
	margin:10px 40px;
}
