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

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

.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:4650px;
}

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/////////////////////////////////*/
.link_menu{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
list-style-type: none;
margin: 10px 0 10px 0;
}
.link_heading{
margin: 10px 0 10px 0;
}
.link_menu a{
font-weight: bold;
}
#link_content{
position:absolute;
left: 230px;
top: 0px;
width: 760px;
margin: 0 0px 10px 10px;
height: 4650px;
}

p{
font-size:14px;
}
h2{
font-size:16px;
font-weight: bold;
background-color: #99CDC9;
border-right: 1px solid #828282;
border-bottom: 1px solid #828282;
margin:5px 0 5px 0;
}
.link_titles{
font-weight: bold;
}
a.link_headings:hover {color: #000;}

#footer_wrapper{
margin:200px 0 0 0;
}
