* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;

}

img { border: none; }
a { color: #3D91E9;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 10px auto 0 auto;

}



#top {
background: #555 url(images/top.jpg) repeat-x;
}

#top1 {
padding: 0 0 0 px;
}

#menu {
height: 30px;
line-height: 30px;
background: #3D91E9 ;

}

#menu a:hover 
{

background-color:#589EE7;

}

#menu ul {

padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}



#menu a {
	display: block;
	background-color: #3D91E9 ;
	color:white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
	padding-left: 6px;
	padding-right: 6px;
}



#sol {
background: url(images/sol.gif) repeat-y;
height:100%;
}

#content {
background-color:white;
padding: 10px 20px;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }


#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
