

/** BODY ELEMENTS **/
body {background-image:url(../images/background.gif);background-repeat:repeat;text-align: center;}


#container {
	width: 862px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;text-align:center; font-size:12px; color: #675842;
	text-align:left;
	}
	

#header{
	width: 862px;
	background-image:url(../images/logo.gif);
	height: 202px;
}

#leftnav{
	width: 231px;
	height: 200px;
	float: left;

}

.porfolio-pic{float:left; margin-right: 40px; margin-bottom: 20px}


.btn1 {background-image:url(../images/btn1.gif); background-repeat:no-repeat; height: 50px; width: 231px; display: block}
.btn1:hover {background-image:url(../images/btn1_over.gif); background-repeat:no-repeat; height: 50px;  width: 231px; display: block}
.btn1-selected {background-image:url(../images/btn1_over.gif); background-repeat:no-repeat; height: 50px;  width: 231px; display: block}

.btn2 {background-image:url(../images/btn2.gif); background-repeat:no-repeat; height: 61px;  width: 231px; display: block}
.btn2:hover {background-image:url(../images/btn2_over.gif); background-repeat:no-repeat; height: 61px;  width: 231px; display: block}
.btn2-selected{background-image:url(../images/btn2_over.gif); background-repeat:no-repeat; height: 61px;  width: 231px; display: block}


.btn3 {background-image:url(../images/btn3.gif); background-repeat:no-repeat; height: 62px;  width: 231px;}
.btn3:hover {background-image:url(../images/btn3_over.gif); background-repeat:no-repeat; height: 62px;  width: 231px;}
.btn3-selected {background-image:url(../images/btn3_over.gif); background-repeat:no-repeat; height: 62px;  width: 231px;}

.bold_title{font-weight:bold}


.text_area{
padding-left: 20px;
text-align: left;
width: 600px;
float:left;
line-height: 1.4;
}

.bot_footer{ text-align: center; width: 100%; font-size:10px; font-weight: bold; clear:both}
.footer{ text-align: center; width: 100%; font-size:10px; font-weight: bold; clear:both; padding-top: 20px}
.footer_divider{color:#000000; padding-left: 3px; padding-right: 3px; display:inline}

p{padding-bottom: 5px}

h2{font-size:16px; color:#534e46; font-weight:bold; margin-top: 0px}
h3{font-size:12px; font-weight:bold; margin-top: 0px}
li{list-style-image:url(images/bullet.gif); padding-bottom: 10px;}


/* Link colors */
a:link {font-weight : bold; text-decoration : none; color: #2e4765; background: transparent; }
a:visited {font-weight : bold; text-decoration : none;color: #2e4765;background: transparent;}
a:hover {color: #745d38;background: transparent; text-decoration : underline;}
a:active {color: #745d38;background: transparent; font-weight : bold; text-decoration : underline;}