
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #100700;
    color: #EFF474;
    font-family: Palatino,"Times New Roman",Times,"Book Antiqua",serif;
    line-height: 1.1em;
	
}
div.wrapper {
	margin: 0 auto;
    width: 900px;
}
.main {
    background-color: #525322;
    border-left: 1px solid #EEF373;
    border-right: 1px solid #EEF373;
    /*position: absolute;*/
    /*min-height: 626px;*/
    width: 900px;
	float:left;
}
.top {
    border-color: #EEF373;
    border-style: solid;
    border-width: 1px 1px 5px;
	
    height: 198px;
    width: 900px;
}
.left {
    
    /*position: absolute;*/
    font-size: 17px;
    /*height: 550px;*/
    margin-left: 35px;
    /*margin-top: 40px;*/
    width: 350px;
	padding-top: 35px;
	
	float: left;
}

.fullwidth {
    
    /*position: absolute;*/
    font-size: 17px;
    /*height: 550px;*/
    padding-left: 35px;
	padding-right: 35px;
    /*margin-top: 40px;*/
    
	float: left;
}


.right {
    
    /*position: absolute;*/
    font-size: 17px;
    /*height: 550px;*/
    margin-right: 35px;
    /*margin-top: 40px;*/
    width: 450px;
	
	float: right;
}


.italic {
    font-style: italic;
    margin-bottom: 0;
}
.bold {
    font-weight: bold;
    margin-bottom: 0;
}
.footer {
    background-color: #303114;
    border-color: #EEF373;
    border-style: solid;
    border-width: 2px 1px 1px;
    font-family: "Times New Roman",Times,serif;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 900px;
	/*position: absolute;
	top: 830px;*/
	float: left;
	margin: 0 auto;
}
a:link, a:visited, a:hover {
    color: #EFF474;
    text-decoration: underline;
}
p {
    
	padding: 0px 20px 10px 35px; 
	line-height: 120%;
	font-size: 17px;
	
}
img {
    border: medium none;
}
