body {
	margin: 5px auto 5px auto;
	padding: 0;
	border: 0;		/* removes the border around the viewport in old versions of IE */
	background-color: #006699;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	text-align: left;
	}

#wrapper {
	width: 900px;
	background: #ffffff;
	margin: auto;
	padding: 5px;
	height: auto;
	text-align: left;
	}

#container {
	height: 1%;
	width: auto;
	margin: 5px 0 5px 5px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/lines.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	}

#containerfounder {
	height: 1%;
	width: auto;
	margin: 5px 0 5px 5px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/linesfounder.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	}

#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	text-align: center;
	overflow: hidden;
	}

#left {
	float: left;
	height: auto;
	width: 147px;
	margin: 0 5px 0 0;
	padding: 0;
	overflow: hidden;
	}

#center {
	float: left;
	height: auto;
	width: 571px;
	margin: 0 7px 0 5px;
	padding: 0;
	overflow: hidden;
}

#centerfounder{
	float: left;
	height: auto;
	width: 730px;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
	}

#right {
	float: left;
	height: auto;
	width: 152px;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 90%;
}

#right  p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.7em;
    margin-bottom: 0;
    }

#footer {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #000;
	text-align: center;
	overflow: hidden;
	}

.centerblock {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	}

.centerblockline {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
	}

.centerblockcenter {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
    }

.centerblockcenterline {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
	text-align: center;
    }

.nospace {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    }

.nospacecenter {
	text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    }

.nospacebigcenter {
	text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
    }

.halfline {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0;
    }

.center {
	text-align: center;
    }

.bigcenter {
	font-size: 130%;
 	text-align: center;
   }

.bigred {
	font-size: 130%;
	font-weight: bold;
	color: red;
    }

a {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #006699;
	text-decoration: none;
	}

a:focus, a:hover, a:active {
	outline: none
	} 

.headline {
	font-size: 120%;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	} 

img {
	background: none;
	}

h2 {
	font-size: 130%;
    }

.subtitle {
	font-size: 150%;
	padding: 0 0 4px 0; 
    }

.floatright {
	float: right;
	}

.clear {
	clear: both;
	}

/* Blog CSS */

#contentb {
	background: #FFF repeat-y;
	float: left;
	width: 571px;
}
#contentInnerb {
	margin: 0px 5px 0px 5px;
	float: left;
	width: 576px;
	display:inline;
}
#contentInnerb .blog_posts {
	margin: 0;
	float: left;
	padding:0px 10px 10px 0;
	width: 420px;
	display:inline;
	border-right:2px solid #006699;
}
#contentInnerb .blog_sidebar {
	margin: 0;
	float: left;
	width: 121px;
	padding:0px 0 0 10px;
	display:inline;
}
#contentInnerb .blog_sidebar ol,ul,li{
	margin: 0;
	padding:0;
	list-style-type:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 7px;
	display: block;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 10px 0;
	display: block;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}