* {
    padding: 0;
    margin: 0;
} 

body {
background: #25579c;
font-family: Verdana, Tahoma, Arial, sans-serif;
color: #222;
line-height:160%;
}

h3 { color: #666; font-size: 16px; margin: 0 0 10px 0; }
ol { padding-left: 20px; }
img { border: none; }
a { color: #1D87EF; text-decoration: none; }
a:hover { text-decoration: underline; color : #ff0000; }

#wrap {
margin: 20px auto;
width: 800px;
}

#top {
background: #25579c url(/images/top.gif) no-repeat;
padding: 5px 0;
}

#header {
background: #eee url(/images/header.gif) no-repeat;
height: 100px;
}
#header h1 {
font-size: 24px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #333;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #30A5F2;
font-size: 14px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 30px;
}

#menu {
height: 30px;
line-height: 30px;
background: #4FA0F2 url(/images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
font-size:10px;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 15px 15px;
background: #25579c url(/images/content.gif) repeat-y;
}
.right {
float: right;
width: 580px;
padding: 0 10px 10px 0px;
}
.right h2 {
color: #1D87EF;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 10px;
}
.right ul{
padding-left: 15px;
}

.right p{
margin:12px;
}

.left {
float: left;
width: 160px;
padding: 10px;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 15px;
}
.left ul li {
padding: 2px 20px;
background: transparent url(/images/apple.gif) no-repeat;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #ff0000;
}

#footer {
background: #333 url(/images/footer.gif) no-repeat;
height: 30px;
text-align: center;
line-height: 30px;
color: #eee;
font-size: 10px;
}
#footer  a { color: #eee; }

#bottom {
background: #25579c url(/images/bottom.gif) no-repeat;
padding: 5px 0;
}
p.adara{font-size:70%;line-height:130%;margin-top:40px;}
