*
{
    margin: 0px;
    padding: 0px;
}

a{
    color: #EC5D3B;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

body {
	background: url(images/bg_all.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	color: #1f1f1f;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#content{
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    background: url(images/con_bg.jpg);
    background-repeat: repeat-y;
}

#headertop{
    background: url(images/header_top.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    height: 72px;
}

#menu{
    width: 985px;
    height: 41px;
    float:right;
    padding-top: 31px;
}

#menu ul {
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #ffffff;
    float: left;
    width: 104px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 11px;
    background: url(images/menu_bg.png);
    background-repeat:no-repeat;
    background-position:bottom;
    margin-right: 4px;
}

#menu a:hover{
    width: 104px;
    height: 30px;
    text-decoration: none;
    background: url(images/hov.png);
    background-repeat:no-repeat;
    background-position:bottom;
}

#header {
    height: 0;
    background-repeat:no-repeat;
    background-position:left top;
}
#main{
    width: 998px;
    margin: 0 auto;
    background: url(images/main_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-top:  5px;
}

#leftcon{
    float: left;
    width: 975px;
    margin-left: 12px;

}

#leftcon H5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #0c1744;
    border-bottom: 1px solid #183088;
    margin-bottom: 10px;
}

#con_bot{
    background: url(images/con_bot.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #ffffff;
    height: 25px;
}

#footer {
    height: 36px;
    clear: both;
    padding-top: 10px;
    background: url(images/footer.jpg);
    background-repeat:repeat-x;
    background-position:top;
    margin-bottom: 10px;
}

#footer p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}
