body {
	width:950px;
	height:auto;
	margin: 0 auto;
	background-color:#ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:13px;
   /* background: url('../images/images.jpg') repeat;*/
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px;
	color: #f7941d;
    margin-left: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 5px;
}

p {
    margin: 10px;
    margin-left: 20px;
	padding: 5px 5px;
}

a:link {font-weight:bold;text-decoration: none; color:#333333}
a:visited {font-weight:bold;text-decoration: none;color:#333333}
a:active {text-decoration: none;color:#0303fd}
a:hover {text-decoration: none; color:#0303fd} 

div#Container{
	width:950px;
   background-color:#fff ;
}

div#Top{
    background-color:#ffffff;
    text-align:left;
    width:950px;
    height:257px;
    margin:0 auto;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    font-family: ;
    background: url('../images/header_wo_text.jpg') no-repeat left top;
}  

div#Top_menu ul{
     list-style-image:url("../images/orangebox.gif");
     list-style-type:square;
     padding:217px 0px 0px 250px; 
     
}
div#Top_menu li{
   margin-left: 50px;
   padding-left: 0px;
   float: left;
}
div#Top_menu a{
    color: #fff;
    font-size: 17px;
}
div#Top_menu a:hover{
    color: #f7611d;
}


div#Left_menu_line{
    height: 40px;
   /* background-color: #ea0000;*/
    border-bottom: 3px solid #fff;
    text-align: right;
    background: url(../images/menupat4.gif) repeat;
}
    
div#Left_menu_line a{
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color:#fff;
}
div#Left{
    clear: both;
    margin: 0 auto;
	float:left;
	width:191px;
	padding:0px;
   /* min-height: 700px;*/
    background: #f7611d;
    position:inherit; 
    /*background: url(../images/menupat3.gif) repeat;*/
}

div#Left_menu_line1{
    height: 25px;
    background-color: #f7611d;
    border-bottom: 1px solid #fff;
    text-align: right;
    
}
    
div#Left_menu_line1 a{
    font-size: 13px;
    color:#fff;
}
div#Left_menu_line1 p{
    padding: 0;
    padding-top: 3px;
    padding-right: 5px;
    margin: 0 auto;
}
div#left_headline{
    background-color:#5f5f5f ;
    width: 191px;
    min-height: 15px;
    border-bottom: 3px solid #fff;
    text-align: center;
    vertical-align: bottom;
    
}
div#left_headline p{
    font-family: ;
    font-size: 18px;
    color:#fff;
    padding-top:10px;
    }

div#Right{

	position: relative;
	float:right;
	width:759px;
	padding:0px;
	min-height:545px;
    background-color: #fff;
 	
}
/* FOOTER */
div#Footer{
	clear:both;
	width:950px;
	height:30px;
	vertical-align:middle;
	text-align: center;
    background-color: #ccc;
}
div#Footer_left{
	float: left;
	height:30px;
	width:191px;
    border-top: solid 2px #ccc;
	position: relative;
	margin-top: 0px;
	background-color:#5f5f5f ;	
}

div#Footer_right{
	float: right;
	height:30px;
	width:759px;
	position: relative;
	margin-top: 0px;
	background-color:#bfc1c3;

}

div#Footer_left a{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
}

div#Footer1{
	clear:both;
	width:951px;
	height:45px;
	vertical-align:middle;
	text-align: center;
    background: url('../images/footer.jpg') #fff no-repeat left top;
}