/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

html{
 height: 100%;
 background:  url(../images/bg.gif);

}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0 auto;
 height: 100%;
 background:  url(../images/bodybg2.gif) repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
 border: 1px solid #000000;
}
#header {
 width: 750px;
 height: 213px;
 background: #000000 url(../images/header.jpg);
}

#promotion{
width: 254px;
height:213px;
margin: 0 5px 0 0;
float: right;
}

#navigation {
 width: 750px;
 color: #333;
 background: #BD9C8C;
}

#content { 
 width: 730px;
 color: #000000;
 background: #ffffff;
 padding: 10px;
 height:500px;
}

#content2 { 
 width: 730px;
 color: #000000;
 background: #ffffff;
 padding: 10px;
}



#footer { 
 width: 750px;
 color: #ffffff;
 background: #000000;
 margin: 0px 0px 0px 0px;
 height:20px;
 padding: 7px 0 3px 0;
 text-align:center;
 font-weight: bold;
background: #000000 url(../images/navbg.gif) repeat-x;
}

h1{
 font-size: 25px;
 margin: 0 0 10px 0;
}

h2{
 font-size: 20px;
 margin: 5px 0 5px 0;
}

h3{
 font-size: 16px;
 margin: 15px 0 5px 0;
}

h6{
margin: 0;
}

p.hours{
margin: 2px 0 2px 0;
}

p.form{
margin: 5px 0 0 0;
}

legend {
color: #333333;
}