
#top {
	margin: 0 32px 0 33px;
	position: relative;
	height: 10em;
	clear: left;
	background: url(../images/borders/bdr_dn.gif) center bottom no-repeat;

}
#top p {
	line-height: 1.5em
}

div#title {
	width: 500px;
}	
div.related {
	width: 140px;
	font-family: "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
}

/* this is the styling for one big column */

.main {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 15px 0 20px 0;
	margin: 0px 32px 0 32px;
}
.main p {
	margin: 10px 25px 0px 25px;
}

.main img {
	float: left;
	padding: 5px 20px 10px 0;
}
#footer {
	background: url(../images/borders/footer_basic.gif) 1px bottom no-repeat;
}

	

/* this is the styling for 2 columns ( note that the divs are classes not id's) */

#cols #top {
	margin: 0 32px 0 33px;
	position: relative;
	height: 10em;
	clear: left;
	background: url(../images/borders/bdr_cntr.gif) center bottom no-repeat;
}

#cols .left {
	float: left;
	width: 200px;
	margin: 0 0 0 34px;
	display: inline;
	padding: 10px 0 20px 0;
	/*font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;*/
	font-family: "Georgia","Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

#cols .left p {
	margin: 10px 20px 10px 20px;
}


#cols .main {
	float: left;
	width: 485px;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.8em;
	display: inline;
	background: #fff url(../images/borders/bdr_side.gif) left top repeat-y;
	padding: 0 0 20px 0px;
}

#cols .main p {
	margin: 10px 20px 0 25px;
}

#cols .main ul {
	margin: 20px 0 20px 0;
	padding: 0 40px 0 40px;
}

#cols .main li {
	margin: 0;
	padding: 5px 0;
}


#cols #footer {
		background: url(../images/borders/footer.gif) 1px bottom no-repeat;
}

	
h2.categories {
	background-color:#FFFFFF;
	clear: left;
	float: left;
	width: 630px;
	padding: 10px;
	margin: 10px 20px 10px 15px;
	display: inline;
}

	

