@charset "utf-8";
/* CSS Document */


body {
	text-align: center;	
	background-image: url(../images/dream7bkgrnd.JPG);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #74798d;
	/*#cd7722; */
	font-size: 1.1em;
	font-weight: bold;
}
body.portfolio {
	background-color: #000000;
	color: #99870b;
	background-image: none;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	overflow: hidden;
}
#header h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
#header ul {
	list-style: none;
	margin-top: 35px;
	font-variant: small-caps;
	margin-bottom: 0;
}
#header ul li {
	display: inline;
	margin-left: 20px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
body.portfolio #header a {
	color: #99870b;
	text-decoration: none;
}
#content {
	overflow: hidden;
	text-align: left;
}
body.portfolio #content {
	text-align: center;	
}
#leftcol {
	float: left;
	width: 450px;
	margin-right: 40px;
}
#rightcol {
	float: left;
	width: 450px;
}
div.row {
	width: 960px;
	overflow: hidden;
}
div.frame {
	float: left;
	width: 220px;
	height: 275px;
}
a img {
	border: none;	
}
.bold1 {
	font-size: 1.5em;
}
.bold2 {
	font-size: 1.2em;
}
.quote {
	font-style: italic;
	margin-bottom: 5px;
}
.author {
	font-style: italic;
	text-align: right;
	font-size: 0.9em;
	padding-top: 0;
	margin-top: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.signature {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}
#footer {
	font-size: 0.9em;
	margin-top: 25px;
}
a {
	color: #9c4f04;	
}
body.portfolio h2 {
	text-align: left;	
}
