body { 
	background: #65696a url("background.gif");
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;

}


#wrapper { 
	position: relative;
	background: white;
	color: #65696a;
	width: 800px;
	margin: 0px auto;	
}

#logo { 
	position: absolute; 
	top: 50px;
	left: 620px;
}

#crumb { 
	padding-top: 15px;
	margin-left: 30px;
	color: #00acc4;
	font-weight: bold;
	height: 10px;
}

#crumb a {
	color: #00acc4;
	text-decoration: none;
}

#rc { 
	position: absolute;
	top: 155px;
	left: 620px;
	width: 160px;
	text-align: right;
}

#rc a {
	color: #65696a;
	text-decoration: none;
}

#rc a:hover {
	color: #00acc4;
	text-decoration: none;
}



#nav {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#nav a {
	color: #c94d92;
	text-decoration: none;
	font-weight: bold;
}

#nav a.active {
	color: #00acc4;
	text-decoration: none;
	font-weight: bold;
}	


#nav a:hover {
	color: #00acc4;
	text-decoration: none;
	font-weight: bold;
}



#nav .subnav {
	line-height: 12px;
	display: none;
	
}

#nav .subnav a {
	color: #65696a;
	font-weight: normal;
	text-decoration: none;
}

#nav .subnav a.active {
	color: #00acc4;
	font-weight: normal;
	text-decoration: none;
}

#nav .subnav a:hover {
	color: #00acc4;
	font-weight: normal;
	text-decoration: none;
}

#man {
	position: relative;
	right: 0px;
	width: 50px;
	height: 35px;
	background: url('man-happy.gif') no-repeat;
	text-align: center;
	color: #00acc4;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 20px;
	padding-left: 1px;
	margin-top: 100px;
	margin-left: 110px;
}

 
	

#pagetitle { 
	position: absolute;
	top: 120px;
	left: 30px;
	font-family: Georgia;
	font-size: 20pt;
	color: #c94d92;
}

#title { 
	display: none;
}

#content { 
	padding-top: 130px;
	margin-left: 30px;
	width: 560px;
	padding-bottom: 10px;
}

#contentload {
	margin-bottom: 30px;
}

#contentload h1 {
	color:#c94d92;
	font-size: 14pt;
	font-family: Georgia;
	font-weight: normal;
}

#contentload h2 { 
	color: #00acc4;
	font-size: 12px;
	font-weight: bold;
}



#contentload a {
	color: #c94d92;
	text-decoration: none;
}

#contentload a:hover {
	color: #00acc4;
	text-decoration: none;
}

#contentload .supportlink {
	margin: 3px;
	padding: 3px;
	height: 12px;
	width: 50px;
	background: #c94d92;
	color: white;
}


#contentload .supportlink a {
	color: white;
}

#contentload .supportlink a:hover {
	color: white;
}	
	
#credits {  
	font-size: 6pt;
}

/* wordpress stuff */
#col1 li { 
	list-style: none;
}

#comment { 
	width: 400px;
}

.post { 
	padding-bottom: 15px;
	border-bottom: 1px dotted #00ACC4;
	font-size: 12px;
	line-height: 18px;
}

.entry { 
	margin-top: 5px;
	margin-bottom: 10px;
}

#rcblog { 
	float: right;
	margin-top: 130px;
	width: 160px;
	text-align: right;
	margin-right: 20px;
}

#contentload .post h2 a {
	color: #00ACC4;
}
	
