@charset "UTF-8";
/* CSS Document */

/*    Standard Elements   */
body{
margin: 0;
padding: 0;
border:0;
text-align: center;
font-size: 14px;
color: #000000;
background: #8599b6 url(images/pagebg.gif) top center repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
color: #b71d21;
}

h3{
color: #b71d21;
}

a {
color: #b71d21;
}

/*   Custom IDs    */

#container{
width: 757px;
margin: 0 auto;
margin-bottom: 65px;
background: transparent url(images/content_background.gif) top left repeat-y;
}

#page_header{
width: 757px;
background: transparent url(images/page_header.gif) top left no-repeat;
}

#page_footer{
width: 757px;
background: transparent url(images/page_footer.gif) bottom left no-repeat;
position: relative;
text-align: right;
}

#menu_container{
width: 92px;
height: 205px;
position: absolute;
top: 341px;
left: 67px;
}

#menu_container ul{
list-style: none;
width: 92px;
margin: 0;
padding: 0;
padding-top: 30px;
color: #FFFFFF;
}

#menu_container a{
font-size: 10px;
line-height: 20px;
display:block;
width: 76px;
padding-right: 12px;
color:#FFFFFF;
text-decoration:none;
}

#menu_container a:hover{
color: #231f20;
}

#content_container{
width: 532px;
padding-top: 303px;
margin-right: 67px;
margin-left: 158px;
padding-bottom: 120px;
text-align: center;
}

#content{
width: 80%;
margin:0 auto;
text-align: left;
position: relative;
}

#tie_spacer{
width: 163px;
height: 60px;
float: right;
}

#contact{
position: absolute;
right: 84px;
bottom: 33px;
text-align: right;
font-size: 9px;
color:#b71d21;
}

#contact a{
color:#b71d21;
}

#website_by_walden{
position: absolute;
bottom: 0px;
right: 84px;
height: 24px;
line-height: 24px;
text-align: right;
font-size: 9px;
color:#547194;
}

#website_by_walden a{
color:#547194;
}

#services{
position: absolute;
bottom: 22px;
left: 209px;
height: 24px;
width: 141px;
text-align: right;
font-size: 9px;
color: #FFFFFF;
}

#atm_consulting{
position: absolute;
bottom: 50px;
left: 210px;
font-weight: bold;
font-size: 15px;
font-family:"Times New Roman", Times, serif;
color: #b71d21;
}


/*     Custom Classes    */
.right{
float: right;
margin: 0;
margin-top:5px;
margin-left: 5px;
}
