body {
	margin: 0px;
	background-color: rgb(154,99,138);
	font-family: arial, sans-serif;
	color: rgb(255,255,255);
	}
	
tr.nav_serv_top {
	background-color: rgb(255,255,255);
	background-repeat: repeat-x;
	}
	
tr.nav_serv_sec {
	background-image: url(../assets/nav_serv/secondary/purple_cap.jpg);
	background-repeat: repeat-x;
	}

td.content {
	font-size: 14px;
	}
	
td.sidebar {
	border-right: 1px dotted rgb(240,240,240);
	}

ul {
	line-height: 1.3em;
	color: rgb(88,96,69);
	font-size: 14px;
	margin-left: 3em;
	margin-right: 3em;
	}

p {
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-size: 16px;
	line-height: 1.5em;
	}
	
p.footer {
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	border-top: 1px dotted rgb(240,240,240);
	}
	
p.smalltext {
	font-size: 10px;
	margin-left: 3em;
	margin-right: 3em;
	
	}
	
p.photo_cap {
	font-size: 12px;
	}
	


p.sidebar {
	padding: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
	}
	
p.head {font-family: sans-serif;
	font-size: 18px;
	color: rgb(108,87,58);
	background-color: rgb(200,198,164);
	border-top: 1px dotted rgb(108,87,58);
	border-bottom: 1px dotted rgb(108,87,58);
	padding-top: 0em;
	padding-left: 1em;
	padding-bottom: .1em;
	padding-right: 1em;
	}
	
h1 {font-family: sans-serif;
	font-size: 24px;
	margin-left: 1em;
	margin-right: 1.5em;
	}
	
h2 {font-family: sans-serif;
	font-size: 18px;
	font-style: italic;
	color: rgb(240	,240,240);
	background-color: rgb(164,109,148);
	border-top: 1px dotted rgb(144,89,128);
	border-bottom: 1px dotted rgb(174,119,158);
	margin-left: 1em;
	padding-top: .25em;
	padding-left: 1em;
	padding-bottom: .25em;
	padding-right: 1em;
	}
	
img.white {
	border: 5px solid rgb(255,255,255);
	}
	
img.thumb {
	border: 3px solid rgb(255,255,255);
	}
