body {
background-color: #FFFF99;
color: #000;
font-family: verdana, arial, sans-serif;
font-size: 76%;
margin: 0;
background-image: url("v/03_07/top_bg.gif");
background-repeat: repeat-x;
}

#nav {
position: absolute;
top: 0;
left: 350px;
width: 100px;
height: 200px;
font-size: .9em;
line-height: 1.5em;
background-image: url("v/03_07/gradient_yellow.gif");
}

#main {
position: absolute;
left: 0;
padding:  0 10px;
top: 250px;
width: 465px;
border-right: 1px solid #FF6666;
}

#main h2 {
font-size: 1.2em;
margin: 10px 0;
}

#main h3 {
font-size: 1em;
text-transform: uppercase;
color: #669900;
}

#main h5 {
font-size: .8em;
color: #FF6666;
text-align: right;
font-weight: normal;
margin: 0;
padding: 0 0 5px 0;
border-bottom: 1px solid;
}

#main p {
font-size: .9em;
line-height: 1.5em;
}

#side {
position: absolute;
left: 500px;
top: 250px;
width: 300px;
height: 200px;
font-size: .9em;
}

input {
font-family: verdana, arial, sans-serif;
color: #000;
font-size: 10px;
}

a:link {
	color: #4F7500;
}

a:visited {
color: #777;
}

a:hover {
background-color: #fff;
}

a:active {
color: #FF3399;
}