/*Bush roses v3
copyright beneb design*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
background:url(images/bg.png) repeat-x;
background-color:#e9831d;
font-family:Arial, Verdana, Helvetica, sans-serif;
}
#mainContainer {
width:600px;
height:620px;
margin:auto;
position:relative;
}
#leftRose {
height:610px;
width:129px;
background:url(images/left-rose.png);
position:absolute;
top:0;
left:5px;
}
#logo {
height:115px;
width:207px;
background:url(images/logo.png);
position:absolute;
top:85px;
left:268px;
}
#mainContent {
/*height:388px;*/
width:410px;
position:absolute;
left:160px;
top:205px;
}
#created {
width:135px;
height:12px;
text-align:center;
font-size:9px;
color:#b56311;
position:absolute;
top:610px;
left:0px;

}
#qOpen {
height:46px;
width:45px;
background:url(images/q-open.png);
position:absolute;
top:318px;
left:154px;
}
#qClose {
height:43px;
width:39px;
background:url(images/q-close.png);
position:absolute;
top:507px;
left:529px;
}



h1, h2, h3{ 
font-family: "Trebuchet MS",Verdana,Sans-Serif;
text-transform:uppercase;
}
h1 {
font-size: 12pt;
letter-spacing: 0.2pt;
color: #000;
text-transform: uppercase;
padding-top: 8px;
padding-bottom: 5px;
padding-left:10px;
text-align:center;
}
p {
padding: 0 0 0 0;
font-size:11pt;
text-align:center;
}
.bb {
font-size:10pt;
text-align:right;
font-style:italic;
}
.quote {
font-size:11pt;
text-align:center;
/*background:url(images/q-bg.png);*/
padding:5px;
}

a {
color:#fff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active {
color:#333333;
}
a:visited {
color:#ffffff;
}

