/* Steve Coates, Flying Fox Multimedia, March 2007 */

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:14px;
text-align:center;
background: #000;
margin:35px 0;
padding:0;
color:#fff;
line-height:1.2em;
}

/* --- wrapper --- */

#wrapper {
width:983px;
margin: 0 auto;
padding: 0;
text-align:left;
background: #000 url('../images/main-bg.jpg') no-repeat;
/* this fixes the grrr problem that stops IE6 dislaying the background image! */
min-height: 550px;
_height:550px;
}

/* --- left --- */

#left {
width:270px;
padding:21px 0px 10px 22px;
float:left;
}

#left img {
border:0;
}

ul#nav  {
list-style: none;
padding:0;
margin:5px 0 0 8px;
}

#nav li {
padding: 3px 0 0 0;
}

#nav li a:link, #nav li a:visited {
color: #999;
text-decoration:none;
font-size: 18px;
}

#nav li a:hover {
color: #000;
}

#nav li.ur a {
color:#000;
}

/* second level */
ul#nav ul {
margin:0 0 0 0;
padding: 0 0 5px 15px;
}

ul#nav ul li {
padding: 0;
line-height:16px;
list-style:none;
}
ul#nav ul li a:link, ul#nav ul li a:visited {
font-size: 13px;
}


/* --- right --- */

#right {
width:355px;
padding:15px 250px 10px 0;
float:right;
text-align:right;
}

#right p.first {
margin-left:75px;
/*border-left:1px solid #eee;*/
}

#right h1 {
margin-left:85px;
}

#right a:link, #right a:visited {
color:#fffcf1;
font-weight:normal;
text-decoration:none;
}

#right a:hover {
color:#feff01;
}


/* --- footer --- */

#footer {
width:983px;
margin: 0 auto;
text-align:right;
padding:5px;
color:#fff;
background:#000;
font-size: 11px;
}

#footer a:link, #footer a:visited {
color:#fffcf1;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#feff01;
}


/* --- text --- */

p {
/*text-align:justify;*/
}

h1 {
margin-top:0;
font-size:20px;
color:#fff;
font-weight:normal;
text-align:right;
}

h2 {
margin-top:0;
font-size:1.8em;
letter-spacing:.1em;
color:#fff;
padding-top:5px;
text-align:right;
}

h3 {
margin-top:0;
font-size:1.5em;
letter-spacing:.1em;
color:#265B8D;
}

h4 {
margin-top:0;
font-size: 1.3em;
color:#265B8D;
margin-bottom:-.6em;
padding:0 0 0 22px;
background-image:url(images/0198_blue-box.png);
background-repeat:no-repeat;
}

/* slideshow */ 

#slideshow {
	position:relative;
	overflow: hidden;
	float:right; 
	width:275px;
	height:206px;
	border: 3px solid #feff01;
}


