/* import stylesheets of LINKS & TYPOGRAPHY */
/* */
@import url("BB_type.css");
@import url("BB_layout.css");
@import url("BB_color.css");
/*@import url("ie7.css");*/
/* end import/hide */

/*Normalize margin, padding*/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}
/*Normalize font-size for headers*/
h1, h2, h3, h4, h5, h6
{font-size: 100%;}
/*Removes list-style from lists*/
ol, ul
{list-style: none;}
/*Normalize font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, the, var
{font-style: normal; font-weight: normal;}
/*Removes borders and spacing from tables*/
table
{border-collapse: collapse; border-spacing: 0;}
/*Left-align text in caption and th*/
caption, th
{text-align: left;}
/*Removes quotation marks from q*/
q:before, q:after
{content:'';}
/*Change all underline of hyperlink to dash*/

html{font-size: 100%;} 

body{
position: relative;
left:0; right:0; top:0; bottom:0;
font-size: 1em;
font-family: Georgia, "Times New Roman", serif;
text-align: center;
color: #444;
background-image: url(graphics/background.jpg);
background-position: center top;
background-repeat: repeat-x;
background-color: rgb(54, 63, 59);
}

#wrapper{
position: relative;
margin: 0/*top*/ auto/*right and left*/ 2em;
width: 56.25em;/*900px*/
color: #333333;
font-size: 1em;
font-family: Georgia, Times, serif;
text-align: left;
border: 0.0625em solid #333;
border-top: none;
background-color: rgb(104, 153, 83);
}
