* { 
margin: 0; 
} 

html, body { 
height: 100%; 
overflow: auto; 
} 

.wrapper { 
position: relative; 
width: 100%; 
height: 100%; 
overflow: auto; 
} 

body {
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #7a7a7a;
background-image: url(images/BG.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #ffffff;
background-position: left top;
}

a {
color: #00d8ff;
text-decoration: underline;
}

a:hover {
color: #7a7a7a;
text-decoration: underline;
}

/* Navigation */
#navbox {
font-size: 10px;
width: 160px;
height: auto;
position: absolute;
visibility: visible;
left: 10px;
top: 90px;
z-index: 2;
}

#quick {
font-size: 10px;
width: auto;
height: auto;
position: absolute;
visibility: visible;
left: 10px;
top: 50px;
z-index: 1;
}

#quick a {
color: #7a7a7a;
text-decoration: underline;
}

#quick a:hover {
color: #00d8ff;
text-decoration: underline;
}

#banner {
width: 576px;
height: 90px;
position: absolute;
visibility: visible;
left: 184px;
top: 0px;
z-index: 1;
}

/* Content */

#content {
font-size: 12px;
width: 576px;
height: auto;
position: relative;
visibility: visible;
left: 184px;
}

h4 {
font-size: 16px;
}

#content_padding {
text-align: justify;
font-size: 12px;
width: 556px;
height: auto;
position: relative;
visibility: visible;
left: 10px;
}

#content_padding ul {
text-align: left;
padding-left: 0px;
}

#content_padding img {
float: left;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 10px;
}

#content_padding li { 
list-style: square;
list-style-position: inside;
}

#content_padding ul a {
color: #7a7a7a;
text-decoration: underline;
}

#content_padding ul a:hover {
color: #00d8ff;
text-decoration: underline;
}

#content_padding ul img {
float: none;
}

#content_padding span img {
float: none;
}

/* Image Div's */

#thumbs {
width: 556px;
height: auto;
position: relative;
visibility: visible;
float: none;
}

#thumbs img {
margin-right: 2px;
float: none;
}

#center {
width: 556px;
height: 330px;
position: relative;
visibility: visible;
}

#center2 {
width: 556px;
height: 314px;
position: relative;
visibility: visible;
}

#noFloat {
width: auto;
height: 113px;
position: relative;
visibility: visible;
margin-left: 42px;
}

#noFloat2 {
width: auto;
height: 113px;
position: relative;
visibility: visible;
margin-left: 120px;
}

#copy {
background-color: #333333;
color: #ffffff;
position: relative;
visibility: visible;
text-align: left;
height: auto;
padding: 10px;
}

#copy img {
border: 0px;
}

.bold {
font-weight: bold;
}


