/*
Description: 
version:   1.0
author:  trena b.  
Author URI:   http://www.trenabdesigns.com

All rights reserved.
*/

/* General*/

* {
  	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background-color:#39409A;
	font-family: "Times New Roman", Times, serif; 
	line-height: 200%;
	text-align:center;
	
}

a{
	color: #39409A;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

input,select,textarea{
	border: #         ;
	color:		;
	font-size:        ;
	padding:          ;
}

select{
	padding: 0;
}


/* Layout */

#page{
	margin: 0px auto;
	width:870px;
	
} 

/* Main Content */
#main{
	background: #fff;
	float: left;
	padding: 10px; 
	text-align: left;
	border-left: 4px solid #BD2027;
	border-right: 4px solid #BD2027;
	
}

#main .h1{
	font-size:36px;
	font-weight: bolder;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 35px;
}



.ul-r {
	list-style: none;
	float:right;
	
	padding-right: 50px;
}

.li-r {
	display: inline;
	float: left;
	padding: 3px;
	
}

.ul-l {
	list-style: none;
	float: left;
}

.li-l {
	display: inline;
	float: left;
	padding: 3px;
}



/* Misc. */

.fl {
	float:left;
	padding-left: 5pt;
	padding-right: 5pt;
	
	}
	
.fr {
	float: right;
	padding-left: 2pt;
	padding-right: 5pt;
	
	}
	
.clearr{
	clear:right;
}

.clearl{
	clear:left;
}

.clear{
	clear:both;
}

.spacer{
	height: 50px;
	clear:both;
}




/* Footer */
#footer{
	
	clear: both;
	background-color:#fff;
	height: 56px;
	width: 890;
	font-size: 18px;
	border: 4px solid #BD2027;
	padding-top: 8px;
	


}
















