/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#ffffff;}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 { color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px  Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h2 {color : #7a2e40;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px  Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h3 {color : #7a2e40;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h4 {color : #7a2e40; font : bold 14px Arial, Helvetica, sans-serif;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {background : #ffda9b;border : 1px solid #c08e3b;padding : 15px;}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 960px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}
#nav {background : #7a2e40;padding : 10px 20px;text-align : right;color : #f6dde3;}
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 20px;}
.logotxt1 {font : normal 36px Arial, Helvetica, serif;color : #433B36;margin : 10px 0 0 15px; font-weight:900;}
.logotxt2 {font : normal 32px Helvetica, serif;color : #7a2e40; }
#left-column {width : 560px;padding : 0 30px 30px;float : left;}
#right-column {width : 330px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #ffda9b;border-top : 1px solid #c08e3b;padding : 10px 15px;clear : both;}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 270px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}

/** Quotes **/
.quote {
       border:1px solid #fffFFF;
       background: url(images/quote-left.jpg) no-repeat left top;
       margin-left: 10%;
       margin-right: 10%;
       padding-top: 10px;
       padding-left: 40px;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       font-size:16px;
       font-family:Arial
    }

    .quote div {background: transparent url(images/quote-right.jpg) right bottom no-repeat;
     padding-right: 20px;
     padding-bottom: 10px;
    }
