body, a, p, h1, h2, div, img, ul, li, #master, #enter, #header, #content, #menu, #footer
{
margin: 0;
padding: 0;
}

body
{
text-align: center;
background-image: url('background.jpg');
background-repeat: repeat-x;
background-color: #F5FFEC;
font-family: Verdana;
font-size: 0.8em;
color: #777777;
}
p
{
line-height: 2em;
margin-bottom: 1em;
}
a
{
color: #acc463;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

h1
{
font-size: 1.5em;
margin-bottom: 1em;
font-weight: normal; 
color: black;
font-style: italic;
}

img
{
border: none;
}

#master
{
margin: 0 auto;
width: 800px;
}

#header
{

}

#header img 
{
width: 800px;
height: 290px;
}

#menu
{
text-align: center;
width: 800px;
height: 35px;
margin: 0 auto;
text-align: right;
}

#menu .selected
{
color: #C5DF78;
}

 
#menu ul
{
text-align: center;
vertical-align: middle;
list-style: none;
width: 650px;
height: 35px;
margin: 0 auto;
}

#menu li
{
margin: 7px 30px 0 30px;
display: block;
float: left;	
}

#menu ul li a
{
color: White;
font-weight: bold;
font-size: 12pt;
}

#menu ul li a:hover
{
color: #C5DF78;
text-decoration: none;
}

#content
{
float: right;
width: 580px;
padding: 25px 0 25px 25px;
}

#footer
{
padding: 80px 0 50px 0;
clear: both;
}

#footer p
{
position: relative;
top: -40px;
color: #C5DF78;
}

#menuLeft
{
float: left;
width: 121px;
background-color: #E9FED6;
text-align: left;
padding: 25px;

}

#menuLeft ul
{
list-style: none;
text-align: left;

}

#menuLeft ul li
{
height: 25px;
}

#menuLeft ul li a
{
color: Black;
}

#menuLeft ul li a:hover
{
color: gray;
text-decoration: none;
}

.columnRight
{
float: right;
width: 440px;
text-align: left;
border-left: solid 1px #C5DF78;
padding-left: 25px;
}

.columnLeft
{
float: left;
width: 50px;
}

.columnLeft img
{
width: 90px;
height: 90px;
}

.columnRight img
{
width: 120px;
border: solid 5px white;
}

h2{
color: #444444;
font-weight:bold;
font-size: 15px;
padding:12px 0 6px 0;
}

hr{
border-top: 1px solid #C5DF78;
border-bottom:none;
}

.columnRight ul{
padding:2px 0 8px 15px;
color : #666666;

}





