* {
margin: 0;
padding: 0;
}

body { 
width: 700px;
font: normal 14px sans-serif; 
line-height : 22px;
margin: 70px auto 0 auto
/*background-image : url(images/background.jpg);
background-repeat : repeat;
background-color: #3b3960;*/
}

img {
border : solid #4a4a72 3px;
float : left;
margin : 5px 10px 10px 0;
}

#container { 
width: 600px; 
margin: 70px auto 0 auto; 
}


/*#content {
text-align : justify;
background-color : #dcdded;
min-height : 300px;
}*/


#content a {
text-decoration : none;
color : #c10035;
/*color: #363657;*/
}

em {
font-style : normal;
border-bottom : dashed 1px;
}

p { 
margin : 10px;
}

#footer p { 
margin : 0px;
}


#content a:hover {
text-decoration : none;
border-bottom : dashed #c10035 1px;
color : #c10035;
/*color: #363657;*/
}


#content ul {
margin : 10px;
list-style-type : circle;
}

#content li {
margin-left : 20px;
}

ul#menu {
width: 100%;
margin-top: 10px;
overflow: hidden;
/*border-bottom: 5px solid #bcbcdd;*/
}

ul#menu li {
/*background-color : #bcbcdd;*/
background : url('images/95x35.png') transparent;
width: 95px;
height: 25px;
float: left;
display: block;
padding-top: 5px;
text-align: center;
margin-right : 5px;
}

ul#menu li a {
text-decoration: none;
color: #363657;
display : block;
}

ul#menu li a:hover {
color : #c10035;
/*color : #ecedf4;*/
}


ul#menu li.active {
/*background-color : #dcdded;*/
background : url('images/95x35active.png') transparent;
color: #363657;
}

ul#menu li.active a { 
color: #363657; 
}

ul#menu li.active a:hover {
color : #c10035;
/*color : #fff;*/
}

#bar1, #bar2, #bar3, #bar4, #bar5 { 
color: #363657;
padding: 30px 40px 30px 40px; 
background-color: #dcdded;  
display: none;
}

#bar1 {
display: block; 
}

#footer {
width : 600px;
margin : 10px auto 0 auto;
text-align : center;
font-size : 11px;
line-height : 13px;
color : #686896;
overflow : hidden;
}

#footer a {
color : #686896;
text-decoration : none;
}

#footer a:hover {
color : #6c6cad;
text-decoration : none;
}

