* { margin: 0; padding: 0; }

body { background: url(../images/mainback.jpg) right repeat-y; }

hr {align: center;}

#wrapper { float: left; width: 900px; }

#header {
 float: left;
 width: 900px;
 height: 125px;
 background: url(../images/tophead.jpg) no-repeat;
 border-bottom: 5px solid #02baa2;
}

#left {
 float: left;
 width: 200px;
 min-height: 300px;
 background: url(../images/paintmartnav.jpg) no-repeat;
 border-top: 2px solid #fbda01;
}

#locationfooter {
 float: left;
 width: 900px;
 height: 125px;
 border-bottom: 5px solid #02baa2;
}



#nav {
 font-family: arial;
 margin-top: 58px;
 height: 150px;
 list-style: none;
 text-align: left;
 margin-left: 55px;
 border-left: 0px solid black;
 border-bottom: 0px solid black;
 width: 120px;
}

#nav li { 
 padding: 1px;
 width: 120px;
}

#nav a:link { 
 text-decoration: none;
 width: 100%;
 color: black;
 font-size: 0.9em;
}

#nav a:hover {
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 background: red;
}

#nav a:visited {
 text-decoration: none;
 font-size: 0.9em;

}

#topinfo {
 font-family: georgia, Times new Roman;
 font-weight: bold;
 float: right;
 width: 500px;
 font-size: 1.5em;
 text-align: right;
 border-top: 0px solid black;
 margin-top: 50px;
 margin-right: 20px;
}

.title {
 background: #FF0000;
 font-family: arial;
 font-size: 1 em;
 font-weight: bold;
 color: white;
 padding: 5px;
 text-align: center;
 border: 1px solid #000000;
 width: 650;
 margin:0px auto;
 }

#content {
 min-height: 450px;
 padding: 5px;
 border: 2px solid #fbda01;
 float: right;
 width: 686px;
 background: white;
}
* html #content {height:400px} /* IE Min-Height Hack */

#footer {
 text-align: center;
 float: left;
 width: 900px;
 border-top: 2px solid #02baa2;
 }

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}
