/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #D985B4 url(images/index_bkgrnd.png);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Tahoma, Verdana, serif;
	font-weight: normal;
	font-style: none;
	color: #000000;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 600px;
	text-align: center;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p.center {
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

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

li {
	color: #7F285B;
}

li a:link {
	border-bottom: 0px dotted #000000;
	color: #404040;
            
}

li a:visited {
	border-bottom: 0px dotted #000000;
	color: #404040;
}

li a:hover {
	border-bottom: 0px solid #000000;
	text-decoration: none;
	color: #EF5E5E;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

img.avatar {
	width: 200px;
	border: 1px #000 solid;
}

img.avatar a {
	border: 1px #000 solid;
}

img.avatar a:hover {
	text-decoration: underline;
}

img.thumb {
	border: 1px #000 solid;
}

img.thumb a {
	border: 1px #000 solid;
}

img.thumb a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	padding: 1px;
	background: #000000 url(images/jouwsexdate.jpg) no-repeat 1px 1px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
                
}

#header h1 {
	padding: 0px 0 0 0px;
	font-weight: normal;
                font-size: 40px;
	font-style: italic;
	color: #000000;

}

#header h2 {
	padding: 200px 0 0 10px;
                font-weight: normal;
                font-size: 20px;
	font-style: italic;
	color: #000000;


}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
}

#colOne {
	float: left;
	width: 225px;
                padding: 20px 10px;
                
}

#colOne ul {
	margin-left: 0;
	padding-left: 1.4em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 628px;
	padding: 20px 10px;
}

/* Table */

.profile td {
	width: 50%;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}

/* Label */

.left { float: left; width: 100px; }
.right { float: left; width: 300px; }