body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundstripes.gif);
	margin-top: 20px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topbanner {
	background-image: url(images/topbanner_01.gif);
	background-repeat: no-repeat;
	height: 177px;
	margin: 0px;
}
#navigation {
	width: 280px;
	float: left;
	background-image: url(images/maintemplate_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 500px;
	padding-left: 60px;
	padding-right: 40px;
}
#content {
	width: 530px;
	float: right;
	background-image: url(images/maintemplate_04.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 30px 80px 10px 10px;
}
#footer {
	clear: right;
	height: 80px;
}

.tablefriends {
	border: 1px dotted #CB0088;
	border-collapse: collapse;
	}

.tablefriends td, .tablefriends th {
	border: 1px dotted #CB0088;
	padding: 5px;
	vertical-align: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CB2128;
	font-size: 1.2em;
	text-transform: lowercase;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #CB0088;
}

p {
	font-size: 0.8em;
}

#navigation ul {
	margin: 0;
}

#navigation li {
	text-align: center;
	list-style: none;
	margin: -2px;
}

#content a, #content a:visited {
	color: #CB2128;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #FF3300;
	font-weight: bold;
}
#content .quote {
	font-size: 0.9em;
	font-weight: bold;
	padding-right:30px;
	padding-left: 30px;
	color: #CB0088;
}
#content .image-left {
	float: left;
	margin: 0 10px 5px 0;
}
#content .image-right {
	float: right;
	margin: 0 0 5px 5px;
}
#content .right-box {
	width: 180px;
	background-color: #FFCCFF;
	margin: 5px;
	padding: 3px;
	float: right;
}
#content li {
	font-size: 0.8em;
	padding-bottom: 10px;
}
#content .border {
	border: 2px dotted #5DA4E7;
	padding: 5px;
	width: 280px;
}