html
{
	padding:0;
	margin:0;
}
body
{
	padding:0;
	margin:0;
	font-family:tahoma;
}
a img
{
	border:none;
}
/*************************************************head*******************************************/
#top1
{
    background:#b1c278;
    height:16px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#top1 div
{
    background:#468ab4;
    height:16px;
    float:right;
    width:536px;
}
#top2
{
    position:absolute;
    top:16px;
    left:0;
    width:100%;
    background:#e8ebf0;
    height:119px;
}
#logo
{
    position:absolute;
    top:46px;
    right:25px;
    background:url('../../images/logo.gif') 0 0 no-repeat;
    height:30px;
    width:275px;
}
#top3
{
    position:absolute;
    top:135px;
    left:0;
    background:url('../../images/menubg.gif') 0 0 repeat-x;
    width:100%;
}
#top3 div
{
    background:url('../../images/pic.jpg') 100% 0 no-repeat;
    padding-right:537px;
}
#top3 div div
{
    background:url('../../images/newbg.jpg') 100% 0 no-repeat;
    height:374px;
    padding:0;
}
#top3 div ul
{
    width:230px;
    text-align:left;
    margin:0;
    padding:40px 0 0 40px;
    list-style:none;
}
#top3 div ul li
{
    background:url('../../images/li.gif') 0 5px no-repeat;
    text-transform:uppercase;
    margin:0;
    padding:0;
    line-height:14px;
    font-size:10px;
    padding:3px 0 5px 25px;
}
#top3 div ul li a
{
    color:#fff;
    text-decoration:none;
    padding:0;
    margin:0;
}
/*********************************************content*******************************************/
#content
{
    padding:540px 40px 40px 40px;
    background:#e9ecf1;
    color:#636b72;
    font-size:11px;
}

#content h1 {
	 text-transform:uppercase;
    font-size:20px;
    font-weight:normal;
    margin:0;
    padding:0 0 10px 0;
	 display: none;
}

.title
{
    text-transform:uppercase;
    font-size:20px;
    font-weight:normal;
    margin:0;
    padding:0 0 10px 0;
}
#content p
{
    margin:0;
    padding:10px 0;
}
/*********************************************footer*******************************************/
#bot1
{
    background:#468ab4;
    height:16px;
}
#bot1 div
{
    height:16px;
    background:#b1c278;
    float:right;
    width:536px;
}
#footer
{
    height:115px;
    background:#757e84;
    position:relative;
}
#mail
{
    padding-left:23px;
    background:url('../../images/mail.gif') 0 2px no-repeat;
    font-size:10px;
    color:#bdc7cd;
    position:absolute;
    top:52px;
    left:34px;
}
#mail a
{
    color:#bdc7cd;
}
#copy
{
    font-size:11px;
    color:#bdc7cd;
    position:absolute;
    top:52px;
    right:28px;
}

#content ul
{
    width:230px;
    text-align:left;
    margin:0;
    padding:40px 0 0 40px;
    list-style:none;
}

#content ul li
{
    background:url('../../images/li.gif') 0 5px no-repeat;
    text-transform:uppercase;
    margin:0;
    padding:0;
    line-height:14px;
    font-size:10px;
    padding:3px 0 5px 25px;
}

#content ul li a
{
    color:#55b1d8;
    text-decoration:none;
    padding:0;
    margin:0;
}