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

body {
background: url(images/bg.jpg) top left no-repeat #023d50;
color: #ffffff;
font-family: Arial;
font-size: 12px;
}

#container {
width: 950px;
}

#left {
width: 190px;
float:left;
font-family: "trebuchet ms";
font-size: 12px;
padding: 10px;
padding-bottom: 20px;
background: #003140;
border-right: 5px solid #202427;
}

#left ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#left li {
display: block;
width: 160px;
background: url(images/dot2.gif) left no-repeat;
padding-left: 15px;
margin-left: 10px;

}

#left a:link {
padding-left: 5px;
display: block;
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #95AEB5;

}

#left a:visited {
padding-left: 5px;
display: block;
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #95AEB5;
}

#left a:hover {
padding-left: 5px;
background: #202427;
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #ffffff;
}

#right {
width: 720px;
float: right;
}

#right a:link {
color: #02E3FF;
text-decoration:none;


}

#right a:visited {
color: #02E3FF;
text-decoration:none;

}

#right a:hover {
color: #02E3FF;
text-decoration:none;
border-bottom: 1px dotted #02E3FF;
}


#rightblock {
float:right;
width: 300px;
height: 350px;
}

h1 {
font-size: 22px;
letter-spacing: -1px;
}

h2 {
font-size: 18px;
letter-spacing: -1px;
}

h3 {
font-size: 14px;
letter-spacing: -1px;
}
