div { background-color: #FFF;}

body {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    background-color: #000000;
    word-spacing: normal;
    list-style-type: none;
}

#container {
    width: 1015px; /* this will create a container 90% of the browser width */
	min-width: 1015px;
    background: #FFFFFF;
    margin: auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
    background: #FFFFFF;
    padding: 10px 15px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#subheader1 {
    width: 50%;
    float: left;
    text-align: left;
    padding: 5px 0;
}

#subheader2 {
    width: 50%;
    float: right;
    text-align: right;
    padding: 5px 0;
}

#nav {
    margin: 40px 0 0 0;
    text-align: center;
    border-top: thin dotted #000000;
    border-bottom: thin dotted #000000;
}

#sidebar1 {
    float: left; /* this element must precede in the source order any element you would like it be positioned next to */
    width: 160px; /* since this element is floated, a width must be given */
    background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: -10px 0 0 0;
	padding-left:10px;
	min-height: 800px;
}

#sidebar2 {
    width: 105px; /* since this element is floated, a width must be given */
    background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	float:left;
}

#sidebar3 {
    width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
    background: #FFFFFF;
	margin: -10px 0 0 0;
	float:left;
}

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3, #sidebar3 p, #sidebar3 h3 {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
}

#mainContent {
	margin: -10px 0 0 0;
    border-left: thin dotted #000000;
    padding-left: 15px;
	width: 544px;
	min-height: 800px;
	padding-right:10px;
	float:left;
	background-color: #FFF;
}

#footer {
    background: #FFFFFF;
    border-top: thin dotted #000000;
    margin: 0 15px 15px 15px;
    padding: 0 0 1px 0;
    text-align: center;
}

#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.box {
    width: 100%;
    padding: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
    color: #8D0821;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #6C82B5;
}

a:active {
    text-decoration: none;
    color: #6C82B5;
}

h1 {
    font-size: xx-large;
    color: #6C82B5;
    text-align: right;
}

h2 {
    font-size: large;
    color: #8D0821;
}

h3 {
    color: #000000;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-variant: small-caps;
    font-size: small;
}

h4 {
    font-size: medium;
    color: #8D0821;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}

h5 {
    color: #8D0821;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}

h6 {
    font-size: x-small;
    color: #FFFFFF;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.style3 {
    font-size: large;
    font-weight: bold;
}

.style5 {
    font-size: medium;
    font-weight: bold;
}

<!--

[ if IE ] >
<style type = "text/css" >
/* place css fixes for all versions of IE in this conditional comment */
#sidebar3, #sidebar2, #sidebar1 {
    padding-top: 30px;
}

#mainContent {
    zoom: 1;
    padding-top: 0px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

/* Flickr
 ----------------------------------------------- */
#flickr_badge_source_txt {
    padding: 0;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans serif;
    color: #FFFFFF;
}

#flickr_badge_icon {
    display: block !important;
    margin: 0 !important;
    border: 1px solid rgb( 0, 0, 0 ) !important;
}

#flickr_icon_td {
    padding: 0 5px 0 0 !important;
}

.flickr_badge_image {
    text-align: center !important;
}

.flickr_badge_image img {
    border: 1px solid black !important;
}

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper {
    background-color: #000000;
}

#flickr_badge_source {
    padding: 0 !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #FFFFFF !important;
}

/* Furl
 ----------------------------------------------- */
.furlListMain ul {
    margin: 0 0 0 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.furlListBullets {
    list-style-type: disc;
}

.furlListNoBullets {
    list-style-type: none;
}

.furlAttribution {
    margin-top: 4px;
}

.furlListItem {
    line-height: 1.5em;
}

.furlLinkArchive {
    visibility: hidden;
}

.furlImg {
    width: 16px;
    height: 16px;
    border: 0px solid black;
    margin-bottom: -3px;
    margin-right: 4px;
}

/* Blogger Posts
 ----------------------------------------------- */
@media all {

.post {
        margin: .5em 0 1.5em;
        border-bottom: 1px dotted #000000;
        padding-bottom: 1.5em;
}
}
@media handheld {

.date-header {
        padding: 0 1.5em 0 1.5em;
}

.post {
        padding: 0 1.5em 0 1.5em;
}
}

.post-title {
    margin: .25em 0 0;
    padding: 0 0 4px;
    font-size: large;
    font-weight: bold;
    line-height: 1.4em;
    color: #8D0821;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.post-title a, .post-title a:visited, .post-title strong {
    display: block;
    text-decoration: none;
    color: #8D0821;
    font-weight: bold;
}

.post-title strong, .post-title a:hover {
    color: #333;
}

.post div {
    margin: 0 0 .75em;
    line-height: 1.6em;
}

p.post-footer {
    margin: -.25em 0 0;
}

.post-footer em, .comment-link {
    letter-spacing: .1em;
}

.post-footer em {
    margin-right: 0.6em;
}

.comment-link {
    margin-left: .6em;
}

.post img {
    padding: 5px;
    border: 1px solid #000000;
}

.post blockquote {
    margin: 1em 20px;
    font-style: italic;
    color: #6C82B5;
}

/* Blogger Comments
 ----------------------------------------------- */
#comments h3 {
    margin: 1em 0;
    letter-spacing: 0.2em;
}

#comments h3 strong {
    font-size: small;
}

#comments-block {
    margin: 1em 0 1.5em;
    line-height: 1.6em;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

#comments-block dt {
    margin: .5em 0;
    font-size: small;
}

#comments-block dd {
    margin: .25em 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: medium;
}

#comments-block dd.comment-timestamp {
    margin: -.25em 0 2em;
    letter-spacing: .1em;
}

#comments-block dd p {
    margin: 0 0 .75em;
}

.deleted-comment {
    font-style: italic;
    color: #666666;
}

.paging-control-container {
    float: right;
    margin: 0px 6px 0px 0px;
    font-size: 80%;
}

.unneeded-paging-control {
    visibility: hidden;
}

/* Blogger Feeds
 ----------------------------------------------- */
#blogfeeds {
}

#postfeeds {
}

/* Blogger Archives
 ----------------------------------------------- */
.sidebar-title {
    text-align: left;
}

.archive-list {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}