body {
    color:#000000;
    background-image: url("images/back450x450.png");
    background-repeat: repeat-x repeat-y;
    background-position: center 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 5%;
    padding: 0;
}

.clear{clear:both;}
* {
    margin: 0;
    padding: 0;
}
#container {
    margin:0;
}

a{
    font-size:12px;
}
p{
    margin: 15px 0;
}
#center {text-align:center;}
/********************** Header ***************************/
#header {
    margin: 0;
    border:  3px solid #ccaa00;
    background-image:url(images/handsup.jpg);
    background-position: left -35px;
    background-repeat: repeat-x;
    width:717px;
    height:285px;
    position:relative;
}
#header ul{
    background-color:#F5F69E;
    width:717px;
    border-style: solid;
    border-color: #ccaa00;
    border-width: 3px 0 0 0;
    display:block;
    top:255px;
    position:absolute;
    margin: 0 0 0 0;
    height:22px;
    padding:5px 0 0 0;
    text-align:center;
}
#header li{
    display:inline; 
}
#header ul a{
    text-decoration:none;
    color:#000000;
    margin: 0 15px;
}
#header ul a:hover{
    text-decoration:underline;
    color:#888888;
}
#logo_w1,#logo_w2,#logo_w3,#logo_w4 {
    font-size: 26px;
    font-style:italic;
    color:#000000;
    position:absolute;
}
#logo_w1{
    top:20px;
    left:100px;
}
#logo_w2{
    top:42px;
    left:133px;
}
#logo_w3{
    top:64px;
    left:155px;
}
#logo_w4{
    top:86px;
    left:149px;
}
#header_text {
    top:25px;
    left:450px;
    width:230px;
    position:absolute;
}
#header_text p{
    font-size: 18px;
    color:#000000;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
    background-color:#F5F6CE;
    width:717px;
    border-style: solid;
    border-color: #ccaa00;
    border-width: 0 3px 3px 3px;
}
img{
    border-width:0;
}
h1{
    color:#000000;
    font-size:14px;
    margin: 20px 0 20px 0;
}

h2{
    color:#000000;
    font-size:14px;
    text-align:center;
    width:200px;
    margin: 10px 0 15px 0;
}
#left {
    float:left;
    width:428px;
    margin-left:27px;
    padding: 0 10px 30px 0;
    display:inline;
}
#left h1{text-align:center;}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
    margin-right:14px;
}
#right {
    float:right;
    width:210px;
    padding: 0 20px 20px 20px;
    margin-top:10px;
    border-left: #ccaa00 2px solid;

}
#right a{
    color:#000000;
    text-decoration:none;
}
#right a:hover{
    color:#000000;
    text-decoration:underline;
}
#right li,
#left li {
    margin-left:25px;
}
/********************** Footer ***************************/
#footerline {
clear:both;
/*background-image:url(images/footer_bg.gif);*/
font-size:1px;
height:10px;
}
#footer {
    width:717px;
    text-align:center;
    padding: 20px 0;
}
