* {
    margin:0;
    padding:0;
}

body {
    background-color: #FFF;
    background-image:url(./img/back.gif);
    background-position: center;
    background-repeat:repeat-y;
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
}

a {
    color: #000;
}

h1, h2, h3 {
    font-size:24px;
    font-weight:normal;
    margin-bottom:20px;
    color: #99C5EA;
}

#head {
    width:900px;
    height:160px;
    background-image:url(./img/header.jpg);
    margin:auto;
}
#menu {
    width:900px;
    height:25px;
    background-image:url(./img/menuback.jpg);
    margin:auto;
}

#menu {
    width:900px;
    height:20px;
    background-image:url(./img/menuback.jpg);
    margin:auto;
    padding-top:5px;
}

#menu UL {
    /*margin-top: 15px;*/
    list-style-type: none;
}
#menu UL LI {
    list-style-type: none;
    float:left;
    display: block;
    width:146px;
    text-align:center;
}
#menu UL LI a {
    font-weight: bold;
    text-decoration: none;
}

#menu UL LI a:link, #menu UL LI a:visited {
    color:#FFF;
}
#menu UL LI a:hover, #menu UL LI a:active {
    color:#000;
}
#content {
    width: 860px;
    margin:auto;
    padding:20px;
    border-bottom:1px solid #99C5EA;
}

#iframe {
    width:610px;
    height:550px;
    float:left;
    margin-right:20px;
    /*border: 1px solid black;*/
}

#info {
    float:left;
    /*border: 1px solid blacK;*/
    width:220px;
    line-height:18px;
}

#info h1 {
    font-size:12px;
    font-weight:bold;
    line-height:18px;
}

#footer {
    width: 860px;
    margin:auto;
    padding:0px;
    color: #ccc;
    font-size:9px;
    text-align:center;
}

#footer a {
    color: #ccc;
    text-decoration:underline;
}


.clear {
	clear:both;
	overflow:hidden;
	height:0;
	display:block;
}
html>body .clear {
	overflow:visible;
}


