* {
    padding: 0;
    margin: 0;
} 

body {
background: #25579c;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
color: #222;
}

h3 { color: #aaa; font-size: 13px; margin: 10px 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: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 0 30px;
display:none;
}
#header h1 a {
text-decoration: none;
color: #333;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #30A5F2;
font-size: 17px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 30px;
display:none;
}
#header img {
padding: 15px 0 0 20px;

}
#banner {
height: 300px;
background:  url(images/menubg.jpg) repeat-y;
}
#banner img{
margin-bottom:10px;
padding-left: 35px;
padding-top:18px;
}
#menu {
padding-top:10px;
padding-left:10px;
font-size:14px;
height: 40px;
line-height: 30px;
background:  url(images/menubg.jpg) repeat-y;
text-align:center;
}

#menu ul {
padding-left: 20px;
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: 500;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 10px 10px;
background: #25579c url(images/content.gif) repeat-y;
}
.right {
float: right;
width: 560px;
text-align: justify;
padding: 0 20px 10px 10px;
font-size: 14px;
}
.right h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -1px;
font-weight: 600;
padding : 10px 0 15px 28px;
}

.right h3 {
font-size: 16px;
letter-spacing: -1px;
font-weight: 600;
padding : 10px 0 15px 28px;
}
.right p {
text-indent:2em;
margin-bottom:15px;
}

#box{
margin-left:15px;
display:block;
width:520px;
height:80px;
border:2px gray;
border-style:dashed;
padding:5px;
}
#box p{
text-indent:1em;
margin-bottom:5px;
}

#box a{
font-weight:600;
font-size:13px;
}

#square{
margin-left:28px;
margin-bottom:15px;
font-weight:500;
}

#bbox{
margin-left:28px;
margin-bottom:15px;
}


#pbox{
float:right; 
margin-top:10px;
border:1px solid silver; 
margin-left:10px;
margin-bottom:10px;
}
#rbox{
float:right; 
border:6px solid silver; 
width:100px;
height:150px;
margin-left:5px;
}

#jbox{
float:right; 
border:6px solid silver; 
width:120px;
height:240px;
margin-left:5px;
}

#tb{
margin-left:28px;
margin-bottom:15px;
text-align:center;
}
#tb a{
font-size:13px;
}

.left {
float: left;
padding: 10px;
width: 170px;
}
.left h2 {
font-size: 18px;
color: green;
font-weight: 600;
padding: 5px 0 5px 0px;
border:4px double white;
background:#ffffff;
margin-left:8px;
width:120px;
margin-bottom:10px;
}
.left ul {
font-size:12px;
list-style-type: none;
}
.left ul li {
background: transparent url(images/apple.gif) no-repeat;
}

.left ul li a {
display: block;
padding-left:20px;
}
.left ul li a:hover {
color: #ff0000;
}
#adbox {
padding: 10px;
}

#footer {
background: #333 url(images/footer.gif) repeat-y;
height: 180px;
line-height: 30px;
color: #eee;
font-size: 11px;
text-align: center;
}
#footer  a { color: #eee; }
#fbox{
padding-top:10px;
text-align: center;
}
#bottom {
height: 20px;
background: #25579c url(images/bottom.gif) no-repeat;
padding: 5px 0;
}
