html, body {
	margin: 0px;  
	background: #FDF8F7 url(sallybg.jpg) repeat-x;
}

h1 {
	padding-left: 10px;
	color: #6E3765;
        background-color: #FDF8F7;
	font-size: 20px;
	font-family: Times New Roman;
	margin-bottom: 3px;
	font-variant: small-caps;
	text-align: left;
	text-transform: uppercase; 
	letter-spacing: 4px; 
}

h2 {
	padding-left: 14px;
	color: #9A5E91;
        background-color: #FDF8F7;
  	font-size: 10px;
	font-family: Trebuchet MS;
	margin-top: -12px;
	margin-bottom: 2px;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase; 
	letter-spacing: 2px; 
	border-bottom: thin dashed #BC5E8A;
}
blockquote {
	margin: 10px; 	
	font-size: 10px; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: Georgia, "Trebuchet MS", serif; 
	text-align: justify; 
	color: #BC5E8A; 
}

#content a:visited, #content a:link { 
	color: #652144; 
	text-decoration: none;  
}

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

input, textarea, select { 
	background-color: #B9689A;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #FEF9F9; 
	border: 1px solid #A5AC55; 
	padding: 2px;
	letter-spacing: 1px; 
}

#top {
	position: absolute;
	top: 0px;
	left: 0px; 
}

#menu {
	position: absolute;
	top: 300px; 
	left: 10px; 
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 177px; 
	left: 264px; 
	width: 385px; 
	line-height: 18px; 
}

ul {
	margin: 0;
	padding: 0;
} 

ul li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	text-decoration: none;
	color: #4C1721;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #A475A3;
}

#footer {
	border-top: 1px dashed #EA97CB;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Times New Roman; 
	line-height: 16px; 
}

b, i {
	color: #3C1625;
}

.code {
	padding: 5px; 
	border: 1px dashed #3C1625;
	margin: 2px;
}

blockquote {
	margin: 1em 20px;
	padding-left: 85px;
	padding-right: 15px;
	background: transparent url(blockquote.jpg) no-repeat; 
	border-right: 5px solid #6E3765; 
	}
