@charset "utf-8";
body {
background-color:#B34307;
background-image:url('img/background.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
background-position:bottom;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:12px;
margin:0;
padding:0;
}

#wrap {
width:760px;
text-align:left;
background-color:#fff;
background-attachment: scroll;
background-image:url('img/wrap-background.jpg');
background-position:bottom;
background-repeat:repeat-x;
margin:10px auto;
padding:20px;
}

#page_body {
background:#fff;
color:#000;
border:1px solid #000;
width:800px;
text-align:left;
margin:0 auto;
padding:10px;
}

#main_section {
float:right;
width:400px;
}

#footer {
color:#fff;
width:800px;
text-align:right;
padding-bottom:10px;
margin:0 auto;
}

#footer a:link,#footer a:visited {
color:#fff;
text-decoration:none;
}

#footer a:hover {
color: #FFFF00;
text-decoration:none;
}

#header {
background:#fff;
text-align:left;
height:145px;
}

#navigation {
width:300px;
float:right;
margin-top:45px;
position:relative;
background:#fff;
text-align:center;
padding:6px;
}

#navigation a:link,#navigation a:visited {
color:#3D5973;
text-decoration:none;
font-size:14px;
padding:5px;
}

#navigation a:hover {
color:#fff;
background:#F75610 url('img/nav-background.jpg');
padding:5px;
}

#top-image-cell {
background:#eee;
float:left;
width:400px;
text-align:center;
padding:15px;
}

#top-text-cell {
margin-left:450px;
font-size:12.5px;
}

#top-text-heading {
font-size:24px;
font-weight:700;
color:#3D5973;
}

#top-text-button a:link,#top-text-button a:visited {
background:#eee;
border:1px solid #aaa;
text-decoration:none;
color:#333;
padding:5px;
}

#top-text-button a:hover {
color:#000;
text-decoration:underline;
}

.hosting-block {
margin-bottom:5px;
}

.heading {
font-size:18px;
font-weight:700;
color:#3D5973;
}

.main_title {
font-size:18px;
font-weight:700;
color:#fff;
border:1px solid #ddd;
background:#F75610 url('img/nav-background.jpg');
margin:5px 0;
padding:5px;
}

.img {
border:1px solid #000;
}