@charset "utf-8";
/* CSS Document */

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

/******heading styles******/
h1 {
color:#990000;
font-size:120%;
margin-left:10px;
}

h2 {
color:#F05131;
font-size:110%;
margin-left:10px;
margin-bottom:-10px;
}

/******paragraph styles******/
p {
font-size:100%;
margin-left:10px;
}

/******div styles******/
/*holds all page content*/
#wrap {
width:830px;
margin: 5px auto;
background:url(../home_images/background.gif) repeat-y;
}
/*holds top banner image*/
#banner {
width:100%;
}

/*holds left side navigation*/
#leftNav{
float:left;
width:124px;
}

/*holds top middle content area*/
#contentTop {
float:left;
/*width:704px;*/
}
/*holds welcome graphic*/
#welcome {
float:left;
width:250px;
margin:15px 5px 0px 10px;
background:#FEFAE3;
height:205px;
padding-top:5px;
}
#welcome p {
margin-left:15px;
margin-right:8px;
margin-top:0px;
line-height:130%;
font-size:110%;
font-weight:bold;
color:#F05131;
text-align:center;
}
#welcome a.small{
	margin-top:15px;
font-size:90%;
font-weight:normal;
}
#textTop {
float:left;
width:265px;
margin-top:15px;
}
/*holds art gallery and recipe boxes*/
#rightCol {
float:right;
width:160px;
margin-right:2px;
}
#contentBottom {
float:left;
margin-top:20px;
padding-bottom:10px;
width:524px;
}
/*clears floats*/
#clear {
clear:both;
}
/*sets location of footer*/
#footer {
	position:relative;
	margin: 0px auto 0px 33px;
	width:768px;
	border-top:1px solid #003399;
	padding-bottom:10px;
	padding-top:5px;		
	visibility: visible;
	background:#FFFFFF;
	}
	
/*footer paragraph style*/
#footer p {
	font-size: 80%;
	line-height: 120%;
	text-align:center;
	padding-top: 5px;
}
.bottomBorder {border-bottom:dashed; border-width:thin; border-bottom-style:dashed;}
