
/*-----two brothers ravioli-----*/	
body {
	background: #FFF url(images/body-bg.jpg) repeat;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82251C;
	}
	
p {
	line-height: 160%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #82251C;
	}
	
	
/*-----MAIN CONTAINERS-----*/	

#container {
	width: 758px;
	position: relative;
	margin: 0px auto;
	clear: both;
	}
	
#header {
	background: transparent url(images/header.gif) no-repeat bottom center;
	height: 140px;
	width: 100%;
	}
	
#logo {
	background: transparent url(images/2bros-logo.gif) no-repeat bottom center;
	height: 140px;
	width: 100%;
	}
	
#outercontent2 {
	width: 100%;
	background: url(images/outer-content.jpg) no-repeat top center;
	padding-top: 207px;
	position:relative;
	}
	
#outercontent {
	width: 748px;
	border:5px solid #82251C;
	background: #FFF ;
	min-height:550px;
	background: #FFF url(images/navbar-bg2.jpg) repeat-y left;
	position:relative;
	}

#content {
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #82251C;
	font-size: 12px;
	width: 442px;
	background: #FFF;
	margin-left: 246px;
	position:relative;
	}	
	
#prefooter {
	clear: both !important;
	position:relative;
	}
	
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 48px;
	clear: both;
	}
	

/*-----LEFT SIDE NAVIGATION-----*/


#leftnav {
	width: 246px;
	height: 100%;
	float: left;
	position:relative;
	}
	

#navbox {
	width: 246px;
	height: 100%;
	float: left;
	position:relative;
	}
	
#leftnav a:link, #leftnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82251C;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	text-decoration: underline;
	color: #DC5E09;
	}
	
#leftnav ul {
	width: 246px;
	}

#leftnav ul li {
	list-style: none;
	background: url(images/navbar-bg.jpg) no-repeat bottom right;
	padding: 10px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82251C;
	font-size: 14px;
	width: 246px;
	}
	

	

