/* IMPORTS */
/* ----------------------------------------- */
@import "includes/css/reset.css";
@import "includes/css/typography.css";


/* BASIC HTML & DEFAULTS */
/* ----------------------------------------- */
body { 
	background-color: #eee; 
	line-height: 1.5em;
	margin: 0 auto; 
	text-align: center;  
}
h1, h2, h3, h4 { margin-bottom: 15px; }
ul.disc { list-style-type: disc; }
.floatl { float: left; }
.floatr { float: right; }

/* BASIC LAYOUT */
/* ----------------------------------------- */
#header {  
	background-color: #fff;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 0 1px 2px;
	margin: 0 auto; 
	overflow: hidden;
	width: 800px; 
}
	#header .inner { 
		border-color: #000; 
		border-style: solid;
		border-width: 0 1px 1px; 
	}
	#header .inner ul { 
		padding: 5px 0; 
		text-align: right; 
	}
	#header .inner ul li { 
		display: inline; 
		margin-right: 45px; 
	}
.logo { 
	border-bottom: 1px dotted #ddd; 
	margin-bottom: 25px; 
	overflow: hidden;
	padding-bottom: 15px;
}
#contentBorder { border: 3px solid #dfdfdf; margin: 0 auto 25px auto; width: 700px; -moz-border-radius: 12px; -webkit-border-radius: 10px; }
#content {
	background-color: #fff; 
	border: 1px solid #666; 
	overflow: hidden;
	padding: 20px;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}
#footer {
	border-top: 1px dotted #ddd; 
	margin: 25px auto 0 auto;
	overflow: hidden; 
	padding-top: 25px;
	text-align: center; 
}
