﻿/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }

body { 
	font-family:"Lucida Grande", sans-serif;
	font-size:14px;
	background-color:#8597C7;
	background-image:url('../images/sbu.png');
	background-repeat:repeat;
	
	
}


p { font-size: 1.3em; line-height: 1.2em; margin-bottom: 1.2em; color:#B4B4B4;}
a { outline: none;
color: #DEC283;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;

 }


h1 {
	font-family: Georgia, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: white;
	margin-bottom:6px;
	}
	h3 {
	margin-top:16px;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #DEFFFC;
	margin-bottom:6px;
	line-height:1.2em;
	}
	

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 1095px;
	margin: 0 auto;
	
	}



	#main-content {
	width:880px;
	background-color:#060E23;
	margin-right:29px;
	margin-top:100px;
	
		}
			
	#article {
	width:615px;
	padding-top:40px;
	border-bottom:1px #DEC283;
		float: left;
		margin-bottom:30px;
		
margin-right:10px;
padding-right:3px;
		
			}
			
		#about {
	padding-top:40px;
		width: 600px;
		float: left;
		margin-left:5px;
		margin-bottom:30px;
			}
			
#about img{
	float:left;
	margin-left:15px;
}				
				
		#about-achv {
	padding-top:40px;
		width: 600px;
		float: left;
		margin-left:5px;
		margin-bottom:30px;
			}

	#about-achv a { 
	text-decoration:underline;
	font-size: 0.7em;
	
	}
		
		
			
	#article3 {
	padding-top:40px;
		width: 400px;
		float:right;
		
			}
		
	
	#side-bar {
		width: 240px;
		float: right;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:30px;
	}
   #side-bar img{
	padding-top:60px;
	margin-right:20px;
	border-bottom:3px white;
	border-top:3px white;
	border-left:3px white;
	border-right:1px white;


}
	
	
	
	
	ul#nav li {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

	
		}
		

        ul#nav li a {
			
			height: 84px;
			float: left;
		}
				
		
	#footer {
	background-color:#060E23;
	
		padding: 10px 0 10px 0;
		text-transform: uppercase;
		border-top: 2px solid #DEC283;
		text-align:center;
		}

	
#footer a{
	color:#DEC283;
	font-style:italic;
	text-decoration:none;
	font-size:16px;

/* END STRUCTURE */