@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #383838;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
	color: #CBEFEF;
	word-spacing: 15em;
	text-align: right;
	list-style-type: none;
	text-transform: lowercase;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; 
	padding: 0px;
	font-size: 16px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CBEFEF;
	text-decoration: none; 
}
a:visited {
	color: #CDF9EC;
	text-decoration: none;
}
a:hover { 
	text-decoration: none;
	color: #FC0;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 963px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #CBEFEF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
}

.header {
	background-image: url(project/projectimages/studioBG.jpg);
	background-repeat: no-repeat;
}
#imagebox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	width: 660px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#image3 {
	padding: 8px;
}
#image2 {
	padding: 8px;
}
#image1 {
	padding: 8px;
	height: 150px;
	width: 200px;
	float: left;
}



#content {
	background-color: #CBEFEF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	float: none;
	width: 660px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#ibox1 {
	height: 150px;
	width: 200px;
	float: left;
	clear: right;
}
#ibox2 {
	height: 150px;
	width: 200px;
}
#ibox3 {
	height: 150px;
	width: 200px;
	float: right;
}


.footer {
	padding: 0px;
	background-image: url(projectimages/footerBG.gif);
	background-repeat: no-repeat;
	height: 55px;
	clear: both;
}
#topNav {
	width: 963px;
	text-align: right;
	background-color: #808080;
	display: block;
	vertical-align: top;
	float: right;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}#topNav ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: right;
	float: right;
	background-color: #808080;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	clear: none;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
}

