body
 {
font-family: Geneva, Arial, Helvetica, sans-serif;
background-image:url('images/bground.png');
background-repeat:repeat-x;
background-color:#619ED1;
}

h1 {
font-size:16px;
font-weight:bold; 
color:#000000;
text-align:center;}

h2 {
font-size:16px;
font-weight:bold; 
color:#000000;
}

h3 {
font-size:16px;
font-weight:bold; 
color:#000000;
}

#container {
width:960px;
height:860px;
margin-left:auto;
margin-right:auto;
z-index:1;}

#logo{
position:relative;
width:960px;
height:115px;
background-image:url('images/logo.png');
z-index:2; }

#content {
position:absolute;
width:960px;
height:785px;
margin-top:5px;
z-index:1; }

#toptext {
position:absolute;
width:944px;
height:auto;
padding:8px;
margin-top:7px;
background: #AFC5CD;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 4px #202020;
-moz-box-shadow: 0px 0px 4px #202020;
-webkit-box-shadow: 0px 0px 4px #202020;
z-index:1;
}
#lefttext{
position:absolute; 
width:180px;
height:393px;
margin-top:74px;
padding-left:10px;
padding-top:18px;
background: #AFC5CD;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 4px #202020;
-moz-box-shadow: 0px 0px 4px #202020;
-webkit-box-shadow: 0px 0px 4px #202020;
z-index:2;
}
#righttext{
position:absolute; 
width:753px;
height:406px;
margin-top:74px;
margin-left:202px;
padding-left:5px;
padding-top:5px;
background: #AFC5CD;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 4px #202020;
-moz-box-shadow: 0px 0px 4px #202020;
-webkit-box-shadow: 0px 0px 4px #202020;
z-index:2;
}
#text{
position:absolute; 
width:312px;
height:370px;
padding:15px;
background-color:#6C95A4;
z-index:3;
}

#image{
position:absolute; 
width:370px;
height:370px;
padding:15px;
margin-left:348px;
background-color:#6C95A4;
z-index:2;
}

#bottomtext{
position:relative; 
width:930px;
height:auto;
padding:15px;
margin-top:501px;
background: #AFC5CD;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 4px #202020;
-moz-box-shadow: 0px 0px 4px #202020;
-webkit-box-shadow: 0px 0px 4px #202020;
z-index:2;
}
#teltext{
position:relative; 
width:930px;
height:auto;
padding:15px;
margin-top:10px;
background: #AFC5CD;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 4px #202020;
-moz-box-shadow: 0px 0px 4px #202020;
-webkit-box-shadow: 0px 0px 4px #202020;
z-index:2;
}

.style1 {
  		font-size: 14px;
		font-weight:normal;
		
        font-family: arial;
        color:#000000;
}	
.style2 {
  		font-size: 14px;
		font-weight:normal;
       
        font-family: arial;
       
}				
		
a:link {
    font-size:0.875em;
    font-family:'arial';
    font-weight:normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
    font-size:0.875em;
    font-family:'arial';
    font-weight:normal;
	color: #000000;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
 ul.a {list-style-type:circle;}
  ul.b {list-style-type:square;}
  ol.c {list-style-type:upper-roman;}
  ol.d {list-style-type:lower-alpha;}
</style>