a, a:visited {
	color: #253f6b;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

/* BACKGROUND ETC*/

body {
	background: #ffffff;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 12x;
	}

#wrap {
	border: none;
	}

/* HEADER H1 */

#header h1 {
	color: #cf351d;
	font-family: Georgia, Times New Roman, Arial, serif;
	padding: 30px 0px 0px 0px;
	}
	
#header h1 a, #header h1 a:visited {
	color: #cf351d;
	font-family: Georgia, Times New Roman, Arial, serif;
	}
	
#header h1 a:hover {
	color: #cf351d;
	text-decoration: none;
	}

/* HEADER P */

#headerleft p {
	color: #44443f;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding: 0px 0px 0px 0px;
	}

/* MAIN NAVIGATION */

#navbar {
	background: #44443f;
	font-family: Arial, Tahoma, Verdana;
	}

#nav a {
	background: #44443f;
	text-decoration: none;
	}

#nav a:hover {
	background: #cf351d;
	color: #ffffff;
	text-decoration: none;
	}

/* SUB-NAVIGATION */

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #44443f;
	text-decoration: none;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #cf351d;
	color: #ffffff;
	text-decoration: none;
	}

/* HOMETOP H1 */

#hometop h1 {
	color: #cf351d;
	font-size: 22px;
	font-family: Arial, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#hometop h1 a, #hometop h1 a:visited  {
	color: #cf351d;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#hometop h1 a:hover {
	color: #cf351d;
	text-decoration: underline;
	}

/* CONTENT LEFT */

#contentleft {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	}

/* CONTENT H1 */

#content h1 {
	color: #cf351d;
	font-size: 22px;
	font-family: Arial, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #cf351d;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #cf351d;
	text-decoration: underline;
	}

/* RIGHT SIDEBAR*/

#r_sidebar {
	font-family: Arial, Times New Roman, Georgia;
	}

#r_sidebar a {
	text-decoration: none;
	}

#r_sidebar a:hover {
	text-decoration: underline;
	}

#r_sidebar a:visited {
	text-decoration: none;
	}

/* BOTTOM */

#bottom {
	background: #ffffff;
	border-top: 3px dotted #cf351d;
	font-family: Arial, Times New Roman, Georgia;
	}

/* BOTTOM H2 */

#bottom h2 {
	color: #cf351d;
font-family: Arial, Times New Roman, Georgia;
	}

/* REMOVE POSTMETA */

.postmeta {
	display: none;
	}

/* BREADCRUMB */

.breadcrumb {
	font-family: Georgia, Tahoma, Verdana;
padding-bottom: 20px;
	}

/* CONTACT FORM */

.contactform {
line-height: 30px;
}