body { background-image : url(gradient.png); }
* { margin : 0px; padding : 0px; }
p { line-height : 13pt; font-family : Arial, Helvetica, sans-serif; font-size : 9pt; color : #323232; }

#container { background-color : #ffffff; position : relative; width : 908px; height : 747px; margin : 0 auto; }
#container2 { background-color : #ffffff; position : relative; width : 908px; height : 495px; margin : 0 auto; }
#header { background-image : url(head.png); width : 908px; height : 165px; }
#nav { background-color : #9d9d9d; width : 892px; height : 42px; margin-left : 8px; }
#nav ul li{display: inline; margin: 0 0 0 5px; padding: 0; color: #000000; }
#content { background-color : #bfbfbf; width : 892px; height : 253px; margin-left : 8px; }
#content2 { background-color : #d8d8d8; width : 892px; height : 253px; margin-left : 8px; }
#footer { background-color : #ababab; width : 892px; height : 27px; margin-left : 8px; margin-right : 0px; }

h1 { text-indent : -9999px; }
li { text-indent : -9999px; }

/*Images*/
div#img1 { background-image : url(djpic.jpg); width : 414px; height : 253px; }
div#img5 { background-image : url(djpic2.jpg); width : 414px; height : 253px; }
div#img2 { background-image : url(foot.png); width : 144px; height : 27px; float : right; }
div#img3 { background-image : url(content1.png); width : 892px; height : 253px; }
div#img4 { background-image : url(soon.png); width : 892px; height : 253px; }

/*Intro Page Images*/
div#please { background-image : url(please.png); width : 251px; height : 17px; }

/*Columns*/
.col1 { float : left; width : 445px; padding : 10px; }
.col2 { float : right; width : 414px; padding : 0px; }


/*Navigation Set-up*/
ul.cssmenu { list-style: none; padding: 0px; }
.displace { position: relative; left: -5000px; }
ul.cssmenu li { float: left; width : 150px; height : 42px; }
ul.cssmenu li a { display: block; width: 150px; height: 42px; background: url('nav.png'); }

/*Links*/
ul.cssmenu li.about a { background-position: 0 0; }
ul.cssmenu li.price a { background-position: -150px 0; }
ul.cssmenu li.image a { background-position: -300px 0; }
ul.cssmenu li.find a { background-position: -450px 0; }

/*Hover Links*/
ul.cssmenu li.about a:hover { background-position: 0 -42px; }
ul.cssmenu li.price a:hover { background-position: -150px -42px; }
ul.cssmenu li.image a:hover { background-position: -300px -42px; }
ul.cssmenu li.find a:hover { background-position: -450px -42px; }

/*Clicked Links*/
ul.cssmenu li.about a:active { background-position: 0 -84px; }
ul.cssmenu li.price a:active { background-position: -150px -84px; }
ul.cssmenu li.image a:active { background-position: -300px -84px; }
ul.cssmenu li.find a:active { background-position: -450px -84px; }

/*Selected/Active Links*/
ul.cssmenu li.about a.selected { background-position: 0 -126px; }
ul.cssmenu li.price a.selected { background-position: -150px -126px; }
ul.cssmenu li.image a.selected { background-position: -300px -126px; }
ul.cssmenu li.find a.selected { background-position: -450px -126px; }

/*Normal Links*/
a:link { font-family: Arial, Helvetica, sans-serif; font-size : 9pt; text-decoration: none; color: #323232;}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size : 9pt; text-decoration : underline; color: #ffffff; }
a:visited { font-family: Arial, Helvetica, sans-serif; font-size : 9pt; text-decoration: none; color: #323232;}

