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

body {
background-image:url(bg.jpg);
background-repeat:repeat-x;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:0.8em;
}

#container {
width:900px;
height:1138px;
background-image:url(cranes.jpg);
background-repeat:no-repeat;
margin:0 auto 0 auto;
}

#logo {
width:341px;
height:114px;
margin-left:35px;
}

#content {
width:301px;
height:1024px;
background-image:url(content_bg.jpg);
background-repeat:no-repeat;
padding:15px 40px 0 20px;
margin-left:35px;
}

.hr {
width:100%;
height:1px;
overflow:hidden;
background-color:#333333;
}

h2 {
font-size:1.1em;
font-weight:bold;
}

a {
color:#e05801;
font-weight:bold;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

img {
border:none;
}

#emailBtn {
margin-bottom:6px;
}

#emailPara {
margin-bottom:-6px;
}
