/*//////////////////////////////////// Main Menu/////////////////////////////////*/

#main{
position:relative;
margin-right: auto;
margin-left: auto;
width :1000px;
height:1200px;
}

.main_menu{
position:absolute;
left: 0px;
top: 0px;
width: 220px;
margin: 0px 0px 0px 0px;
padding: 75px 0px 50px 20px;
background-image: url(../image/web_images/menu.jpg);
background-repeat: no-repeat;
background-position: left top;
height:1200px;
}

li {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
list-style-type: none;
}

.menu_titles {
font-weight: bold;
background-image: url(../image/web_images/leaf_icon.gif);
background-position: left;
background-repeat: no-repeat;
padding: 0 0 0 15px ;
}

a{text-decoration: none;}
a:link  {color: #000;}
a:visited {color: #000;}
a:hover {color: #009900;}
a:active {color: #000;}
/*//////////////////////////////////// Content/////////////////////////////////*/
.image_content{
position:absolute;
left: 220px;
top: 0px;
width: 770px;
margin: 0 0px 10px 10px;
height:1200px;
}
.google_ads{
float:left;
vertical-align:top;
margin: 10px 0px 30px 0px;
padding: 0 24px 0 24px;
}

.back_button{
padding: 295px 0px 20px 0px;
background-image:url(../image/web_images/back.jpg);
background-repeat: no-repeat;  
background-position: 98% 98%;
width :770px;
height: 40px;
}

.image_wrapper{
text-align: right;
font-size:12px;
font-style: italic;
}
.main_image {
border-left: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}
.heading{
border-right: 2px solid #A3A3A3;
margin:21px 0 0 0;
}
h1{
margin: 0 0 10px 0;
text-decoration: underline;
}
