@import url(main.css);
@import url(text.css);
@import url(images.css);

body 		{
			background: #271313;
     		}

#wrapper 	{
			float:none;
			width:1010px;
			min-height:500px;
			height:auto;
			margin-top:-8px;
			margin-right:auto;
			margin-left:auto;
			background: #271313;
	 	}	

#logo	 	{
			float:left;
			width:210px;
			height:149px;
			padding-top:3px;
			margin:3px 0px 0px 0px;
			background: #271313;
			border-top: solid #FFF 1px;
			border-bottom: solid #FFF 1px;
		}

#header	{
			float:right;
			width:800px;
			height:160px;
			margin:0;
			background: #271313 url(../images/funk-style-class.jpg) top right no-repeat;
			border-bottom: solid #271313 10px;
		}

#top-nav	 	{
			float:right;
			width:100%;
			height: 30px;
			margin: 0px;
			background: #271313;
			text-align: right;
		}

#left	 	{
			float:left;
			width:150px;
			height:auto;
			padding-bottom: 20px;
			padding-top: 20px;
			margin: 0px;
			text-align: left;
			background: #271313;
		}


#right	 	{
			float:right;
			width:190px;
			height: auto;
			padding-top: 18px;
			padding-bottom: 10px;
			margin-right: 10px;
			text-align: center;
			background: ;
		}


#bottomsection 	{
			
			float:right;
			width:860px;
			height: 150px;
			margin: auto auto 0px auto;
			padding-left: 10px;
			background-color: #271313;
			border-top: solid #FFF 1px;
			text-align:center;
		}

#hours	 	{
			float:left;
			width:140px;
			height: 170px;
			margin-top: 30px;
			text-align:left;
			background: #271313;
			border-top: solid #FFF 1px;
		}

#box1	 	{
			float:right;
			width:182px;
			height: 120px;
			margin: 15px 10px 0px 18px;
			text-align: center;
			background: #271313 url(../images/box1c.png) center center no-repeat;
			border: inset #FFF 1px;
		}

#box2	 	{
			float:right;
			width:182px;
			height: 120px;
			margin: 15px 19px 0px 19px;
			text-align: center;
			background: #271313;
			border: dotted #FFF 1px;
		}
#box3	 	{
			float:right;
			width:182px;
			height: 120px;
			margin: 15px 20px 0px 20px;
			text-align: center;
			background: #271313;
			border-bottom: solid #FFF 1px;
			border-right: solid #FFF 1px;
			border-top: solid #999 1px;
			border-left: solid #999 1px;
		}

#box4	 {
			float:right;
			width:182px;
			height: 120px;
			margin: 15px 18px 0px 0px;
			text-align: center;
			background: #271313;
			border: dotted #FFF 1px;
		}

#footer	 	{
			clear:both;
			float:none;
			width:1010px;
			height: 20px;
			margin: auto;
			padding-top: 10px;
			background-color: #271313;	
			border-top: solid #fff 1px;
			text-align:right;
		}

hr.frontpgbar 	{
			width:500px;
			color:#271313;
			margin-left:80px;
		}

hr.p85bar 	{
			width:600px;
			color:#271313;
		}

ul.Hnav		{
			list-style-type:none;
			margin-top:5px;
			width:auto;
			height:auto;
			float:right;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
		}

ul.Hnav li	{	float:right; 		}
ul.Hnav a	{	
			display:block;
			padding:3px 10px 3px 10px;
			width:auto;
			height:auto;	
			text-align:center;	
			color:#FFF;
			border-left: solid #fff 1px;
		}
ul.Hnav a:hover	{ 	color:#FFF; text-decoration:underline;	}








ul.Vnav		{
			list-style-type:none;
			margin:0px;
			padding-left:5px;
			width:200px;
			height:auto;
			float:left;
			font-family: Invitation, Verdana, Arial, Helvetica, sans-serif;
			font-size: 1.25em;
			background: #271313;
			text-align:left;
		}

ul.Vnav li	{		float:none;		}

ul.Vnav a	{	
			display:block;
			padding:10px 0 10px 0px;
			margin-left:px;
			width:170px;
			height:auto;	
			text-align:left;	
			color:#F8E9E3;
			background-color: #271313;
		}
ul.Vnav a:hover	{ 	color:#FFF;
			text-decoration:none;
			margin-left:5px;
		}


a:link { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#FFF;; text-decoration:underline;}
a:active { color:#FFF;text-decoration:underline;}


* html #wrapper {display:inline;}
* html #top {display:inline;}
* html #top-nav {display:inline;}
* html #main {display:inline;}	
* html #rightside {display:inline;}
* html #secL {display:inline;}
* html #secM {display:inline;}
* html #secR {display:inline;}
* html #footer	{display:inline;}





