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


/********************************************************* 
THIS STYLE SHEET IS ONLY APPLIED ON THE HOME PAGE
*********************************************************/

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


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


#wrapper {
	border:solid #000000 2px;
	width:750px;
	margin:auto;
	padding:0px;
	display:table;
}

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


#maincontainer {
	margin:0px;
	padding:0px;
}

/***************************************************************************************************
RIGHTCOL STYLES ***
***************************************************************************************************/


#rightcol {
	width:241px;
	padding:0px;
	margin:0px;
	float:left;
}

/***************************************************************************************************
CONTENT STYLES ***
***************************************************************************************************/


#content {
	background:url(../images/jpegs/home-body-background-image.jpg) no-repeat;
	height:261px;
	width:509px;
}

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

#intro {
	width:509px;
	margin:0px;
	padding:0px;
	float:left;
}


#intro p{
	font: 16px Verdana;
	color:#FFFFFF;
	padding:15px 10px 0px 10px;
	margin:0px;
	line-height:normal;
	font-weight:normal;
	letter-spacing:normal;
}

#headerIMG {
	background:url(../images/jpegs/home-top-image.jpg) no-repeat;
	width:509px;
	height:191px;
	margin:0px;
	padding:0px;
}

#bodyBottomIMG {
	background:url(../images/jpegs/home-bottom-body-image.jpg) no-repeat;
	height:98px;
	width:509px;
	padding:0px;
	margin:0px;
}
	
/***************************************************************************************************
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;
}