	/* LINKS */

a:link, a:visited, a:active, a:hover {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #F28CAD;
	}

.nav a {
	border-left: 5px solid #A33195;
	padding: 0 10px;
	}


	/* BODY */

body {
	background:url('images/bg.jpg') repeat;
	margin: 0;
	text-align: justify;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #563D5C;
	}


/* DIV LAYERS */

div#header {
	background: #B63E97;
	position: relative; top: 0;
	width: 600px;
	border-top: 2px solid #B96AAF;
	border-left: 2px solid #B96AAF;
	border-right: 2px solid #B96AAF;
	margin: 0 auto;
	}

div#girlfriends {
	background: #B63E97;
	position: relative; top: 0;
	width: 500px;
	border: 2px solid #B96AAF;
	margin: 0 auto;
	}


	/* PARAGRAPHS */

h1 {
	background-color: #9A3480;
	border: 1px solid #AE186A;
	color: #D48CC1;
	padding: 3px 5px 3px 10px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin:2px;
	}

.nav ul {
	list-style-type: none;
	padding: 0;
	}

.nav li {
	border-bottom: 1px dotted #AE186A;
	padding: 3px 0 2px 0;
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #412D46;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}


	/* TABLES */

table {
	border: 0;
	}

input, option, select, textarea { 
	background-color: #A33195;
	text-decoration: none;
	text-align: left;
	border: 1px solid #72067E;
	font-family: arial, verdana, tahoma, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #CFBED7;
	}

