@charset "utf-8";
/* CSS Document */

body { padding:0; margin:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color: #8c8c8c; background-color:#000000;  }

/* Main Layout */
#main { margin:10px auto; width:900px; height:auto; overflow:auto; }
#header { width:900px; height:300px; }
#content { width:900px; }
#footer { font-size:9px; margin:0 auto; width:900px; text-align:center; }

/* Columns */
#headerL { width:700px; float:left; }
#headerR { width:200px; height:300px; float:left; }
#conC1Nav { width:230px; float:left; padding:5px; }
#conC2 { width:630px; padding:10px; margin-left:5px; display:inline; float:left; position:relative; top:-150px; }
#conC3 { width:230px; padding:5px; float:left; clear:both; }

/* Navigation */

#conC1Nav ul { margin:0; padding:0; list-style:none; font-size:14px; }
#conC1Nav li { background-image:url(_images-site/img02.gif); background-repeat:no-repeat; background-position: 5px 12px; padding-left:20px; padding-top:6px; }
#conC1Nav li ul li { background-image:url(_images-site/img02.gif); background-repeat:no-repeat; background-position: 10px 12px; padding-left:20px; padding-top:6px; }
#conC1Nav li a:link, #conC1Nav li a:visited { text-decoration:underline; color:#3aa0b9;  } 
#conC1Nav li a:hover, #conC1Nav li a:active { text-decoration:none; color:#f4369a;   } 

/* General Styles */

a:link, a:visited { text-decoration:underline; color:#3aa0b9; }
a:hover, a:active { text-decoration:none; color: #f4369a; }

/* Text */
h1.siteTitle {  margin:120px 0 0 0; padding:0; }
h1.siteTitle a:link, a:visited { color:#f4369a; }
h2#site_subheading { font-size:13px; color:#f4369a; margin:0; padding:0; border:none; }

h1 { font-size:36px; }
h2 { font-size:24px; color: #CBA61A; border-bottom:2px solid #292929; padding-bottom:3px; }

p { font-size:13px; color: #8c8c8c; font-family:Georgia, "Times New Roman", Times, serif; }

#footer p { font-size:9px; }

/* colours */

.pink { color:#f4369a; }
.blue { color:#3aa0b9; }
.yellow { color:

