body {
	background-color: #e6d5dd;
	background-image: url('sd_bg.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#content {
	position: relative;
	width: 600px;
	margin: 0px;
	padding: 10px;
}

#headerimage{
	position: relative;
	width: 500px;
	height: 350px;
}

#updates {
	padding: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 15pt;
	color: #505050;
	text-align: justify;
	position: relative;
}

#sidebar {
	position: relative;
	width: 600px;
	padding: 5px;
}

#sidebar a {
	color: #ae7c93;
	padding: 5px;
	text-decoration: none;
	font-family: times new roman, georgia;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
}

#sidebar a:hover {
	color: #fff;
}

#sidebarcontent {
	line-height: 15pt;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}


#footer{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #2f2f37;
	text-align: center;
	background-color: #fff;
}

#updates ul{
	padding: 0px;
	list-style: none;
}

#updates li{
	padding: 5px;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ab5f60;
} 

a:hover {
	color: #fff;
	border-bottom: 2px solid #ab5f60;
}
b, strong {
	color: #80a3ad;
}

i {
	color: #fff;
	text-shadow: 1px 1px 1px #b795a5;
}

.head1 {
	font-size: 18pt;
	font-weight: normal;
	font-family: georgia, times new roman;
	font-style: italic;
	color: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-align: left;
	text-shadow: 1px 1px 1px #b795a5;
}

blockquote {
	color: #9a677f;
	padding: 10px;
	line-height: 14pt;
	border-bottom: 10px solid #fff;
}


textarea, input, select, button {
	border: 1px solid #9a677f;
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
	color: #fff;
	padding: 4px;
	background-color: #9a677f;
}
