body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #666666;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #7A012E;
}
#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8e8e8;
	margin-top: 30px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 23px;
	padding-left: 40px;
	margin-bottom: 0px;
	border: 1px solid #FFF;
	overflow: hidden;
}
#wrapper #logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #7A012E;
	text-indent: -9999px;
	height: 100px;
	display: block;
	float: left;
}
#wrapper #logo a {
	text-decoration: none;
	height: 100px;
	display: block;
	width: 820px;
}

#wrapper h3 {
	font-size:17px;
	border-bottom:1px solid #b9b9b9;
	margin-bottom: 10px;
	padding-bottom: 13px;
	padding-top: 16px;
	padding-left: 42px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px center;
}
#wrapper h3.adult {
	background-image: url(images/icon_adult.png);
}
#wrapper h3.escort {
	background-image: url(images/icon_escort.png);
}
#wrapper h3.marketing {
	background-image: url(images/icon_marketing.png);
}
#wrapper h2 {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 20px;
}
#wrapper ul li {
	background-image: url(images/bullet_tick.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 26px;
}


p, li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 7px;
	color: #444444;
}
p a, li a, h2 a {
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc0033;
}
p a:hover, li a:hover, h2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0033;
}
.column {
	width: 260px;
	float: left;
	margin-right: 20px;
}
.column-last {
	width: 260px;
	float: left;
	margin-right: 0px;
}
.small {
	font-size: 10px;
}
.caps {
	text-transform: uppercase;
}

#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #101010;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-bottom: 30px;
	border: 1px solid #101010;
}
#footer p {
	color: #CCC;
}
.more {
	height: 40px;
	margin-bottom: 10px;
	background-image: url(images/more_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}
.more:hover {
	background-position: 0px 0px;
}
.more strong a {
	background-image: url(images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right -40px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
	padding-left: 14px;
}
.more strong a:hover {
	background-position: right 0px;
}
