body{
   background:#474747;
}
h1{
   font-size:14px;
	 color:red;
	 margin:10px;
}
a{
   font-weight: bold;
	 color:#FE7E00;
}
a:hover{
   color:#474747;
}
#logo p{
   font-family: arial;
	 font-size:12px;
	 position: relative;
	 top:100px;
	 left:130px;
}
.java{
   padding-top:10px;
	 padding-left:160px;
	 font-weight:bold;
}
.text{
   padding-top:20px;
	 padding-left:60px;
	 padding-right:70px;
}
.adress{
   padding-left:320px;
	 padding-top:50px;
}

#designleft p{
   padding:10px;
}
#left p{
	 font-weight:bold;
	 color:#303030;
	 text-align:justify;
}
#r1 p{
   margin-top:30px;
	 margin-left:30px;
	 margin-right:30px;
	 margin-bottom:30px;
}
#r2 img{
   margin-left:35px;
	 margin-right:10px;
	 float:left;
	 
}
#r2 p{
   float:left;
	 margin-top:30px;
}
#r1 img{
   margin-left:70px;
	 margin-top:30px;
	 border:3px #474747 double;
}
#footer a{
   font-family: arial;
	 color:#FE7E00;
	 text-decoration: none;
	 margin-left:105px;
	 font-size:12px;
}
#footer a:hover{
   color:#474747;
	 text-decoration:underline;
}
#box{
   width: 800px;
	 height: 840px;
	 font-family:arial;
	 font-size:12px;
	 margin: 0 auto;
}
#header{
   width: 800px;
	 height: 200px;
}
#logo{
   width: 300px;
	 height: 200px;
	 float: left;
	 background: url(images/logo.jpg);
}
#head{
   width: 500px;
	 height: 200px;
	 background: url(images/header.jpg);
	 float: left;
}
#welcome{
   width: 800px;
	 height: 40px;
	 background:#ffffff;
}
#navi{
   width: 800px;
	 height: 50px;
	 background:url(images/navibg.jpg);
}
#content{
   width: 800px;
	 height: 450px;
	 background: #ffffff;
}
#left{
   width: 350px;
	 height: 450px;
	 background: #ffffff;
	 float:left;
}
#l1{
   width: 350px;
	 height: 150px;
	 background: url(images/1.jpg);
}
#l2{
   width: 350px;
	 height: 150px;
	 background: url(images/2.jpg);
}
#l3{
   width: 350px;
	 height: 150px;
	 background: url(images/3.jpg);
}
#right{
   width: 450px;
	 height: 450px;
	 background: #ffffff;
	 float:left;
}
#r1{
   width: 450px;
	 height: 150px;
}
#r2{
   width: 450px;
	 height: 100px;
}
#r3{
   width:450px;
	 height:200px;
	 padding-top:40px;
	 padding-left:20px;
}
#r3 a{
   text-decoration:none;
}
#r3 img{
   border:0px;
}
#designleft{
   width:300px;
	 height: 450px;
	 float:left;
}
#designright{
   width:500px;
	 height:450px;
	 float:left;
	 overflow:auto;
}

#footer{
   width: 800px;
	 height: 100px;
	 background:url(images/navibg.jpg);
}
#navcontainer{
   margin-left: 10px;
	 margin-top: 10px;
}
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
font-family:arial;
font-size: 12px;
line-height: 16px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FE7E00;
padding-bottom: 2px;
background: transparent;
color: #FE7E00;
}

#navlist a:hover { color: #FE7E00; }