/* CSS Document */
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 10px;
	padding: 0px;
	background-image: url(photos/Bg%20for%20website%20right%20corner.jpg);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.clear{clear:both;}
* {
    margin: 0px;
    padding: 0px;
}
#container {
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}
a{
    font-size:12px;
}
p{
    margin: 15px 0px;
}
/********************** Header ***************************/
#header {
    margin: 0px 0px 0px 0px;
    width:700px;
    height:253px;
    position:relative;
}
#header ul{
    width:700px;
    border: 0px solid #FFFFFF;
    display:block;
    top:0px;
    position:relative;
    margin: 0px 0px 0px 0px;
    height:20px;
    padding:5px 0px 0px 0px;
    text-align:center;
    left: 0px;
    background-color: #666666;
}
#header li{
    display:inline; 
}
#header ul a{
    text-decoration:none;
    color:#000000;
    margin: 0px 4px;
}
#header ul a:hover{
    text-decoration:underline;
    color:#000000;
}
#logo_w1,#logo_w2 {
    font-size: 24px;
    font-style:italic;
    color:#FFFFFF;
    position:absolute;
}
#logo_w1{
    top:137px;
    left:44px;
}
#logo_w2{
    top:168px;
    left:54px;
}
#header_text {
    top:90px;
    left:43px;
    width:230px;
    position:absolute;
}
#header_text p{
    font-size: 18px;
    color:#FFFFFF;
}
#header_text a{color:#000000;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
    width:700px;
}
img{
    border-width:0px;
}
h1{
    color:#000000;
    font-size:14px;
    margin: 0px 0px 0px 0px;
}

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

}
#right a{
    color:#c77e0c;
}
#right a:hover{
    color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
font-size:1px;
height:10px;
}
#footer {
    width:700px;
    text-align:center;
    padding: 20px 0px;
}
