/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em; 
	line-height: 1.5em;
	color:#6A6A6A;
	height: 100%;
	background-color:#cfdbcf;
}
	
#container {
  min-height: 100%;
  
}  	

#content {
	position:absolute;
	left: 50%;
	width:960px;
	margin-left: -480px;
	}
	

#text {
	float:left;
	width:320px;	
	padding-right:20px;
	padding-bottom:20px;
}

h1 {
	text-transform:uppercase;
	font-weight:700;
	color:#678eba;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	text-transform:uppercase;
	font-weight:700;
	color:#333;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
}

#link {
	color:#666666;
}

#textcontainer {
	width:560px;
	float:left;
}

#textcontainer2 {
	width:980px;
	float:left;
}

#navcontainer {
	width:140px;
	float:left;
	background-color:#d8e5d8;
	padding:20px;
	border-top: solid 6px #ffffff;
	border-bottom: solid 1px #c5d3c5;
}

#rightcontainer {
	float:left;
	background-color:#d8e5d8;
	margin-left: 15px;
	padding:20px;
	border-top: solid 6px #ffffff;
	border-bottom: solid 1px #c5d3c5;
	min-height:300px;
}

#desccontainer {
	float:right;
}

#desccontainer2 {
	margin-left:195px;
	background-color:#d8e5d8;
	padding:20px 50px 50px 50px;
	border-top: solid 6px #ffffff;
	border-bottom: solid 1px #c5d3c5;
	min-height:300px;
	width:660px;
}

#desccontainer3 {
	margin-left:195px;
	background-color:#ffffff;
	padding:20px 50px 50px 50px;
	border-top: solid 6px #ffffff;
	border-bottom: solid 1px #c5d3c5;
	min-height:300px;
	width:660px;
}

#nav {
	float:left;
	width:140px;
}

#nav2 {
	padding-right:10px;
	padding-left:30px;
}

ul {
	list-style:none;
	list-style-image:none;
	width:90px;
	padding-left:-10px;
}

li {
	list-style-image:none;
}
	

a {
	text-decoration:none;
	font-family:Times;
	font-size:1em;
	font-style:italic;
	line-height:2em;
	padding-left:10px;
	color:#55575C;
	margin-bottom:opx;
	padding-bottom:0px;
}

a:hover ul li {
	background-color:#C60;
}

#next {
	width:380px;
	float:right;
}

#next a {
	padding:0px;
}

#image {
	padding:5px;
	background-color:#ffffff;
}

#featured {
	background-image: url(featured.jpg);
	color:#666666;
	font-style:italic;	
	height:40px;
	margin-bottom:10px;
}

#featuredtext {
	font-style:italic;
	position:relative;
	left:80px;
	top:10px;
}

#sitelinktext {
	background-image:url(sitelink_bg.jpg);
	height:43px;
	width:330px;
	margin-bottom:10px;
}

#sitelinktext a {
	color:#fff;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding-top:13px;
	padding-left:25px;
}
	
#footer {
  position:absolute;
  bottom:0; 
  height:40px;
  background-color:#55575C;
  color:#CCCCCC;
  width:100%;
  font-size:.7em;
 } 
  	
.blogPost {
	padding:50px;
	background-color:#FFF;
	margin-bottom:20px;
}

#about {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.6em;
	color: #678eba;
}