body  {
background: #B7B7B7;
margin: 0;
}

body a:hover  {
cursor: pointer;
cursor: hand;
}

#container { 
width: 700px;
margin: 0 auto;
background-image: url(banner_02.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
border-right: solid 1px #000000;
border-left: solid 1px #000000;
}

#header { 
padding: 0px 0px 0px 0px;
background-color: transparent;
} 

#header a {
color: #FFFFFF;
text-decoration: none;
font-size: 30pt; 
font-family: "Arial";
cursor: pointer;
cursor: hand;
}

#menu {
background-color: #C30303; 
padding: 6px 0px 6px 0px;
text-align: center;
vertical-align: middle;
margin: 0px;
}

#menu a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold; 
font-size: 10pt; 
font-family: "Lucida Sans Unicode";
text-transform: lowercase;
}

#menu a:hover {
color: #ecf2f3;
cursor: pointer;
cursor: hand;
}

#sidebar {
float: left;
width: 160px;
padding: 30px 30px 0px 30px;
margin: 0;
color: #444444;
text-align: left;
}

#sidebar a {
text-decoration: none; 
color: #262626;
font-family: "Lucida Sans Unicode";
font-size: 10pt;
}

#sidebar a:hover {
color: #666666;
cursor: pointer;
cursor: hand;
}

#sidebar img {
border: solid 1px #d6d6d6;
}

.project {
margin:15px 0 25px 0;
font-family: "Lucida Sans Unicode"; 
font-size: 12pt;
}

h1 {
margin: 0px;
color: #C30303; 
font-size: 12pt; 
font-family: "Lucida Sans Unicode"; 
font-weight: bold;
}

h2 {
color: #C30303;
font-size: 12pt; 
margin: 20px 0 5px 0;
}

#main {
background-color:#FFFFFF;
} 

#text { 
margin: 0 0 0 0;
padding: 10px 30px 30px 30px;
color: #444444;
font-family: "Lucida Sans Unicode";
font-size: 10pt; 
line-height: 18px;
text-align: justify;
} 

#text a {
color: #C30303; 
text-decoration: none;
}

#text a:hover {
color: #444444;
cursor: pointer;
cursor: hand;
}

#footer {
padding: 6px 30px 6px 30px;
background: #E7E7E7; 
font-family: "Lucida Sans Unicode";
color: #444444;
font-size: 9pt;
text-align: center;
}

#footer a {
text-decoration: none; 
color: #262626;
}

#footer a:hover {
color: #666666;
cursor: pointer;
cursor: hand;
}

.separator {
font-size:11pt;
color:#FFFFFF;
}

.clear {
clear:both;
}