@charset "utf-8";
/* CSS Document */

html {
 margin: 0px;
 padding: 0px;
 }


body {
 margin: 0px;
 padding: 0px;
 background: rgb(255, 255, 255) url('../img/web/bg.gif') repeat-y scroll 0% 0%;
 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 11px;
 line-height: 14px;
 font-size-adjust: none;
 font-stretch: normal;
 color: rgb(115, 115, 115);
 text-align: left;
 }

#body_container {
	margin: 0px 0px 0px 41px;
	padding:0;
}

a:link {
 text-decoration: none;
 color: rgb(248, 155, 23);
 }


a:visited {
 text-decoration: none;
 color: rgb(115, 115, 115);
 }


a:hover, a:active {
 text-decoration: none;
 color: rgb(115, 115, 115);
 }


#header {
 background: transparent url('../img/web/header_bg.gif') no-repeat scroll left top;
 height: 83px;
 }

#header h1 {
 margin: 0px;
 background: transparent url('../img/web/title.gif') no-repeat scroll left top;
 width: 758px;
 height: 43px;
 }

#header h1 span {
 display: none;
 }

#header h2 {
 margin: 0px;
 padding: 0px;
 background: transparent url('../img/web/sub.gif') no-repeat scroll right top;
 width: 758px;
 height: 42px;
 }

#header h2 span {
 display: none;
 }
 
 
#menu_container {
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 80px;
 left: 41px;
 width: 200px;
 border: 0px solid blue;
 }
 
#menu_container ul {
 position:relative;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 }
 
#menu_container li {
 position:relative;
 padding-left: 12px;
 margin-top: 10px;
 margin-bottom: 10px;
 border:0px solid green;
 }

#menu_container li div {
 position:relative;
 text-align:center;
 padding: 10px;
 margin-top: 15px;
 margin-bottom: 15px;
 border:1px solid green;
 }

#menu_container a, #menu_container a:visited{
 background: transparent url('../img/web/menu_dot.gif') no-repeat scroll 0px 2px;
 font-weight: bold;
 padding-left: 18px;
 color: rgb(248, 155, 23);
 display: block;
 }


#menu_container a:hover {
 background: transparent url('../img/web/menu_dot_animated.gif') no-repeat scroll 0px 2px;
 font-weight: bold;
 padding-left: 18px;
 display: block;
 }


#menu_container a.c, #menu_container a.c:visited {
 background: transparent none repeat scroll 0% 0%;
 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight:normal;
 font-size: 11px;
 line-height: 14px;
 font-size-adjust: none;
 font-stretch: normal;
 color: rgb(115, 115, 115);
 font-weight: normal;
 text-decoration: none;
 padding-left: 18px;
 display: inline;
 }


#menu_container a.c:hover {
 background: transparent none repeat scroll 0% 0%;
 display: inline;
 font-style: normal;
 font-variant: normal;
 font-weight:normal;
 color: rgb(248, 155, 23);
 }
 
 
 
#main_container {
 margin: 0px;
 padding: 10px 10px 10px 10px;
 position: absolute;
 top: 80px;
 left: 242px;
 width: 535px;
 border: 0px solid blue;
 }
 
 p {
	border:0px solid #000000;
	/* margin-top:0px; */
}
.article {
	margin-bottom:10px;
	border:0px solid silver;
	/* width:600px; */
}

.article_title {

}
.article_body {

}
 
 

