* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	background: #FFFFFF url(backtop.jpg) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #703608;
}

h1 {
	font-size: 26px;
}

h2 { font-size: 20px;
}

h3 {
	font-size: 1em;
}




blockquote {
}

.tick {
	list-style-image: url(tickbox.gif);
	

}


a {
	color: #0000C0;
}

a:hover {

	color: #000080;
	text-decoration: undeline;
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #4C1F00;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 10px 20px 0px 20px;
	
}

.post .title { 
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 758px;
	height: 150px;
	margin: 0 auto;
	background: #924809 url(img2.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 59px 0 0 17px;

}

#header h2 {
	float: left;
	padding: 107px 0 0 17px;
}

.strapline {
	float: left;
	padding: 30px 0 0 263px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width:758px;
	margin: 0 auto;
	background: url(img3.gif) repeat-y;
	border-top: 20px solid #4C1F00;
}

#content {
	float: right;
	width: 555px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #A7500D;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}



/* Footer */

#footer {
	width: 728px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #4C1F00;
	color: #FFFFFF;
}

#legal {
	float: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#links {
	float: right;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;


}
a.red:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

.design {
	font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #CCCCCC;
      font-weight: normal; 
	text-decoration:none;
}

.design a {
	font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #FFFFFF;
      font-weight: normal; 
	text-decoration:none;
}


.formbox {
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;

}.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #999999;
      font-weight: normal; 
	text-decoration:none;
}

.btn {

	color:#FFffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #A9602B;
	border: 1px solid #999999;
	width: 100px;
	margin: 3px;
	padding: 3px;
}