/* CSS Document */

body {
	font-size:90%;
	margin:0;
	padding:0 0 20px 0;
	color:#3A4447;
	font-family: arial, verdana, Helvetica, sans-serif;
}

#content-wrapper {
	margin:0 auto;
	width:640px;
}

#image-container{
	background: url(/images_dating/logo.jpg) no-repeat 0% 25%;
	margin-bottom: 10px;
	padding-left: 347px;
}

h1 {
	color:#000;/*edit colour*/
	font-size: 350%;
	font-weight: normal;
	margin:0;
	font-family: arial black, arial, verdana, Helvetica, sans-serif;
}

h2 {
	color:#4384C5;/*edit colour*/
	font-size: 120%;
	font-weight: bold;
	margin:0;
	padding-top: 10px;
}

.minor{
	color:#DF1B68;/*edit colour*/
	font-size: 40%;
	font-weight: normal;
	margin:0;
	font-family: arial black, arial, verdana, Helvetica, sans-serif;
}

li{
	margin-bottom:20px;
}

dd{
	margin-left:0px;
}

.info, .details{
	display:block;
}

.info{
	font-weight: bold;
}

dt{
	color:#DF1B68;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
}

p{
	margin: 0 0 15px 0;
	font-size: 90%;
	line-height: 1.5em;
}
.subscribe{
	background: url(/images_dating/active.jpg) no-repeat 0% 0%;
	height: 23px;
	width:76px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}

#image-container a:hover{
	background: url(/images_dating/hover.jpg) no-repeat 0% 0%;
	height: 23px;
	width:76px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}

#text a, #footer a{
	color: #DF1B68;
}

#text a:hover, #footer a:hover{
	color: #4384C5;
}

#footer{
	border-top: 1px solid #A3A0A0;
	color: #A3A0A0;
	font-weight: 800;
	font-size: 70%;
	margin-top: 20px;
	padding-top: 10px;
}