body { 
	color:#000000;
	background-color:#0C403A;
	font-family: arial, "lucida console", sans-serif;
}
p, td, li {
}
h1 { 	
	font-weight:bold;
	font-size:22px;
	color:#bbeeff;
	margin-top:0px;
	margin-bottom:0px;
}
a:link {
	color:#0D4740;
	text-decoration:underline;
}
a:visited {
	color:#0D4740;
	text-decoration:underline;
}
a:active, a:hover {
	color:#0D4740;
	text-decoration:underline;
}
.footText a:link, .footText a:visited, .footText a:hover, .footText a:active {
	color:#57A95B;
}
#header {
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	width:760px; 
}
#blog-title {
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	width:760px; 
	font-size:60px; 
	text-align:center; 
	color:#F7AB1B; 
	background-color:#11665C;
}
.blog-title-text, .blog-title-text a:link, .blog-title-text a:visited, .blog-title-text a:hover, .blog-title-text a:active {
	color:#F7AB1B;
	text-decoration:none;
}
#content {
	position: relative;
	width: 760px;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
#main {
	padding-left: 20px;
	padding-right: 74px;
	background-color:#78D784;
	background-image: url('../img/main.jpg');
	background-repeat: repeat-x;
}
#sidebar {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #589E61;
	background-image: url('../img/content.jpg');
	background-repeat: repeat-x;
}
#footer {
	clear:both;
}
#footer_left {
	padding-top:3px;
	padding-bottom:5px;
	float:left;
	font-size:12px;
	width:50%;
}
#footer_right {
	padding-top:3px;
	padding-bottom:5px;
	float:right;
	text-align:right;
	font-size:12px;
	width:50%;
}

/* Inner layout */

#content	{
	padding: 0 20px;
	}
	
@media all {
  #main {
    width: 400px;
    float: left;
    }

  #sidebar  {
    width: 226px;
    float: right;
    }
  }
@media handheld {
  #main {
    width: 100%;
    float: none;
    }

  #sidebar  {
    width: 100%;
    float: none;
    }
  }

