body {
	background-color: #DCDCDC;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 17px;
	font-family: verdana,trebuchet,sans-serif;
	background-image: url(back.png);
	color: #708090;
	width: 750px;
}

a:link { 
 color: #647D9B; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #647D9B; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #647D9B; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #A55FE6; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
	width: 150px;
	float: left;
	font: 11px/12px verdana,trebuchet,sans-serif;
	padding-right: 5px;
	text-align: right;
	color: #483D8B;
	padding-bottom: 20px;
	border-right: 1px dotted #999;
	background: url(left.png);
}


/*---  MAIN PAGE CONTENT ---*/
#content {
	width: 580px;
	float: left;
	text-align: left;
	background: url(right.png);
	margin-left: 5px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	padding-left: 5px;

}


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
	font-family: verdana,trebuchet,sans-serif;
	font-size: 18px;
	color: #4682B4;
	font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
	font-family: verdana,trebuchet,sans-serif;
	font-size: 15px;
	color: #696969;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
	font-family: verdana,trebuchet,sans-serif;
	font-size: 16px;
	color: #41558C;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align: left;
}

