*{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
border:none;
font-size:12px;
}
a {
color:black;
}
a:hover {
color:#b6e026;
}
body {
background:url(images/bg.png) repeat-x #f5f6f6;
}
#box{
width: 900px;
margin: 0 auto; 
text-align: left;
}
#header {
height: 59px;
padding: 10px;
}
#header h1{
display:block;
float:left;
width:200px;
font-size:30px;
}
#header h2 {
width:200px;
display:block;
text-align:right;
color:#b6e026;
}
#about {
float:right;
height:14px;
padding:45px 0px 0px 0px;
}

/* The Menue */

#menue,#footer {
height:40px;
background:#b6e026;
border:1px solid #7ca800;
border-left:none;
border-right:none;
width:882px;
float:left;
}
#menue ul li {
list-style-type:none;
}
#menue ul li a {
display:block;
height:20px;
float:left;
padding:10px;
color:white;
font-size:16px;
border-right:1px solid #7ca800;
font-weight:bold;
text-decoration:none;
}
#menue ul li a:hover {
background:#8faf20;
}
#upleft,#upright,#downleft,#downright {
width:9px;
height:42px;
float:left;
}
#upleft {
background:url(images/upleft.png);
}
#upright {
background:url(images/upright.png);
}
#downleft {
background:url(images/downleft.png);
clear:both;
}
#downright {
background:url(images/downright.png);
}
#content {
clear:both;
background:white;
padding:5px;
border-right:1px solid #7ca800;
border-left:1px solid #7ca800;
}
#footer {
color:white;
text-align:right;
padding:5px;
height:30px;
width:872px;
}
#footer a {
color:white;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#txtbox {
background:#ececec;
padding:5px;
width:500px;
float:left;
}
#txtbox h1 {
color:#7ca800;
font-size:18px;
}
#news {
float:right;
background:#b6e026;
border:1px solid #7ca800;
width:350px;
padding:5px;
color:#333333;
}
#news h1 {
font-size:18px;
}
#news p {
margin-top:10px;
}
#bg {
float:right;
width:350px;
margin-top:20px;
background:url(images/bg.jpg) no-repeat center;
height:250px;
}