* { 
	margin:0;
	padding:0;
}

html,body {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #787878;
}

#wrapper {
	margin: 0 auto;
	width: 1040px;
	margin-top: 25px;
}


#header {
	height: 119px;
	color: #787878;
	font-size: 18px;
	line-height: 22px;
}

#title {
	float: left;
}

#nav {
	float: right;
	padding-right: 10px;
}

#grid {
}

#contentleft {
	float: left;
	width: 235px;
	padding-right: 10px;
}

#contentright {
	float: right;
	width: 780px;
}

#copy {
	margin-top: 407px;
	color: #999999;
	font-size: 9px
}

.pink {
	color: #d62559;
}

.heading {
	color: #d62559;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

.highlight {
	color: #ffffff;
	background-color: #d52559;
}

#grid img, #contentright img {
	margin-right: 5px;
	margin-bottom: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #787878;
}

a:hover {
	text-decoration: none;
	color: #d62559;
}

a.nav:link, a.nav:visited {
	color: #787878;
	font-size: 13px;
	padding-left: 20px;
}

a.nav:hover {
	color: #d62559;
}

a.pink:link, a.pink:visited {
	text-decoration: none;
	color: #d62559;
}

a.pink:hover {
	text-decoration: none;
	color: #787878;
}

a.header:link, a.header:visited {
	color: #787878;
	text-decoration: none;
	font-size: 18px;
}

a.header:hover {
	text-decoration: none;
	color: #d62559;
	font-size: 18px;
}


