body{
	width:100%;
	color:#000000;
	background-color:#ffffff;
	background-image:url(images/bg_tile.jpg);
	background-position:top center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin: 18px 0;
	line-height:14px;
}

a{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	outline:none;
}
a:link{
	color:#333333;
	text-decoration:underline;
}
a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:focus{
	color:#333333;
	text-decoration:underline;
}
a:active{
	color:#333333;
	text-decoration:underline;
}

.blueItem{
	width:71px;
	color:#333333;
	background-color:#B2E2E0;
	padding:1px 0px;
	text-align:right;
	line-height:14px;
}

.bluePortfolioItem{
	color:#333333;
	background-color:#B2E2E0;
	padding:0px 2px;
	text-align:left;
	line-height:14px;
}

.pinkNav{
	color:#ffffff;
	background-color:#F7144D;
	padding:0px 0px 1px 0px;
}

a.pinkNavItem {
	color:#ffffff;
	outline:none;
}
a:link.pinkNavItem {
	color:#ffffff;
	text-decoration:none;
}
a:visited.pinkNavItem {
	color:#ffffff;
	text-decoration:none;
}
a:hover.pinkNavItem {
	color:#ffffff;
	text-decoration:underline;
}
a:focus.pinkNavItem {
	color:#ffffff;
	text-decoration:none;
}
a:active.pinkNavItem {
	color:#ffffff;
	text-decoration:none;
}

#container{
	margin:0 auto;
	width:912px;
}

#header{

}

#logo{
	float:left;
	width:236px;
}

#headerCopy{
	float:left;
	height:88px;
	width:588px;
	background-color:#B2E2E0;
}

#copy{
	width:523px;
	margin:24px 26px;
	line-height:14px;
}

#profile{
	float:left;
	width:88px;
	height:88px;
	background-color:#B2E2E0;
}
#profilePhoto{
	margin:4px;
	padding:4px;
	background-color:#FFFFFF;
}

.section{
	margin-top:35px;
}

#contactDetails{
	line-height:14px;
}

.lefty{
	float:left;
	width:212px;
	text-align:right;
	letter-spacing:3px;
	padding-right:24px;
}
.righty{
	float:left;
	width:652px;
	text-align:left;
	padding-left:24px;
}
.pinky{
	color:#F7144D;
}
.whitey{
	color:#FFFFFF;
}
.blacky{
	color:#333333;
}
.divider{
	width:100%;
	background-image:url(images/pink_bar.gif);
	margin-top:30px;
}

.cvHeading{
	float:left;
	line-height:14px;
}
.cvItem{
	float:left;
	line-height:14px;
}

.pinkBanner{
	background-color:#F7144D;
	margin-top:9px;
	width:100%;
	height:16px;
	padding-top:3px;
}

.leftImage{
	float:left;
	line-height:14px;
}
.centerImage{
	float:left;
	width:281px;
	line-height:14px;
	padding-left:31px;
}
.rightImage{
	float:left;
	line-height:14px;
	padding-left:31px;
}
.portfolioImage{
	border:7px solid #B2E2E0;
}