/* CSS Document */
/*amy-wong.com*/
body {
background-color: #FFFFFF;
margin: 0px;
font-size:11px;
}
#wrapper {
width:669px;
background: url(shadow.gif) repeat-y;
background-color: #FFFFFF;
margin: auto;
font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #282828;
}
#main {
width:569px;
border-left: 1px solid #282828;
border-right: 1px solid #282828;
}
#header {
position:relative;
height:207px;
width:567px;
background: url(header.jpg) no-repeat;
background-color: #FFFFFF;
}
#footer {
position:relative;
height:207px;
width:567px;
background: url(footer.jpg) no-repeat;
background-color: #FFFFFF;
}
.style1 {	
font-size: 22px;
font-weight: bold;
}
.style2 {
color: #94bd04;
}
.style3 {
font-size: 12px;
color: #404040;}
.style6 {
font-size: 11px;
font-weight: bold;
color: #404040;
}
a:link, a:visited, a:active {
color: #282828;
}
a:hover {
color: #94bd04;
}
.divider {
width:80%;
background-color:#b9b9b9;
height:3px;
}