body {
    background-image:url("bgpretty12.jpg");
    font-size:12pt;
}
html,body {
    height:100%;
    margin:0px;
    padding:0px;
}

h1 { font-family:Georgia, serif; font-weight:normal; }
h2 {
    font-family:Georgia, serif;
    font-weight:normal;
    font-size:16pt;
    border-bottom:1px dashed rgb(247,148,29);
    padding-bottom:2px;
    color:rgb(101,61,61);
}
h3 { font-family:Georgia, serif; }
p { font-family:Georgia, serif; }
ul { font-family:Georgia, serif; }
ol { font-family:Georgia, serif; }

.container {
    width:800px;
    height:100%;
    margin:auto;
    position:relative;
}
.header {
    height:200px;
    width:100%;
    clear:both;
    position:absolute;
    top:0px;
    left:0px;
    background-image:url("header5.png");
    z-index:1;
}
.contentbg {
    width:100%;
    background-color:rgb(255,255,255);
    position:absolute;
    top:114px;
    bottom:0px;
    z-index: -1;
}
.content {
    width:768px;
    padding-left:16px;
    padding-right:16px;
    padding-bottom:60px;
    position:absolute;
    top:180px;
    bottom:60px;
    overflow:auto;
    color:rgb(110,95,95);
}
.paragraph{
    position:absolute;
    width:600px;
    text-align:justify;
    font-family:Georgia, serif; 
    left:100px;
}
.titletext {
    position:absolute;
    top:91px;
    left:441px;
    color:rgb(255,255,255);
    font-family:Trebuchet MS, Arial, Verdana, Sans-serif;
    font-size:16px;
}
.contactinfo {
    /*bottom:40px;
    left:225px;*/
    color:rgb(255,255,255);
    font-family:Trebuchet MS, Arial, Verdana, Sans-serif;
    font-size:20px;
}
.copyright {
    /*bottom:13px;*/
    color:rgb(255,255,255);
    font-family:Trebuchet MS, Arial, Verdana, sans-serif;
    font-size:10px;
}
a {
    text-decoration: none;
    color: inherit;
}
.links {
    position:absolute;
    background:rgb(255,255,255); 
    color:rgb(101,61,61);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;	
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family:Trebuchet MS, Arial, Verdana, Sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:.1em;
    padding:2px;
}
.links:hover {
    text-decoration:none;
    color:rgb(247,148,29);
}
.galrow {
    width:100%;
    text-align:center;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    
}
img.galimg {
    width:150px;
    height:150px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    border:0px;
    background-color:#EEEEEE;
}
.footer {
    height:60px;
    width:100%;
    clear:both;
    position:absolute;
    padding-top:70px;
    bottom:0px;
    left:0px;
    background-image:url("footer4.png");
    z-index:1;
    text-align:center;
}
