/* BobFraser.com */

body{
background-color:#663300;
overflow-x: hidden;
}

#wrapper{
position: relative;
top: 3px;
left: 12%;
width: 800px;
background-image:url(images/m_back.gif);
background-repeat:repeat-y;
}
#header{
position: relative;
float: right;
width: 800px;
height: 102px;
background-image:url(images/header.gif);
}
#features_bar{
position:relative;
float: right;
width: 800px;
height: 22px;
background-image:url(images/feature_bar.gif);
}
#m_content{
position: relative;
width: 800px;
height: 100%;
float: right;
background-color:#cccc99;
background-image:url(images/sides.gif);
background-repeat:no-repeat;
background-position:top;
}
#paragraphs{
position:relative;
background-color:#cccc99;
background-image:url(images/key_back.gif);
background-repeat:no-repeat;
background-position:center;
float: right;
right: 40px;
top: 5px;
width: 300px;

}

#paragraphs2{
position:relative;
background-color:#cccc99;
float: left;
left: 30px;
top: 20px;
width: 400px;
text-align: left;
}

#footer{
position:relative;
width: 800px;
height: 8px;
float: right;
background-image:url(images/footer.gif);
background-repeat:no-repeat;

}

/* STYLES*/

.home{
position: absolute;
top: 0px;
left: 470px;
}
.key{
position:absolute;
top: 0px;
left: 550px;
}
.security{
position:absolute;
top: 0px;
left: 610px;
}
.about{
position:absolute;
top: 0px;
left:700px;
}

img{
border:none;
}

p{
position: relative;
font:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#663300;
text-align:justify;
}

h4{
color:#663300;
}