/* Content Styles */
body { /* background picture, not content */
 background-color:#ECECEC;
 background-image:url('oldbackground.gif');
 background-repeat:repeat-x;
 background-attachment:fixed;
 color:#000000;
}
#maincontent { /* box where content will go */
 margin-left:auto;
 margin-right:auto;
 margin-top:13px;
 margin-bottom:13px;
 padding:0px;
 border:1px #393939 solid;
 background-color:#DCDCDC;
 background-image:url('oldcontentbacking.gif');
 background-repeat:repeat-x;
 color:#000000;
 height:auto;
 width:734px;
}
.content { /* general formatting for contentA and contentB */
}
#contentA { /* the top left side of the content box - menus */
 width:530px;
 height:55px; /* 30 + 20 + 10 */
 cursor:default;
}
#contentDivider { /* diving line btwn text content and promo/buttons */
 width:18px;
 background-image:url('img/contentdivider.gif');
 background-repeat:repeat-y;
 background-position:6px 2px;
}
#contentB { /* the right side of the content box - promo and buttons */
 width:162px;
}
#contentC { /* below the menus, where the content appears */
 padding:4px 1px 8px 8px;
}
.simplecontent { /* simple <p> content */
 font-family:verdana, sans-serif;
 font-size:13px;
 color:#000000;
 background:transparent;
 text-indent:20px;
}
.list { /* list formatting */
 font-family:verdana, sans-serif;
 font-size:15px;
 color:#000000;
 background:transparent;
}
h1 { /* header */
 margin:0px 13px;
 text-align:right;
}

/* Whole Menu Lines */
h2 { /* main menu (line 1) */
 margin:0px;
 height:30px;
 background-image:url('img/menuline1backing.gif');
 background-repeat:repeat-x;
 font-family:"Gill Sans", Trebuchet MS, sans-serif;
 font-weight:100;
}
h3 { /* submenu (line 2) */
 margin:0px;
 height:20px;
 background-image:url('img/menuline2backing.gif');
 background-repeat:repeat-x;
 position:relative;
 top:0px;
 font-family:Verdana, sans-serif;
 font-weight:100;
 font-size:13px;
 letter-spacing:1px;
}
h4 { /* pretty much the title of each page */
 font-family:Optima, sans-serif;
 font-size:30px;
 margin:5px 7px;
 padding-left:13px;
 background:url('http://192.168.0.2/newsite/img/h4backing.gif') repeat-y;
}



/* Menu Elements */
.menuLine1 { /* elements in the main menu line */
 top:1px;
 color:#333333;
 background-color:transparent;
 cursor:default;
 width:90px;
 text-align:center;
}
.menuLine1Hover { /* when its hover */
 width:90px;
 top:1px;
 color:#222222;
 background-image:url('img/menuline1hover.gif');
 cursor:default;
 text-align:center;
}
.menuLine1Down { /* when its down */
 width:90px;
 top:3px;
 color:#000000;
 background:transparent;
 background-image:url('img/menuline1hover.gif');
 cursor:default;
 text-align:center;
}
.menuLine1Spacer { /* blank .gif btwn menu options */
 width:30px;
 visibility:hidden;
}

.menuLine2 { /* elements in the sub menu line */
 background:transparent;
 color:#CCCCCC;
 top:0px;
 cursor:default;
}
.menuLine2Hover { /* when its hover */
 background-image:url('img/menuline2hover.gif');
 background-position:0px 2px;
 color:#FFFFFF;
 top:0px;
 cursor:default;
}
.menuLine2Down { /* when its down */
 background-image:url('img/menuline2hover.gif');
 background-position:0px -2px;
 color:#CCCCCC;
 top:1px;
 cursor:default;
}
.menuLine2Spacer { /* blank .gif btwn sub menu options */
 width:18px;
 visibility:hidden;
}



/* Shoutbox */
#shouts { /* the whole shout box */
 width:160px;
}
.commentsheader { /* the text that says "Comments" */
 margin:0px;
 margin-bottom:2px;
 font-family:Trebuchet, "Trebuchet MS", sans-serif;
 font-size:14px;
 color:#111111;
 background:transparent;
 margin:0px 4px;
}
#shoutFrame { /* the iframe */
 width:162px;
 height:150px;
 border:1px solid #757575;
}
#shoutuser { /* the nickname input box */
 margin-top:3px;
 padding-left:2px;
 width:162px;
 border:1px solid #666666;
 background-color:#BBBBBB;
 color:#333333;
 font-family:Verdana, sans-serif;
 font-size:13px;
}
#shouttext { /* the textarea */
 margin-top:3px;
 padding-left:2px;
 width:162px;
 border:1px solid #666666;
 background-color:#BBBBBB;
 color:#333333;
 font-family:Verdana, sans-serif;
 font-size:13px;
}
#shoutsubmit { /* the submit button */
 margin-top:3px;
}
/* individual shout formatting is contained in the iframe */


/* Misc */
.promospacer { /* the hr's btwn each element on the promo line */
 margin:6px 0px;
 height:0px;
 border-top:3px double #999999;
 padding:0px;
}
.newsletterheader { /* the top of the newsletter header thing on the side of the page */
 margin:0px;
 font-family:Trebuchet, "Trebuchet MS", sans-serif;
 font-size:14px;
 color:#111111;
 background:transparent;
 margin:0px 4px;
}
.newslettertext { /* the text inside the newsletter box */
 margin:0px;
 font-family:Times, "Times New Roman", serif;
 font-size:14px;
 color:#333333;
 background:transparent;
}
.emailandphone { /* the email and phone # after my picture */
 margin:0px;
 padding:1px;
 font-size:12px;
 font-family:Arial, sans-serif;
 color:#262626;
 text-align:center;
 letter-spacing:.6px;
}
.promoemail { /* the formatting for the link for my email */
 color:#262626;
 text-decoration:none;
 border-bottom:1px solid #ACACAC;
}
#emailform { /* the input box for the email in the newsletter form */
 width:120px;
 border:1px solid #666666;
 background-color:#BBBBBB;
 color:#000000;
 font-family:Verdana, sans-serif;
 font-size:13px;
}
#formsubmit { /* the submit button for the newsletter form */
 width:30px;
}
.copyright { /* copyright information */
 background:transparent;
 color:#757575;
 font-family:serif;
 font-size:13px;
 margin:13px 0px 20px 0px;
}



