@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;
}
p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding: 0px;
	font-size: 16px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
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; 
}
.Maindiv #narrative h2 a {
	color: #000;
	text-decoration: underline;
}
#sidcol #linksimg {
}

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;
}
#table2 {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Tw Cen MT";
	font-size: 12px;
	color: #000;
	padding-top: 10px;
}


.header {
	background-image: url(projectimages/studioBG.jpg);
	background-repeat: no-repeat;
}


#content {
	background-color: #CBEFEF;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	float: none;
	width: 800px;
}


.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;
}
#sidcol {
	float: left;
	width: 315px;
	margin-top: 25px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	padding: 15px;
	text-align: left;
}
#narrative {
	padding: 15px;
	margin-top: 25px;
	float: right;
	width: 585px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#imagetable {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 660px;
}
#narrative .portfoliodiv1 {
	width: 400px;
	float: left;
	margin-left: 50px;
	padding-left: 50px;
}
#sidcol .sidcolimage1 {
	float: right;
	text-align: right;
}
#sidcol #caption {
	font-family: "Tw Cen MT";
	text-align: left;
	font-style: normal;
	font-size: 12px;
}
