html{
font-size: 16px;
font-family: arial;
}

body{
background-image:url(images/brown_wood.jpg);

}


div#logo{
position: relative;
left: 100px;
top: 23px;
*top: 23px;
width: 770px;
height: 135px;
background-color: #996600;

}


div#logo span {
position: relative;
left: 12px;
top: 12px;
}

div#header{
position: relative;
left: 100px;
top: 30px;
*top: 30px;
width: 770px;
height: 75px;
background-color: #cc9933;
color: #336633;
font-size: 24px;
font-family: fantasy, arial;
text-align: center;
}

div#header span {
position: relative;
left: 5px;
top: 10px;
}

div#main{
background-color: #cc9933;
position: relative;
color: #000000;
left: 100px;
top: 15px;
*top: 15px;
width: 770px;
height: 280px;
word-wrap: break-word;
clear: both;

}

p{
text-indent: 0;
}

div#main p{
position: relative;
left: 7px;
top: 5px;
margin-right: 12px;
*margin-right: 10px;
}

div#contest{
background-color: #cc9933;
position: relative;
left: 490px;
top: 282px;
*top: 280px;
width: 380px;
height: 280px;
clear: both;
overflow: auto;
overflow-x: hidden;
}



h1 span{
position: relative;
text-align: right;
left: 0px;
top: 15px;
*top: 15px;
font-size: 13pt;

color: #336633;
}



h2 span{
position: relative;
text-align: right;
left: 0px;
top: -5px;
*top: -5px;
font-size: 13pt;

color: #336633;
}

div#contest p{
position: relative;
left: 7px;
top: -5px;
margin-right: 10px;
*margin-right: 5px;
word-wrap: break-word;
}

div#info1{
background-color: #cc9933;
position: relative;
left: 100px;
top: -20px;
*top: -20px;
width: 375px;
height: 280px;
word-wrap: break-word;
clear: both;
}

p{
text-indent: 0 em;
}

div#info1 p{
position: relative;
left: 7px;
top: 15px;
margin-right: 12px;
*margin-right: 10px;
}

div#info2{
background-color: #cc9933;
position: relative;
color: #000000;
left: 100px;
top: -580px;
*top: -520px;
width: 770px;
height: 250px;
word-wrap: break-word;
clear: both;
}



div#info2 p{
position: relative;
left: 7px;
margin-right: 10px;
*margin-right: 5px;
word-wrap: break-word;
}

div#photo{
position: relative;
left: 100px;
top: -225px;
*top: -225px;
width: 770px;
height: 130px;
text-align:center;
font-size: 28px;
background-color: #cc9933;}

div#photo p{
position: relative;
left: 7px;
margin-top: 35px;
word-wrap: break-word;
}

div#photo a:link{text-decoration: underline;
font-size : 40 px;
background-color: 996600;
color: green;
font-family: arial;
}

div#photo a:visited{text-decoration: underline;
font-size : 40 px;
background-color: cc9933;
color: green;
font-family: arial;
}

div#photo a:hover{text-decoration: none;
font-size : 40 px;
background-color: cc9933;
color: dark green;
font-family: arial;
}

div#photo a:active{text-decoration: none;
color: green;
font-size: 40 px;
font-family: arial;

}





div#footer{
background-color: #996600;
margin: 0 auto;
width: 80%;
text-align: center;
padding: 5px;
}

a:link{
text-decoration: underline;
color: green;
font-size: 16px;
font-family: arial;
}

a:hover{
text-decoration: none;

font-size: 16px;
font-family: arial;
}

a:active{
text-decoration: none;

font-size: 16px;
font-family: arial;
}

a:visited{
text-decoration: underline;
color: #000000;
font-size: 16px;
font-family: arial;
}

a:active:hover{
text-decoration: none;
color: #000000;
font-size: 16px;
font-family: arial;
}

a:visited:hover{
text-decoration: none;
color: #000000;
font-size: 16px;
font-family: arial;
}

span.bold{
font-weight: bold;
}

div.left{
position: relative;
left: 7px;
text-align: left;
}

div.center{
text-align: center;
}


