#wrapper {
	width:900px;
	margin:0px auto;
	border:none;
}

body {
	background-color:#FFFFFF;
	font-family: 'Scope One', serif;
}
a img { 
	border: 0;
}
					/*  TOP AREA   */
#logotop {
	position:relative;
	width:900px;
	height:50px;
	margin:0 auto;
	padding-top:2px;
	font-family: 'Gochi Hand', cursive;
	font-size:60px;
	font-weight:normal;
	text-align:center;
	color:#81d8d0;
}
#logobelow {
	position:relative;
	width:900px;
	height:30px;
	margin:0 auto;
	padding-left:205px;
	font-family: 'Gochi Hand', cursive;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:#000;
	margin-bottom:5px;
}
#blueline {
	width:800px;
	margin:0 auto;
	border-bottom:1px solid #81d8d0;
}


					/*  MAIN AREA   */
#nav ul {
	list-style: none;
	width: 800px;
	margin:0 auto;
}
#nav li {
	float: left;
}
#nav li a {
	display:block;
	margin-left:53px;
	margin-right:53px;
	line-height:30px;
	height:25px;
	text-decoration: none;
	font-family: 'Scope One', serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

#nav li a:hover {
	color: #81d8d0;
	display: -moz-box;
	display: box;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	text-decoration:none;
	border-top:1px solid #81d8d0;
	border-bottom:1px solid #81d8d0;
	clear:both;
}
#main {
	float:left;
	width:900px;
	height:500px;
	margin:5px auto;
	position:relative;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: -moz-box;
	display: box;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
#main h1 {
	margin-top:120px;
	font-family: 'Scope One', serif;
	color:#81d8d0;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	margin-bottom:30px;
}
#main h2 {
	margin-top:60px;
	font-family: 'Scope One', serif;
	color:#81d8d0;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	margin-bottom:30px;
}
#main h3 {
	margin-top:120px;
	font-family: 'Scope One', serif;
	color:#81d8d0;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	margin-bottom:-30px;
}

#main h4 {
	font-family: 'Scope One', serif;
	color:#000;
	text-align:left;
	font-size:24px;
	font-weight:bold;
}
#main p {
	font-family: 'Scope One', serif;
	color:#000;
	text-align:left;
	font-size:24px;
	font-weight:bold;
}

#blogonly {
	float:left;
	width:900px;
	height:900px;
	margin:5px auto;
	position:relative;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: -moz-box;
	display: box;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
#qoutes, #qoutes li {
	list-style-type:none;
	margin-top:120px;
	font-family: 'Scope One', serif;
	color:#272425;
	text-align:center;
	font-size:30px;
	font-weight:normal;
}

#qoutes li {
	padding:20px;
	background-image:none;
	display:none; /* hide the items at first only */
}


					/*  FOOTER AREA   */
#footer {
	float:left;
	width:900px;
	height:70px;
	margin:0 auto;
	padding-left:5px;
	padding-top:2px;
	font-size:12px;
	font-family: 'Scope One', serif;
	font-weight:bold;
	color:#999;
	text-align:left;
	background-color:transparent;
}
#footer a {
	color:#999;
	text-decoration:none;

}
#footer a:hover {
	color:#157bc1;
	text-decoration:none;

}
#copyright {
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	color:#999;
	font-family: 'Scope One', serif;
	font-size:12px;
	font-weight:normal;
}
#lastline {
	text-align:center;
	text-decoration:none;
	color:#999;
	font-family: 'Scope One', serif;
	font-size:10px;
	font-weight:normal;
}
#lastline a {
	color:#999;
	text-decoration:none;
}
#lastline a:hover {
	color:#157bc1;
	text-decoration:none;
}