body {
	margin: 0;
	background: #ffffff url(../images/tattoo.gif) repeat scroll 0 0;
}

body, div, td, th, p {
   font-size: 12px;
   color: #669966;
   font-family: arial;
}

h1 { 
	font-size: 19px; 
	font-weight: normal;
	color: #990066;
	margin: 10px 0 10px 0;
}

h2 { 
	font-size: 12px;
	font-weight: normal;
	color: #990066;
}

h3 {
   font-size: 11px;
   color: #336666;
   text-transform: uppercase;
   font-weight: bold;
}

#main {
	background: #ffffff;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#top {
	background: #FFFFFF url(../images/dharma_head.jpg) no-repeat scroll left top;
	height: 292px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0;
	width: 1024px;
}

#container {
	position: absolute;
	top: 292px;
	width: 1024px;
	background: url(../images/gradient_top.gif) no-repeat top left #ffffff;
}

#nav {
	width: 210px;
	line-height: 170%;
	height: 300px;
	float: left;
	text-align: left;
	padding: 20px 10px 10px 25px;
	font-family: arial;
	font-size: 14px;
}

#nav a { 
	display: block;
	text-decoration: none;
	color: #990066;
	padding: 3px 3px 3px 5px;
	border-bottom: 1px dotted #990066; 
}

#nav a:hover { 
	background: #990066 none repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 500px;
	float: left;
	padding: 20px 15px 20px 15px;
	text-align: left;
}

#content img { 
	padding: 5px 10px 5px 0px;
	border: 0px;
}

#content p { 
	line-height: 170%; 
}

#content a { 
	text-decoration: none;
	color: #990066;
}

#content a:hover { 
	text-decoration: none;
	color: #669966;
}

#rightColumn {
	width: 225px;
	float: left;
	padding: 30px 5px 10px 5px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
}

#rightColumn p {
	line-height: 130%; 
	font-size: 12px;
	color: #336666;
}

#rightColumn a {
	text-decoration: none;
	color: #990066;
}

#rightColumn a:hover {
	text-decoration: none;
	color: #669966;
}

hr {color: #ffffff; background-color: #ffffff; border: 1px dotted #669966; border-style: none none dotted; }


#bottom {
	    background: url(../images/gradient_bottom.gif) no-repeat bottom left #ffffff;
		padding: 20px 0 10px 0;
		width: 1024px;
}

#footer {
		text-align: left;
		padding-left: 30px;
}

#footer p {
		font-size: 10px;
		font-family: arial;
		color: #669966;
}

#footer a {
	color: #990066;
	text-decoration: none;
}

#footer a:hover {
	color: #669966;
	text-decoration: none;
}