body {
	margin: 20px 0;
	background: #fff;
	line-height: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #696969;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: url("/path/to/your/background_cols.gif") repeat;
}


h1 {
	padding: 0;
	font-weight: normal;
	color: #930084;	
	font-size: 24px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

p, ul, ol {
	
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #930084;
	text-decoration: underline;
}

.plum-highlight{

color: #930084;
}

.eggplant-highlight{

color: #4b0086;
}

.light-blue-highlight{

color: #1e8ebe;
}

.green-highlight{

color: #008500;
}

.pea-green-highlight{

color: #c6c11d;
}

.orange-highlight{

color: #f18d01;
}

.red-orange-highlight{

color: #f85d1b;
}

.blue-highlight{

color: #003e85;
}

.red-highlight{

color: #f00;
}

.cocoa-highlight{

color: #955017;
}

.ash-highlight{

color: #a9a9a9;
}

#header {
	margin: 0 0 15px 0;
	background: #fff;
}

#side-a {
	float: left;
	width: 150px;
}

#side-b {
	float: right;
	width: 350px;
}

#content { 
	float: left;
	width: 43%;
}

#footer {
	clear: both;
	background: #fff;
	margin-left: 45px;
	padding-top: 20px;
}

.footer-text {
	font-size: 11px;
	color: #999;
}
