* {
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    color: #3f3fbe;
    font-family: arial, helvetica, san-serif;
    font-size: small;
    background: #fdec95;
}

p{
    padding: 0 0 1.2em 0;
}

h1, h2, h3 {
    color: #3333b1;
    padding: .7em 0 1em 0;
}

strong, b{
    color: #3333b1;
    font-weight: bolder;
}

a {
    color: #cb2f33;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    color: #8a1518;
}

/* Two Column Layout */

#wrapper{
    background: #e9e9ff;
    margin: 0 auto;
    width: 980px;
    border-left: 1px solid #7171ff;
    border-right: 1px solid #7171ff;
    position: relative;
    overflow: hidden;
}

#right{
    background: #ffffff;
    position: relative;
    left: 230px;
}

#content{
    position: relative;
    width: 100%;
    left: -230px;
}

#content ul{
    list-style-position: inside;
    padding-bottom: 1.2em;
}

#content img {
    padding: 10px;
}

#sidebar{
    float: left;
    padding: 10px;
    width: 210px;
}

#article{
    margin-left: 230px;
    min-height: 400px;
    padding: 10px;
}

/*for pages without a sidebar*/

#nosidebar{
    background: #ffffff;
    padding: 20px;
}

#nosidebar ul{
    list-style-position: inside;
    padding-bottom: 1.2em;
}

/*header and menus*/
#header{
    background: #c3c3fe;    
    border-bottom: 1px solid #7171ff;
    height: 205px;
    margin: 0 auto;
    width: 980px;
}

#menu{

    color: #7171ff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
}

ul.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.tabs li {
    float: left;
    padding: 0;
    margin-right: 2px;
    padding-top: 0;
    background: url(/images/right.gif) no-repeat right top;
}

ul.tabs li a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    background: url(/images/left.gif) no-repeat left top;
}

ul.tabs li:hover {
    color: #7171ff;
    background: url(/images/right_up.gif) no-repeat right top;
}

ul.tabs li a:hover {
    color: #7171ff;
    background: url(/images/left_up.gif) no-repeat left top;
}

#breadcrumbs{
    padding-top: 10px;
}

/*Used in FAQ */

dt, dd{
    padding-bottom: 10px;
}

dt{
    color: #cb2f33;
    cursor: pointer;
    font-weight: bold;
}

dt:hover{
    color: #8a1518;   
}

/* Gallery */


.gallerycontainer{
    float: left;
    height: 300px;
    text-align: center;
    width: 300px;
}

.imagecontainer{
    height: 250px;
}



#gallery{
    margin: 0 auto;
    text-align: center;
    width: 900px;
}

.galleryitem{
    float: left;
    height: 250px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    width: 200px;
}

.galleryimage{
    height: 200px;
    width: 200px;
}

#featuredpup{
    background: #e9e9ff;
    border: 1px solid #7171ff;
    float: right;
    padding: 10px;
    text-align: center;
    width: 280px;
    /* add some rounded corners for browsers that allow it */
    border-radius: 10px;    /* generic version */
    -webkit-border-radius: 10px;    /* for Safari */
    -khtml-border-radius: 10px;    /* konqueror */
    -moz-border-radius: 10px;       /* for Firefox */

}

#footer{
    background: #7171ff;
    clear: both;
    color: #ffffff;
    margin: 0 auto 0 auto;
    min-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 980px;
}

#footer a{
   color: #3333b1;
}

#footer a:hover{
    color: #fee977;    
}

.float-left {
    float: left;
    padding-right: 10px;
}

.float-right {
    float: right;
    padding-left: 10px;
}

.center {
    text-align: center;
}

.spacer{
    height: 10px;
    clear: both;
}

.back{
    font-size: .7em;
}
