/* Copyright (c) 2009 Ukao Solutions */

html, body {height: 100%;  }
body {/* customize_background */ background-color: #ffffff; /* customize_background */ text-align: center; padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 1000px;
    text-align: left;
}

#page #header{
    width: 1000px;
    border-top: 5px solid #1F3861;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#page #headerin{
    overflow: auto;
    height: 100px;
margin-left: 20px;
}

#page #logo {
    margin-top: 20px;
}

#page #top-right form{
    margin-top: 60px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
    margin-top: 5px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
}

#page #nav-out{width: 100%; background: #1F3861; height: 30px;}

#page #nav {
}
#page #nav ul {list-style: none; margin: 0 0 0 20px;; padding:0; line-height: 30px;}
#page #nav ul li{float: left}
#page #nav ul a{float: left; color: #ffffff; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{background: #FFFF99; color: #1F3861;}

#page #contain {
    margin-top: 10px;
}

#page #sidebar {
    width: 260px;
    margin-top: 10px;
}
#page #sidebar h2{margin-top: 0px;}

#page #sidebar.right {padding-left: 20px; border-left: 2px solid #333333}
#page #sidebar.left {background: #EAEAEA; margin-right: 20px; border-right: 2px solid #333333; padding-right: 20px}

#page #main {
    width: 620px;
}
#page #main.no-sidebar {
    width: 100%;
}

#page #footer {
    clear: both;
    margin-bottom: 40px;
}

#page #footer #copyright{
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 8px 0;
    clear: both;
    overflow: hidden;
    height: 30px;
}
#page #footer #copyright a:hover{text-decoration: none}

#page .footer-area{
    width: 480px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    border-top: 2px solid #333333;
}

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 10px auto 0 auto }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

form {margin: 0 0 0 35px; padding: 0px}
