﻿@charset "UTF-8";
/* CSS Document */
html { height: 100%; }
body { text-align:left; height: 100%; margin:0; padding:0; background:#aa9b71; font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:16px;}

#right { position: relative; width: 100%; height:100%; background: url(../images/tile_right.jpg) top left repeat-x;}
#left { width: 50%; background: url(../images/tile_left.jpg) top right repeat-x; height:100%; position: absolute; top:0px; left:0px;}

#content { width:920px; margin: 0 auto; text-align:left; height: 100%; background:transparent; z-index:100; position:relative; top:0px;}
#masthead { position:absolute; top:0px; width:920px; height:159px; background: url(../images/nav_bg.png) no-repeat; }
#mainContainer { position:absolute; width:920px; height:289px; top:159px; }
#mainContent { position:absolute; width:489px; height:228px; }
#footContainer { position:absolute; width:920px; height:162px; top:448px; left:47px; background:url(../images/bg_footer.gif) no-repeat;}
a:link, a:active, a:visited { color:#08598c; text-decoration:none; }
a:hover { text-decoration:underline;}

a.footer:link, a.footer:active, a.footer:visited { color:#ffffff; text-decoration:underline; }
a.footer:hover { text-decoration:none;}

ul { list-style:url(../images/bullet.gif); }
li { margin:0 0 5px 0; line-height:18px;}

p.comments {margin:5px 0 11px 10px;}

h1 {
	font-size:16px; color:#08598c;
}

h2 {
	font-size:12px; color:#08598c;
}

.blogPost {
	
	border-top:1px black solid;
}
