/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
body {
  background: #6ab1e2;
  color: #313131;
  font-family: Arial, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height:1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: .5em; 
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
  line-height: 2em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 1.25em; 
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; 
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 0 0 1.5em 0;
}

p a:link {
  text-decoration: underline;
}

a:link, a:visited {
  color: #069;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

/**
 * 2.LAYOUT
 */

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#container {
	border: 1px solid #fff;
	padding: 3px;
	margin-top: 25px;
}

#content {
	background: #fff;
	padding: 15px;
	overflow: hidden;
}

#left-sidebar {
	display: block;
	float: left;
	width: 200px;
}

#main {
	display: block;
	float: left;
	width: 450px;
}

#menu {
	margin-top: 20px;
	
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 30px;
}

#menu ul li a {
	color: #20243a;
	
}

#footer {
	text-align: center;
	margin: 20px 0;
	color: #fff;
}

/**
 * 3.CONTENT
 */

.front-quote {
	margin: 50px 0 0 0;
	padding: 10px 0;
	font-size: 22px;
	background: url('images/quoteback.png') center top no-repeat;
}

#main {
	font-size: 1.2em;
}

#footer a {
	color: #fff;
}

.imageleft {
	display: block;
	float: right;
	padding: 0 15px 10px 15px;
}

