/*Designed by Nik Outchcunis*/

body {	
    color: #663366;	
    font-family: Arial, Times, serif;	
    font-size: 1em;
    margin: 0;	
    background-color: #9e6b41;
}

#rap {
    width: 849px;
    background: #683430;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #A1A1A1;
    border-left: 1px solid #A1A1A1; 
    border-right: 1px solid #A1A1A1;  
  }

#leftcol {
	width: 198px;
	background-color: #9e6b41;
	float: left;
}

#header {	
    background-color: #9e6b41;
    border-bottom: 1px #666 solid;
    border-top: 1px #666 solid;    
    }

#header p {	
    font-size: 1em; 
    color: #8e8e8e;
    text-align: right;
    padding-right: 20px;
}

#navbar {	
    margin-top: 0px;	
    margin-left: 0px;	
    width: 198px;
    border-top: 1px #666 solid;
}

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

#navbar ul li {	
    padding: 0;	
    margin: 0; 
}

#navbar ul li a:link, #navbar ul li a:visited  {	
    display: block;	
    text-decoration: none;
    font-family: Verdana, "Times New Roman", Times, serif;
    font-size: .75em;
    border-bottom: 1px #666 solid;	
    padding-top: 3px;	
    padding-bottom: 3px;	
    padding-left: 30px;	
    background-color: #683430;	
    color: #F1C04D; 
}

#navbar ul li a:hover {	
    display: block;	
    background-color: #9e6b41; 
    color: #FFF;
}

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

#ul li {	
    padding: 0;	
    margin: 0; 
}

#content {	
    position: relative;	
    width: 679px; 
    background: #683430;
}

#clearer {
    clear: both;
}

#main-text {	
    background-color: #F1C04D;	
    margin-left: 198px;	
    padding: 10px;	
    border-left: 1px #666 solid;	
    border-right: 1px #666 solid; 
}

h1 {	
    font-size: 1.4em; 
}

h2 {	
    font-size: 1em;
    color: #333;
    margin-bottom: 5px;
}

p {	
    font-size: 0.8em;		
    line-height: 1.7em;	
    color: #660033; 
}

p.list {	
	
    margin-left: 30px;
}

p.footer {	
    font-size: .75em;	
    text-align: center;	 
}

p.writings {
	color: #fff;
}

a:link, a:visited, a:active {
	color: #003333;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;	
}

#writings {
	background: #683430;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #999; 
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	font-family: Verdana, Helvetica, Arial;
    font-size: 85%;
	color: #F1C04D;
	width: 90%;
	text-align: left;
	padding: 10px;
}

.onespace {
    height: 100px;
}

.twospace {
    height: 200px;
}

.threespace {
    height: 300px;
}

.center {
    text-align: center;
}

#contact-box {
padding: 6px;
border: 0px solid #dcdcdc;
color: #663366;	
font-family: Arial, Times, serif;	
font-size: 0.8em;	
}

.border {
	border-width: 2px;
	border-color: #683430;
	border-style: solid;
}