/* CSS Document */

body {
margin:0px;
padding:0px;
}

body{
font-family:Verdana;
font-size:12px;
color:#ffffff;
background-color:#1e1e1e;
}



a { color:#FFFFFF; }
a:visited { color:#ffffff; text-decoration:none }

/*---COLORS---*/
.pink { color:#f9a4c6 }




/*Font styles*/
.b {font-weight:bold}
.i {font-style:italic}
.u {text-decoration:underline}


.fs10 {font-size:10px}
.fs11 {font-size:11px}
.fs12 {font-size:12px}
.fs14 {font-size:14px}
.fs16 {font-size:16px}
.fs18 {font-size:18px}
.fs20 {font-size:20px}
.fs24 {font-size:24px}








/*-- content --*/
.content_bg{
background-image:url(../images/contentBG.jpg); background-repeat:no-repeat; background-position:top;
}
.top_cont {
background-image:url(../images/top_content.jpg); background-repeat:repeat-x; background-position:top;
}
.bottom_cont {background-image:url(../images/bottom_cont.jpg); background-repeat:repeat-x; background-position:top;
}



.footerbg {
background-image:url(../images/footerbg.jpg); background-repeat:no-repeat; background-position:top
}


/*---- footer ---- */
.footer, .footer a:link {
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
line-height:7px;
}

.footer a:hover {
text-decoration:underline;
}

