body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Titillium Web", Arial, sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	background: #f0f0f0 url(../images/droplets-bg.jpg) repeat fixed;
}
#sitewrapper {
	width: 725px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 45px 20px;
	background: #FFF;
}
#projectswrapper  {
	width: 726px; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	text-align: left;
	background: #FFF;
}
#headerpanel {
	margin: 0px;
	padding: 75px 0px 30px 400px;
	width: 325px;
	background: url(../images/creativephmasthead-725V3.gif) no-repeat left top;
	min-height: 10px;
}

ul.header {
	list-style:none;
	margin:0px !important;
	padding:0px;
}

ul.header li {
	padding: 0px;
	margin: 0px 0px 0px 15px !important;
	list-style-image: none !important;
	float: right;
	font-size: 0.9em;
	font-weight: 700;
}

ul.header li a {
	text-decoration: none;
	color: #666;
}
ul.header li a:link, ul.header li a:active, ul.header li a:visited {
	text-decoration: none;
	color: #666;
}
ul.header li a:hover {
	text-decoration: none;
	color: #D0D430;
}


#footer {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	width: 725px;
	border-top: 2px dotted #F0F0F0;
}

#mainbody {
	float: left;
	width: 725px;
	margin: 0px;
	padding: 30px 0px;
}
#mainbody .leftcol {
	margin: 0px 50px 0px 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 450px;
}
#mainbody .rightcol {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 225px;
}

#mainbody .rightcol ul.contact {
	list-style:none;
	margin:0px !important;
	padding:0px;
}
.smallprint {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
	padding: 0px 0px 0px 30px;
}

#mainbody .rightcol ul.contact li {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px !important;
	list-style-image: none !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
	height: 30px;
}

#mainbody .rightcol ul.contact li a {
	text-decoration: none;
	color: #000;
}
#mainbody .rightcol ul.contact li a:link, #mainbody .rightcol ul.contact li a:active, #mainbody .rightcol ul.contact li a:visited {
	text-decoration: none;
	color: #000;
}
#mainbody .rightcol ul.contact li a:hover {
	text-decoration: underline;
	color: #009cb3;
}

#mainbody .rightcol ul.contact li.telephone {
	background: url(../images/contact-icon-telephone.jpg) no-repeat left top;
}
#mainbody .rightcol ul.contact li.email {
	background: url(../images/contact-icon-email.jpg) no-repeat left top;
}
#mainbody .rightcol ul.contact li.skype {
	background: url(../images/contact-icon-skype.jpg) no-repeat left top;
}
#mainbody .rightcol ul.contact li.address {
	background: url(../images/contact-icon-address.jpg) no-repeat left top;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 30px;
}


.clearer20px {
	clear: both;
	padding: 20px 0px 0px;
}

.clearer40px {
	clear: both;
	padding: 40px 0px 0px;
}

.highlight {
	color: #D0D430;
}
h1 {
	color: #009cb3;
	margin: 0px;
	padding: 0px 0px 20px;
	font-weight: 400;
	font-size: 3.3em;
	line-height: 1.1em;
}
h1#top {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	color: #009cb3;
	margin: 0px;
	padding: 30px 0px 5px;
	border-top: 4px dotted #F0F0F0;
}
h3 {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 2px dotted #F0F0F0;
}
#slideshowHolder {
	margin: 20px 0px 0px;
	padding: 0px;
	width: 725px;
}
p {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	margin: 0px;
	padding: 0px 0px 15px;
}
#introwrapper p {
	display: block;
	margin: 0px;
	padding: 0px 60px 20px;
	font-size: 14px;
	color: #333;
}
#sidebar {
	background: url(../images/sidebarBG.png) repeat-y;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 198px;
	border: 1px solid #FFF;
}
.project {
	height: 280px;
	width: 565px;
	margin: 0px;
	padding: 10px 15px 10px 17px;
	float: left;
}
#mainbody .projectcopy{
	float: left;
	width: 250px;
}
.clearer {
	clear: both;
}
#mainbody .projectcopy h1{
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 16px;
	color: #009cb3;
	border-style: none;
}
#mainbody .projectcopy h2{
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	border-style: none;
}
#mainbody .projectcopy p{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
	color: #666;
}
#mainbody .projectcopy p a{
	color: #666;
	text-decoration: underline;
}
#mainbody .projectcopy p a:active , #mainbody .projectcopy p a:link , #mainbody .projectcopy p a:visited{
	color: #666;
	text-decoration: underline;
}
#mainbody .projectcopy p a:hover {
	color: #069;
	text-decoration: underline;
}
#mainbody .projectimage{
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	height: 250px;
	width: 300px;
}
.icon-top a {
	background: url(../images/icon-top.gif) no-repeat;
	padding: 0px;
	float: right;
	height: 20px;
	width: 60px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.icon-top a:link, .icon-top a:active, .icon-top a:visited {
	background: url(../images/icon-top.gif) no-repeat;
}
.icon-top a:hover {
	background: url(../images/icon-top-over.gif) no-repeat;
}
