@charset "utf-8";
/* CSS Document */

#content h1 {
	margin: 0 auto;
	font-size: 140%;
}

#content h2 {
	margin: 6px;
	font-size: 120%;
}

#content h3 {
	margin: 6px;
	font-size: 120%;
	text-decoration: underline;
}

.h2 {
	margin: 0 auto;
	font-size: 120%;
	font-weight: bold;
}

.headerimage {
	float: right;
}

.floatleft {
	float: left;
	margin: 3px;
}

#content ul {
	margin: 0 auto;
}

#content ul, #content li {
	list-style-type:none;
	width: 90%;
	padding-left: 20px;
}

#content li {
	background:url(../images/components/list-dot.gif) left top no-repeat; 
	padding-left:10px;
	padding-bottom:10px;
	position:relative;
}

.note {
	font-size: 70%;
}

.underline {
	text-decoration: underline;
}

.aligncenter {
	text-align: center;
}

.italic {
	font-style: italic;
}

/* Portfolio */
.pfstar {
	background: url(../images/projects/a-star-is-born.gif) right center no-repeat;
	height: 200px;
	display: block;
	padding-right: 150px;
	margin-top: 20px;
}
.pfguest {
	background: url(../images/projects/guest-suite-versatile-versa.gif) right center no-repeat;
	height: 318px;
	display: block;
	padding-right: 185px;
	margin-top: 20px;
}
.pfsunshine {
	background: url(../images/projects/sunshine-delight.gif) right center no-repeat;
	height: 236px;
	display: block;
	padding-right: 165px;
	margin-top: 20px;
}
.pfmoroccan {
	background: url(../images/projects/hot-moroccan-night.gif) right center no-repeat;
	height: 396px;
	display: block;
	padding-right: 175px;
	margin-top: 20px;
}
.pfcalifornia {
	background: url(../images/projects/casual-elegance-california.gif) right center no-repeat;
	height: 373px;
	display: block;
	padding-right: 185px;
	margin-top: 20px;
}
/* End Portfolio */