/*********************************************************
* LINC NEW ORLEANS
* SITENAME.COM
* (c) 2007, All Rights Reserved.
*********************************************************/


/********************************************************* 
THIS STYLE SHEET IS ONLY APPLIED ON THE INNERPAGES
*********************************************************/

body {
	margin:10px 0 0 0;
	padding:0px;
	background:#000000;/*#6d1a72; - original color*/
}

* {
	padding:0pt;
	margin:0pt;
}

/***************************************************************************************************
WRAPPER STYLES ***
***************************************************************************************************/


#wrapper {
	border-right:solid #000000 2px;
	border-left:solid #000000 2px;
	border-bottom:solid #000000 2px;
	width:750px;
	margin:auto;
	padding:0px;
}

/***************************************************************************************************
HEADER STYLES ***
***************************************************************************************************/


#header {
	border-top:solid #000000 2px;
	position:relative;
	width:750px;
	height:147px;
	background:url(../images/jpegs/header-innerpage.jpg) no-repeat;
}

/***************************************************************************************************
HEADERNAV STYLES ***
***************************************************************************************************/


#headernav {
	position:absolute;
	width:300px;
	height:100px;
	left:45px;
	top:10px;
	margin:0px;
	padding:0px;
}

/***************************************************************************************************
TOPNAV STYLES ***
***************************************************************************************************/


#topnav {
	margin:0px;
	padding:0px;
	height:77px;
	width:750px;
}

/***************************************************************************************************
MAINCONTAINER STYLES ***
***************************************************************************************************/


#maincontainer {
	background:url(../images/jpegs/inner-page-body-BG.jpg) repeat;
	width:750px;
	display:table;
	border-top:solid #000000 2px;
	margin:0px;
	padding:0px;
}

/***************************************************************************************************
LEFTCOL STYLES ***
***************************************************************************************************/


#leftcol {
	width:181px;
	padding:0px;
	margin:0px;
	float:left;
}

/***************************************************************************************************
INTRO STYLES STYLES ***
***************************************************************************************************/


#intro {
	width:539px;
	margin:0px;
	padding:10px 10px 0px 16px;
	display:table;
	float:left;
}

#intro h1{
	font: 14px/20px Arial;
	color:#FFFFFF;
	padding:0;
	margin:5px 0 5px 10px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:normal;
}

#intro h2{
	font: 14px/20px Arial;
	color:#FFFFFF;
	padding:0;
	margin:5px 0 5px 10px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:normal;
}

#intro h3{
	font: 18px/20px Arial;
	color:#FFFFFF;
	padding:0;
	margin:10px 0px 10px 0px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:normal;
}

#intro p{
	font: 1.0em Verdana;
	color:#FFFFFF;
	padding:2px 0px 2px 0px;
	margin:0px;
	line-height:normal;
	font-weight:normal;
	letter-spacing:normal;
}

/***************************************************************************************************
BIO, FEATURED AND MISC DIV STYLES (APPLIED ONLY TO THE ABOUT US PAGE)!!! ***
***************************************************************************************************/


#bio {
	background:url(../images/gifs/about-body-background.gif);
	width:750px;
	height:650px;
	float:left;
	padding:20px 0 0 0;
}

#featured {
	margin:10px 0px 10px 80px;
	padding:0px;
}

#featured h1{
	font: 14px/20px Arial;
	color:#000000;
	padding:0;
	margin:5px 0 5px 10px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:normal;
}

#featured h2{
	font: 18px/20px Arial;
	color:#c72d35;
	padding:0;
	margin:5px 0 0 10px;
	line-height:normal;
	font-weight:normal;
	letter-spacing:normal;
}

#featured h3{
	font: 18px/20px Arial;
	color:#FFFFFF;
	padding:0;
	margin:10px 0px 10px 0px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:normal;
}

#featured p {
	font:13px/20px Arial;
	letter-spacing:normal;
	line-height:normal;
	margin:0px 10px 5px 10px;
	padding:0px;
	color:#330066;
}

#second {
	height:220px;
	width:300px;
	float:left;
	display:table;
	margin:0px 15px 0px 0px;
}

#last {
	width:300px;
	height:220px;
	float:left;
	display:table;
}

/***************************************************************************************************
FOOTER STYLES ***
***************************************************************************************************/

#footer {
	clear:both;!important 
	width:750px;
	height:100px;
	margin:auto;
	text-align:center;
	padding:20px 0px 10px 0px;
	background:url(../images/gifs/footer_top.gif) no-repeat;
}

#footer p {
	font:14px/20px Arial;
	letter-spacing:normal;
	line-height:normal;
	margin:0px;
	padding:0px 0px 5px 5px;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:active{
	font:14px/20px Arial;
	letter-spacing:normal;
	line-height:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover{
	font:14px/20px Arial;
	letter-spacing:normal;
	line-height:normal;
	color:#FFFF66;
}
	