content-left {
color : white;
font-family : Tahoma;
font-size : 8pt;
font-weight : bold;
border-right : 1px solid white;
text-decoration : none;
}

a.menu {
display : block;
margin : 0;
padding : 3px;
margin-top : 5px;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 5px;
}

a.menu:hover {
background-color : black;
}

body {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
font-variant : small-caps;
color : white;
background-color : black;
background-image : url(images/bgr.jpg);
background-repeat : no-repeat;
}

#wrapper {
width : 940px;
margin-left: auto;
margin-right: auto;
background-image : url(images/bgr2.jpg);
background-repeat : repeat-x;
background-color : #03020a;
}

#header {
height : 120px;
padding:10px;
}

#content {
margin-top : 10px;
padding-bottom : 10px;
}

#content div {
border : 1px solid #fe0000;
padding : 10px;
float : left;
margin:10px;
}

#content-left {
width : 180px;
}

#content-main {
margin-left : 10px;
width : 500px;
}

#content-right {
margin-left : 10px;
width : 134px;
}

#footer {
float: left;
margin-top : 10px;
margin-bottom : 10px;
padding : 10px;
width : 898px;
}

#bottom {
clear : both;
text-align : right;
}

.align-right { 
float:right;  
}

.align-left { 
float:left;  
}

a:link {
text-decoration : none;
color : #ff3333;
}

a:hover {
color : #ff3366;
}

a:visited {
color: #ff00CC;
text-decoration: none;
}

P.center {
text-align : center;
}

P.nodec {
font-variant : normal;
}

P.right {
text-align : right;
}

img {
border : 0;
}