*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
   
}

body, html{
	height: 101%;
	margin-bottom: 1px;
	overflow-x: hidden;
	margin:0 0 0 0;
    padding:0;
    background: #fff;
    text-align:center;
    background-image:url(images/bg.png);
	background-color: #999999;
	background-repeat: repeat-x;
}

a{
    color:#5e6c78;
    font-size: 12px;
    text-decoration:none;
}

a:hover{
    color:#cccc00;
    font-size: 12px;
    text-decoration:none;
}

#container{
    width:900px;
    margin:10px 0 0 10px;
    padding:0;
    background:#fff;
    text-align:left; 
     
}

#logo{
    float:left;
    clear:none;
    height:60px;
    width:221px;
    background:url(images/wierlacher_logo.jpg) left bottom no-repeat;
    position: absolute;
    left:10px;
    top:30px;
}

#header{
    position: absolute;
    background-image:url(images/header.gif); 
    background-repeat: repeat-x;
    background-color: transparent;
    left: 0px;
    top: 120px;
    padding:30px 0 0 10px;
    height:100px;
    width: 100%;
}

#slogan{
	text-align: left;
	float: left;
	position: absolute;
	left: 290px;
	top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 12px;
	height: 50px;
	width: 400px;
	}


h1{
    text-indent:-80000px;
    color: #5e6c78;
    height:35px;
    width:168px;
}
h2{
    ffont-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color: #5e6c78;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

form {
	color: #797B7A;
	margin: 0px 0px 5px 0px;
	padding:0px;
}

input {
	border: 1px solid #cccc00;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

button {
	border: 1px solid #cccc00;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

textarea {
	border: 1px solid #cccc00;
	width: 250px;
	}


p{
    color:#043f4a;
    font-size:11px;    
    line-height:20px;
}
#left_container ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#left_container li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;

}

#right_container ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#right_container li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url(images/content_bullet.png) left top no-repeat;

}
#right_content p{
    
}


img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

#left_container{
    width:248px;
    height:490px;
    background:url(images/top.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    position: absolute;
    left:10px;
    top:215px; 
    padding:20px 5px 10px 5px;
    border:2px solid #e7e7e7;
    font-size:11px;
    float:left;
    clear:none;
    
     
}


#right_container{
    width:606px;
    background:url(images/top.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    position: absolute;
    left:280px;
    top: 215px;
    padding:10px 14px;
    border: 2px solid #e7e7e7;
    font-size:11px;
    float:right;
    clear:none;
    
}

.clear{
    clear:both;
}