body {
	margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
	background-repeat: repeat-x;
}

p {
    font-size: 12px;
    line-height: 150%;
}

#container {
    width: 900px;
    height: 600px;
    margin: 0px auto 0px auto;
    float: none;
}

header {
	height: 120px;
	width: 900px;
}

header h1 {
    margin: 0px;
    padding: 0px;
}

header #title {
	float: left;
	height: 100px;
	width: 300px;
}

header #title h1 {
    margin-top: 40px;
}

header #cat_menu {
	float: right;
	height: 100px;
	width: 580px;
    
}

header #cat_menu #Banner {
    float: right;
    margin-right: 30px;
}

header #cat_menu ul {
    list-style-type: none;
    font-size: 10px;
    margin-top: 100px;
}

header #cat_menu li {
    display: inline;
    float: right;
    width: 70px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #050505;
    padding-left: 8px;
}

header #cat_menu li a {
    text-decoration: none;
    color: #000;
}

header #cat_menu li a:hover {
    color: #09F;
    text-decoration: underline; 
}

main {
    height: auto;
    width: 900px;
}

main #left_navi {
    height: 300px;
    width: 210px;
    float: left;
    margin-top: 30px;
}

#left_navi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
}

#left_navi ul #navi01 {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 46px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#left_navi ul #navi02 {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 46px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
#left_navi ul #navi03 {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 46px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
#left_navi ul #navi04 {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 46px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
#left_navi ul #navi05 {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 46px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#left_navi ul a:hover img {
    visibility: hidden;
}


#left_navi ul h2 {
    margin: 0px;
    padding: 0px;
}

main #article {
    height: auto;
    width: 450px;
    float: left;
    margin: 30px 0px 0px 20px;
}

#article .article_item {
    width: 450px;
    float: left;
    margin-bottom: 20px;
}

#article .article_item .article_title {
    width: 450px;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 7px;  
}

#article .article_item .article_title h2 {
    font-size : 12px;
    color: 4A4A4A;
    margin: 0 0 0 10px;
    padding: 5px;
}

#article .article_item img {
    float: left;
}

#article .article_item a {
	color: #F63;
}

#article .article_item .article_news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #747474;
    border-bottom-style: solid;
}


main #banner {
    height: 300px;
    width: 200px;
    float: right;
    margin-top: 30px;
}

footer {
	clear: both;
    height: 20px;
    width: 900px;
    background-color: #000;
    font-size: 10px;
    text-align: center;
    color: #FFF;
    line-height: 17px;
    margin: 0 auto 0 auto;
}


.side_image{
   border: 1px solid #474747;
}