/* 
    Document   : gallery
    Created on : 02-Feb-2010, 10:13:35
    Author     : Ben Hall - Protech Direct
    Description: General Style Sheet

*/

* {margin:0;padding:0;}
body {background: #fff url(../../images/stripe.jpg) top left repeat-y;}
#wrapper {
    margin:0 auto;
    width:80%;
    background:url(../../images/group.gif) top left no-repeat;
    text-align:center;
}
h1 {
    height:61px;
    color:#28B736;
    text-align:center;
    background:url(../../images/group.gif) top right no-repeat;
}
h2 {
   color:#28b736;
   font-size:18px;
}
h3 {
    font-size:16px;
    margin:5px 0;
}
h3.generic {
    color:#00b700;
}
#wrapper p {
    padding-bottom:10px;
}
p#pagination {
    font-weight:bold;
}
p#terms {
    text-align:left;
    margin:30px 0 0 0;
}
ul {
    list-style:none;
}
a:link {
    color:#28B736;
}
a img {
    border:none;
}
