/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDEAFF;
	text-align: center;
	font-size: 80%;
	margin: 0;  
	padding: 0; 
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/menubkground.gif);
	background-position:left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

#header {
	background-image: url(images/girlfriendfictionheader.gif);
	color: #eee;
	height: 118px;
}

#navigation {
	float: left;
	width: 123px;
	background-image: url(images/menubkground.gif);
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#navigation li {
	background-image: url(images/menudot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: block;
	padding: 15px 5px 15px 5px;
	font-size: 16px;
	}
#navigation li a:hover {
	color: #990066;
	}

#content {
	float: right;
	width: 560px;
	padding: 25px 80px 10px 20px;
	background-image: url(images/rhscolour.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#content td{
	padding: 5px 5px 5px 3px;
	border: 0;
}
#content p {
	font-size: 1em;
	color: #000033;
}
#content .image-left {
	padding: 0 10px 10px 0;
	float: left;
}
#content td {
	color: #000033;
	vertical-align: top;
}
#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #CD2879;
	text-transform: uppercase;
}
#content h2 {
	font-size: 1.6em;
	color: #35A9B3;
	line-height: 20px;
	background-image: url(images/headingdot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content h3 {
	font-size: 1.1em;
	color: #003;
	margin-bottom: -10px;
	margin-top: 30px;
}
#content ul {
	list-style-type: circle;
}

#content li {
	color:#000033;
	line-height: 20px;
}
#content a:link, #content a:visited {
	color: #CD2879;
	font-weight: bold;
}
#content a:hover {
	color: #D87FB0;
	font-weight: bold;
}
#content .image-left {
	margin-right: 10px;
	border: 3px solid #fff;
	float: left;
}
#content .image-right {
	margin-left: 10px;
	border: 3px solid #fff;
	float: right;
}
#content .box {
	width: 410px;
	height: 180px;
	background-image: url(images/boxbackground.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 60px 0 10px;
}
#content .bold {
	font-weight: bold;
}
	
#footer {
	clear: both;
	height: 44px;
	padding: 10px 0 0 0;
}
.border {
	border: dotted 1px #99CCFF;
	padding: 5px;
}.addthis_button {
	margin: 10px 15px 10px 15px;
}

