@charset "utf-8";
/* CSS Document */

#container {
background:url(../images/secondary/contentbkgd.jpg) repeat-y;
width:940px;
height:auto;
margin:15px auto 0 auto;
}

/*************************************/
/*          CONTENT AREA
/*************************************/

#content {
height:auto;
margin:18px 0 0 0;
}

/*box that contains the content text*/
#box {
position:relative;
width:600px;
float:left;
height:auto;
}

#contenttop {
background:url(../images/secondary/contentbkgd_top.jpg) no-repeat;
width:659px;
height:55px;
position:relative;
top:-45px;
left:39px;
}

#contentbot {
background:url(../images/secondary/contentbkgd_bottom.jpg) no-repeat;
width:659px;
height:12px;
position:relative;
bottom:0;
left:39px;
}

/*text + watermark pic*/
#text {
background:url(../images/secondary/pic_sketch.jpg) no-repeat;
background-position:bottom right;
position:relative;
width:600px;
margin:-40px 0 10px 70px;
min-height:410px;
height:350px;
}

html>body #text {/*---for better browsers NOT IE----- */
height:auto!important;
}

/*content header styles*/
#content h3 {
background:url(../images/secondary/minilogo.gif) no-repeat left;
padding:10px 0 10px 50px;
text-transform:uppercase;
color:#660000;
margin:0 10px 0 0;
font-size:1.5em;
left:-15px;
position:relative;
font-size:1.5em;
}


/*************************************/
/*         FEATURE BOX
/*************************************/
#picturebox {
background-image:url(../images/featurebox_bkgd.jpg);
width:199px;
position:relative;
right:0px;
font-size:.9em;
text-align:center;
z-index:99;
top:-4px;
margin:0px 0 0 713px;
}

#picturebox img {
margin: 0;
}

#picturebox_top {
background:url(../images/secondary/featureboxtop.jpg) no-repeat;
height:28px;
width:199px;
position:relative;
margin:0 0 5px 0;
}

#picturebox_bottom {
background:url(../images/featurebox_bottom.jpg) no-repeat;
height:31px;
width:199px;
position:relative;
margin:5px 0 0 0;
}






