body {
	color:       #333333;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;	
	font-size:   12px;
}

#main {
	margin:     0 auto;
	width:      918px;
}

/*-------------------
HEADER 
------------------- */

#header {
	border-bottom: 2px solid #E0E0E4;
	color:         #4096EE;
	height:        150px;
	width:         918px;
}
	#header h1 {		
		font-family: "Helvetica", Arial, Verdana, sans-serif;
		font-size:   90px;
		font-weight: bold;
		margin-left: 30px;		
	}	
		#header h1 a {			
			text-decoration: none;
		}
	ul#nav {		
		font-size: 20px;
		margin:    29px;	
	}
		ul#nav li {
			display:      inline;
			margin-right: 20px;
		}
			ul#nav li a {
				padding: 5px;
			}				
			ul#nav li a:hover {
				background:      #4096EE;
				color: 		     #FFF;
				text-decoration: none;			
			}
		
/*-------------------
CONTENT 
------------------- */	

#content {
	float:  left;
	margin: 20px 0 20px 30px;
	width:  576px;
}
	#content h2 {
		font-size: 30px;
	}
	#content .align-left {
		float:         left;
		margin-right:  20px;
		margin-top:    6px;
	}
	#content p {
		line-height: 1.8;
		margin-bottom: 10px;	
	}
	#content .entry {
		margin-top: 20px;
	}

/*-------------------
SIDEBAR
------------------- */	

#sidebar {
	float: right;
	width: 280px;
}	
	.sidebar-box {
		margin: 20px 0;
	}
		.sidebar-box h3 {
			color:     #4096EE;
			font-size: 30px;		
		}
			.sidebar-box ul {
				background: #F1F1F1;
				margin-top: 26px;
				padding:    5px 10px 20px;
			}
				.sidebar-box li {
					line-height: 1.8;
					margin-top:  10px;
				}

/*-------------------
FOOTER
------------------- */	
#footer {	
	border-top: 2px solid #E0E0E4;
	height:     70px;
	text-align: center;
	width:      918px;	
}
	address {
		font-size:  20px;
		font-style: normal;	
		margin-top: 20px;
	}

/*-------------------
GENERAL
------------------- */	

.clear {
	clear: both;
}

a:link, a:visited {
	color:           #4096EE;	
	text-decoration: none;
	font-weight:     bold;
}
a:hover {
	text-decoration: underline;	
}

blockquote {
	background:   url(../../images/front-end/quote.gif) no-repeat;
	margin-left:  40px;
	padding-left: 40px;
}

strong, b {
	color:       #000000;
	font-weight: bold;	
}