/* ------------- PAGE ELEMENTS ------------ */


body {
 background-color:#4b4b4b;
}

#main-wrapper {
 width:948px;
 position:relative;
 left:50%;
 top:10px;
 margin-left:-474px;
}

#content {
 position:relative;
 height:500px;
 background-image:url(graphics/mainweb.jpg);
}

#banner {
 width:750px;
 height:150px;
 position:relative;
 background-image:url(graphics/banner.jpg);
}

#footer-wrapper {
 width:750px;
 left:50%;
 margin-left-375px;
}

#page {
 position:relative;
 width:400px;
 font-family:arial;
 font-size:1em;
 color:white;
 left:520px;
 top:15px;
}

#footer {
 position:absolute;
 left:600px;
 top:500px;
 color:white;
}


/* -----------   MODULES ---------------- */


#title {
 width:345px;
 height:59px;
 padding:0px;
 border: solid black 1px;
 position:absolute;
 left:548px;
 top:424px;
 background-image:url('graphics/color shadow FINAL web4.png');
}

#title-one {
 width:169px;
 height:40px;
 position:absolute;
 left:190px;
 top:70px;
 background-image:url(graphics/title2.png);
}


#cdlinks {
 width:160px;
 height:150px;
 padding:2px;
 position:absolute;
 left:300px;
 top:155px;
 text-align:right;
 font: 1.1em arial;
 color:black;
}




/* ------------- FONT STYLES ------------- */

p 		{font: 1.1em arial;}

.para		{font: 1.1em arial;}

.pagetitle 	{font: bold 1.2em Arial;}

.footer		{font: .6em Arial;}

a:link		{color: white; text-decoration: none;}
a:visited	{color: white; text-decoration: none;}
a:hover 	{color: black; text-decoration: none;}