body {
font-size: 12pt;
font-family: Georgia, Times New Roman, Times, serif;
color: #FFFFFF;
margin: 0;
padding: 0px;
min-width: 710 px;
background-color: #000000;
}

p.tan 
{font-size: 12pt;
font-family: Georgia, Times New Roman, Times, serif;
color: #C99D4A;
}

p.header
{font-size: 16pt;
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
color: #00CC00;
}

p.name
{font-size: 12pt;
font-weight: bold;
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
color: #FFFFFF;
}

p.red
{font-size: 12pt;
font-family: Georgia, Times New Roman, Times, serif;
color: #990000;
}

p.green
{font-size: 12pt;
font-family: Georgia, Times New Roman, Times, serif;
color: #00CC00;
}

a {
text-decoration: underline;
}

a:link {
color: #CC9966;
}

a:visited {
color: #CC9966;
}

a:hover, a:active {
color: #FF9933
}

#header {
float: left;
width: 100%;
}

#nav {
float: left; 
width: 1000px;
}

#wrapper {
float: left;
padding-left: 200px;
padding-right: 50px;
overflow: hidden;
}

#left {
position: relative;
float: left;
width: 200px;
margin-left: -200px;
padding-left: 10px;
padding-bottom: 2000px;
margin-bottom:-2000px;
}

#right {
position: relative;
float: left;
width: 91%;
padding-left: 40px;
padding-bottom: 2000px;
margin-bottom:-2000px;
}


#single {
position: relative;
float: left;
width: 100%;
}

#paca {
padding-bottom: 30px;
img-padding: 10px;
img-float: left;
vertical-align: top;
}

#footer {
float: left;
width: 1700px;
position: relative;
}


