@charset "UTF-8";
/* CSS Document */

*, html{border:0; padding:0; margin:0;}

body {background:url(images/background.jpg) top center scroll no-repeat; background-color:#2f1509;}

#mainContainer {width:890px; height:auto; margin:auto;}
#logo {width:242px; height:105px; top:0; margin:auto;}
#mainContent {width:890px; height:auto; margin:auto; top:50px; position:relative;}
#navBar {width:240px; height:auto; background-color:#8bb13f; float:left;}
#bottomNav{width:240px; height:92px; background:url(images/navBottom.png) no-repeat; position:relative; top:22px;}
#topContent {width:650px; height:11px; background-image:url(images/contentTop.png); float:right;}
#contentHome {width:650px; height:440px; background-color:#f7f1de; float:right;}
#content {width:650px; min-height:440px; height:auto; background-color:#f7f1de; float:right;}
#bottomContent {width:650px; height:11px; background-image:url(images/contentbottom.png); float:right;}
#promoBar {
	width:649px;
	height:89px;
	background:url(images/promoBar.png) no-repeat;
	float:left;
	position:absolute;
	left: 242px;
	top: 335px;
}
#promoContent {width:500px; height:50px; padding-top:30px; margin:auto;}
#promoContent p {font-family:"Georgia"; font-size:18px; font-style:italic; text-align:center}

#footer {background:url(images/decorFooter.png) no-repeat; top:60px; position: relative; width:890px; height:172px;}
#footerContent{width:600px; height:100px; margin:auto; padding:30px;}
#footer p, #footer a:link, #footer a:hover, #footer a:visited {font-family:font-family:"Georgia", Times, serif; font-size:12px; color:#f7f1de; text-align:center; line-height:8px}
#footer a:link {text-decoration:none}
#footer a:visited {text-decoration:none}
#footer a:hover {text-decoration:none; color:#8bb13f}

#tweets {width:450px; height:auto; float:left;}
#twitter {width:auto; height:auto; float:left}
#tweets p {font-size:14px; color:#2f1509; line-height:22px;}

.clearBottom{clear:both; height:10px;}


h1 {font-family:"Georgia", Times, serif; font-size:24px; line-height:30px; color:#2e1407; font-weight:100; text-align:center; margin-top:20px;}
h2 {font-size:18px; line-height:24px; margin-top:20px; margin-left:40px; margin-right:40px; margin-bottom:20px; text-align:left; font-weight:100;}
p {font-family:"Georgia", Times, serif;font-size:16px; margin-left:40px; margin-right:40px; margin-bottom:20px; text-align:left; line-height:24px;}

#content a:link, #content a:hover, #content a:visited {font-family:font-family:"Georgia", Times, serif; font-size:16px; color:#2e1407;}
#content a:link {text-decoration:none; color:#2f1509}
#content a:hover {text-decoration:none; color:#8bb13f}
#content a:visited {text-decoration:none}

#navBar h2 {font-size:20px; color:white; margin-left:20px; line-height:15px; font-weight:100px;}
#navBar a:link, #navBar a:visited {color:white; text-decoration:none;}
#navBar a:hover {color:#2e1407; text-decoration:none;}

#contentHome img {padding-top:15px; padding-left:10px; border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#content img {padding:15px;}
