/* CODING FOR ELLEN SOURCE dot ORG   */

body {
background: url(images/bgmain.jpg) #f1ded8 repeat-x;
font-family: Trebuchet MS;
font-size: 11px;
line-height:15px;
letter-spacing:0px; 
color: #13260a; 
}

/* LINKS */
A {
color: #93a477;
text-decoration: none;
border: none;
font-weight: bold;
}

A:HOVER {
color: #93a477;
text-decoration: none;
border-bottom: 1px dotted #bd4b67;
font-weight: bold;
}

/* SIDEBAR */

.sidebar-title {
	background: url(images/bgtitle.jpg) #dbb3be repeat-x;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	letter-spacing:0px; 
	line-height: 12px; 
	color: #FFFFFF; 
	text-align: center;
}


img.alignleft{
margin-right:5px;
float:left;
}

img.alignright{
margin-left:5px;
float:right;
}

.sidebar-content {
padding-top: 10px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 10px;
letter-spacing:0px; 
line-height:15px;
font-family: Trebuchet MS;
font-size: 11px;
color: #13260a;
}

/* CONTENT */
.content-title {
	background: url(images/bgtitle.jpg) #dbb3be repeat-x;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	letter-spacing:0px; 
	line-height: 12px; 
	color: #FFFFFF; 
	text-align: center;
}

.content-content {
padding-top: 10px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 10px;
letter-spacing:0px; 
line-height:15px;
font-family: Trebuchet MS;
font-size: 11px;
color: #13260a
;
}

