/* CSS Document */
body {
	margin : 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	font-size: 12px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



#wrapper  {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}

#top {
	position: absolute;
	height: 120px;
	width: 100%;
	top:0px;
	border:0px none;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	left: 0px;
}
.title {
	position: absolute;
	top: 35px;
	left: 300px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.contactuslink a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 700px;
	text-decoration: none;
}
.contactuslink a:hover {
	color: #CCCCCC;
}

#left {
	position: absolute;
	height: 1550px;
	width:200px;
	top:105px;
	list-style-type: none;
	background-color: #333333;
	color: #FFFFFF;
}

#navigation {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style-type: none;
}
#navigation li a{
	display: block;
	padding: 5px 5px 5px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#navigation li a:hover{
	color: #CCCCCC;
}
#neworleans a{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#neworleans a:hover{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}
#main {
	position: absolute;
	top: 105px;
	left: 200px;
	background-color: #333333;
	width: 580px;
	height: 1550px;
	color: #FFFFFF;
	font-size: 12px;
	
}
#main a{
	text-decoration: underline;
	color: #FFFFFF;
}
#main a:hover{
	color: #CCCCCC;
}
#insidemain{
	position: relative;
	top: 10px;
	left: 10px;
	width: 550px;
	height: auto;

}
.leftimg{
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.rightimg{
	float: right;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;

}

.clear{
	clear: both;
}
#footer{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
