* {
margin:0;
padding:0;
}

body {
background-color:#fff;
background-image:url(../images/site/backg.jpg);
background-repeat:repeat-x;
color:#000;
}

a:link, a:visited {
color:#000066;
}

a:hover {
color:#666;
}

#container {
width:950px;
margin:0;
padding:0;
}

#header {
width:500px;
height:59px;
}

#header a {
background-image:url(../images/site/logo.png);
background-repeat:no-repeat;
width:500px;
height:59px;
display:block;
}

#nav {
margin-top:2px;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-align:center;
}

#nav a {
text-decoration:none;
color:#fff;
margin-right:25px;
height:25px;
}

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

#nav a.active {
color:#ffff00;
}

#left {
width:150px;
margin-top:25px;
padding-left:20px;
padding-right:20px;

float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border-right:#ccc 1px solid;
text-align:center;
}

#left a {
color:#333;
}

#right {
float:right;
width:699px;
padding:25px;
}

#right img {
float:left;
margin-right:25px;
}

#right img.thumbnail {
float:none;
margin-right:0;
}

.clear {
clear:both;
}

p {
text-align:justify;
font-family:Verdana, sans-serif;
font-size:12px;
margin-bottom:15px;
line-height:1.5;
}

p.header {
text-transform:uppercase;
color:#999;
font-family:"Trebuchet MS",Arial, serif;
font-weight:bold;
font-size:22px;
text-indent:0;
}

.content p {
width:200px;
padding-left:25px;
}

.content img {
float:left;
}