/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#522C1B;}
p{
	margin:5px 0;
}


h1 {font-size: 180%; color:#7C1608; margin-bottom:14px; font-family: georgia,serif;}	
h2 {font-size: 150%; color:#7C1608; margin-bottom:12px; font-family: georgia,serif;}	
h3 {font-size: 150%; color:#7C1608; margin-bottom:12px; padding-bottom: 5px; font-family: georgia,serif; border-bottom:1px solid #EAE3D3;}	
h4 {font-size: 16px; color:#7C1608;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#8C1310;
	text-decoration:underline;} 
a:hover, 
a:active {}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input {}
input:focus {
	background-color:#DDD;
	}
textarea {}
	


/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.clear {
	clear:both;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	 
.floatLeft {
	float:left;}
	
.floatRight {
	float:right;}

.border {
	border-top:1px solid #D5D5D5;}
