/* Structural Styles */
body {
margin: 0 auto;
background-color: #ddddb6;
}

.content_wrapper, .internal_content_wrapper {
background: url(landing_assets/bg.png) repeat-y top;
/* centering styles */
position: absolute;
left: 50%;
margin-left: -407px;
width:815px;
}

.internal_content_wrapper {
/* centering styles */
position: absolute;
left: 50%;
margin-left: -407px;
width:815px;
}



.header {
background: url(landing_assets/header.jpg) no-repeat top;
height:181px;
width:815px;


}




.leftside {
width: 430px;
margin-left: 40px;
}

.leftside p {
font-family: Arial;
font-size: 13px;
line-height: 19px;
margin-top: -10px;

}

.leftside img {
padding: 20px 0 20px 0;
border: none;
}


.button {
margin: 0;
}

.rightside  {
position: absolute;
margin: 10px 0 0 520px;

}

.personal_internal {
width: 530px;
margin-left: 240px;

}

.personal_internal {
font-family: Arial;
font-size: 13px;
line-height: 19px;
margin-top: -10px;
}

.internal_leftcolumn {
position: absolute;
top:180px;
margin-left: 180px;
width: 165px;
}


.internal_leftcolumn a {
text-decoration: none;
color: blue;
}

.internal_leftcolumn a:hover {
color: black;
}

.dottedline {
border-top: #cccccc dashed 1px;


}

.graytext {
margin-top: -30px;

}

.graytext p {
color: gray;
font-size: 11px;
padding: 10px;
margin-top: -10px;

}



/* Navigation / Header Styles */



.navigation {
list-style: none;
position: absolute;
margin-top: 185px;
margin-left: -30px;
*margin-left:30px;
font-family: Arial;
font-size: 12px;

}

.navigation li {
position: absolute;
margin-top: -37px;
}

.navigation a {
text-decoration: none;
color: white;
}

.navigation a:hover{
color: black;
}



.nav_excerpt {
margin:0 0 0 40px;

}
.nav_reviews {
margin:0 0 0 150px;

}
.nav_links {
margin:0 0 0 290px;
}

.nav_media {
margin:0 0 0 400px;
}

.nav_blog {
margin:0 0 0 500px;

}
.nav_purchase  {
margin:0 0 0 590px;

}

.nav_contact  {
margin:0 0 0 710px;

}


.nav_home {
width: 769px;
background: #d1e0d1;
padding: 4px 4px 4px 30px;
margin:-14px 0 0 6px;
*margin:-21px 0 0 6px;
font-family: Arial;
font-size: 12px;
}

.nav_home a{
text-decoration: none;
color: #336633;

}

.nav_home a:hover {
color: black;
}

