@charset "UTF-8";
/* CSS Document */

/* COLOR STYLES */
/*	Pink-orange: #F45B47
	Grey: #66666


/* TEXT STYLES */

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color: #666;
	margin-bottom:-10px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	color: #666;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:46px;
	color: #f8f8f8;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:10px;
	color: #666;
	}


h4 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:10px;
	color: #666;
	text-decoration:none;
	}

h4 a:hover{text-decoration: underline;}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color: #666;
	text-align:left;
	
}

h5 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color: #666;
	text-align:left;
	text-decoration:none;
}

h5 a:hover{text-decoration:underline;}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	line-height:19px;
	color: #666;
	text-align:left;
	text-decoration:none;
}
h6 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	line-height:19px;
	color: #666;
	text-align:left;
	text-decoration:none;
}

h6 a:hover{text-decoration:underline;}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color: #666;
	text-align:right;
	margin-bottom:160px;

}

#container{
	width:1000px;
	margin:auto;
	height:auto;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#title{
	position:absolute;
	left:200px;
	top:80px;

}

#utility {
	position: absolute;
	float:left;
	top:25px;
	left:960px;
	width:200px;
}

#selectedwork{
	position: absolute;
	float:left;
	left: 200px;
	top:105px;
	width:700px;
}

#work{
	position:absolute;
	float:left;
	left:50px;
	top:285px;
}

.work1{
	position: absolute;
	float:left;
	top:210px;
	left:196px;
	width:1000px;	
}

.work1 img{
	margin-right:5px;
	
}

.work2{
	position: absolute;
	float:left;
	top:390px;
	left:196px;
	width:1000px;	
}
.work2 img{
	margin-right:5px;
}
.work3{
	position: absolute;
	float:left;
	top:570px;
	left:196px;
	width:1000px;	
}
.work3 img{
	margin-right:5px;
}

#description{
	position:absolute;
		left:200px;
	top:200px;
	width:700px;
	height:auto;
}

#description img{
	width:700px;
	margin-bottom:4px;
}

