/* General and header */

* {
	margin: 0;
	padding: 0;
	font-family:georgia;
	color:#828787;
	text-align:justify;
	}

html {
	background:url("images/aboutbg.jpg") top right;	
	background-repeat: no-repeat;
	}

body {

	}
	
	
h1 {
   	text-align:center;
	height: 20pt;
	background-color:#CED7D7;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	background-repeat:repeat-x;
	margin: 0 auto;	
	font-size:12pt;
	word-spacing:18pt;
	color:#fff;
	padding-top:5px;
	font-family:georgia;
	}

h1 a {
	font-size:12pt;
	width:550px;
	color:#fff;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:15px;
	text-decoration:none;
	font-family:georgia; 
	text-align:center;
	}

h1 a:hover
	{
	color:#ffffff;
	background: url("images/over.png") no-repeat top center;
	background-position: 0px -5px;
	}

p {
padding-bottom:18px;
}
	
/* Content */
	

#content {
	width: 550px;
	margin: 70px auto;
	position: relative;
	left: 0px;
	font-size: 13px;
	line-height:21px;
	}
	
#content .entry {
	position: relative;
	margin: 0 0 0px 0;
	}
	
#content .entry h3 {
	font-weight: none;
	text-decoration: none;
	font-family:trebuchet ms;
	font-size:25px;
	color: #72DCE5;
	border-bottom: 1px solid #D9D9D9;
	}

#content .entry h4 {
	font-weight: none;
	text-decoration: none;
	font-family:trebuchet ms;
	font-size:25px;
	color:#F6256A;
	border-bottom: 1px solid #D9D9D9;
	}

#content .entry h5 {
	font-weight: none;
	text-decoration: none;
	font-family:trebuchet ms;
	font-size:25px;
	color:#F3DB11;
	border-bottom: 1px solid #D9D9D9;
	}

#content .entry p a {
	text-decoration: none;
	color: #509890;
	border-bottom: .5px dashed #D3144B;
	}
	
#content .entry p a:hover {
	color: #D3144B;
	border-bottom: 2px solid #C9E3E0;
	}

#content .entry blockquote {
	background: #F3F7F8;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	color:#78999E;
	padding:10px;
	margin:0px;
	text-align:center;
	line-height: 160%;
	
	}

#content .entry ul {
	padding-bottom:18px;
	padding-left:45px;
	padding-right:35px;;
	list-style-type: circle
	}

/* Footer */

	
#footer {
	width: 550px;
	margin: 10px auto 10px auto;
	position: relative;
	text-align:right;
	font-size: 10px;
	color:#628388;
	}
	
html>body #footer {
	margin-top: 70px;
	}
	
#footer p {
	clear: both;
	color: #3E3030;
	text-align:center;
	font-size: 8px;
	margin: 0 0 0 5px;
	padding: 0 0 15px 0;
	}