/* CSS Document */

body{
width:100%;
height:100%;
background-color:#666666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;

}
.top{
width:100%;
height:20px;
background-color:#666666;
}
.hoz_bar{
width:100%;
height:15px;
border-top: 1px solid #FFFFFF;
background-color:#333333;
}
.hoz_bar_1{
width:100%;
height:14px;
border-bottom: 1px solid #FFFFFF;
background-color:#333333;
}
#con_container{
width:100%;
height:100%;
background-color:#eaecf2;
display:table;
}

#content{
width:609px;
height:auto;
margin:15px auto 15px auto;
border:1px solid #666666;
}

#top_menu{
width:603px;
text-align:right;
color:#FFFFFF;
font-weight:bold;
margin:55px auto 0px auto;
}

#top_menu a{
text-decoration:none;
color:#FFFFFF;
}

#top_menu a:link, a:visited, a:hover{
text-decoration:none;
color:#FFFFFF;
}

#bot_menu{
width:603px;
height:auto;
padding:4px 0px 0px 0px;
text-align:right;
color:#FFFFFF;
margin:0px auto 0px auto;
}

#con_top{
width:609px;
height:123px;
border-bottom:1px solid #000000;
background-image:url(images/con_top.jpg);
display:table;
}

#con_con{
width:610px;
height:279px;
background-color:#FFFFFF;

}

#con_1{
width:150px;
height:279px;
background:url(images/cat_1.jpg) no-repeat;
margin-right:1px;
float:left;
cursor:pointer;
}
#con_2{
width:150px;
height:279px;
background:url(images/cat_2.jpg) no-repeat;
margin-right:1px;
float:left;
cursor:pointer;
}
#con_3{
width:150px;
height:279px;
background:url(images/cat_3.jpg) no-repeat;
margin-right:1px;
float:left;
cursor:pointer;
}
#con_4{
width:150px;
height:279px;
background:url(images/cat_4.jpg) no-repeat;
float:left;
cursor:pointer;
}

#con_menu a:link, a:visited, a:hover{
text-decoration:underline;
color:#0000CC;
}