* {
	font-family: verdana, arial, sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FBFAEB;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	border-bottom:1px solid #5e561c;
	margin-top:5px;
	margin-bottom:6px;
}

a {
	outline:none;
	color:#7caca9;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.title,h1 {
	color: #7caca9;
	letter-spacing: 0.1em;
	text-align: left;
	font: bold 16px/1em Georgia, "Times New Roman", Times, serif;
}



/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

