#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
}

.main {
}

* {
	margin:0;
	padding:0;
	}
	
h1 {
	color:#595240;
	font-size:16px;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	margin-bottom: 5px;
	}
    
h2 {
	font-weight:bold;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#48617b;
	margin-bottom: 5px;
    }
    
h3 {
	color:#b3aea7;
	font-weight:normal;
	font-size:15px;
	padding:5px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	line-height: 19px;
	font-style: italic;
	}
	
h4 {
	text-indent:-0.5em;
	color:#801e33;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	}
	
h5 {
	color:#48617b;
	font-weight:normal;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	}
	
h6 {
	color:#595240;
	font-weight:normal;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	}

a:link { 
	color: #48617b;
	text-decoration: none;
	}
a:visited { 
	color: #48617b;
	text-decoration: none;
	}
a:hover { 
	color: #801e33;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
    	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#697869;
    }
    
ul, li {
	list-style:none;
    }
    
li {
	padding-bottom:5px;
	}
blockquote {
	text-indent:-0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 19px;
	padding: 5px 0 5px;
	color:#a6a19a;
	text-align: justify;
}

