@charset "utf-8";
/* CSS Document */

body {
	font: x-small verdana;
	color:#0C2778;
background-color:#006633;
background-repeat:repeat-x;
}

#wrapper { 
width : 770px;
margin : 0 auto;
font-size: 127%;
background-color:#FFFFFF;
border:1px solid #489C23;
}

#header, #footer
{
padding:0.5em;
color:white;
background-color:black;
clear:left;
}

#header{
background-image:url(file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/Websites/WDP/images/website-design-pattaya-logo.jpg);
background-repeat:no-repeat;
text-align:right;
height:140px;
}

# footer{
font-size:90%;
}

#left
{
float:left;
width:200px;
margin:0;
margin-top:50px;
padding:1em;
}
#content
{
margin-left:50px;
}

#left ul { 
margin : 0;
padding : 0;
list-style : none;
} 
#left li { 
border-bottom : 1px solid #6d9ca2;
list-style : none;

} 
#left li a { 
display : block;
padding : 0.7em 0.7em 0.7em 1em;
text-decoration : none;
color:#000000;
font-weight : bold;
} 

#left li a:hover { 
background-color:#e7ff1f;
} 

#left a:visited { 
color:#000000;
} 

.box {
    border: solid 1px #000000;
}
/* hedit - usual column */
.box td {
    padding: 5px;
    border: solid 1px #000000;
}
/* hedit - header column */
.box th {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000000;
}