body {
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 0px;
color: #000;
background: #000;
font-size: 100%;
font-family: "lucida grande", arial;
}

h1, h2, h3 {
font-family: "lucida grande", arial;
color:#6E6D6B;
font-size: 100%;
}

h4 {
font-family: "lucida grande", arial, helvetica, sans-serif;
margin-bottom: 4px;
}

p {
font-family: "lucida grande", arial, times new roman, times, serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

ol {
	margin-bottom: 10px;
}

.center {
text-align: center;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a.img {
border: none; 
}

a.img:hover {
background-color: transparent;
}

a:link { background-color: transparent; text-decoration: underline; color: #0093D5; }
a:visited { background-color: transparent; text-decoration: underline; color: #0093D5; }
a:hover { background-color: #C1C1C1; text-decoration: underline; color: #fff; }

#container {
width: 850px;
min-height:100%;
top: 0px;
position: relative;
margin: auto;
background: #000;
color: #fff;
border-top: 0px solid #dcdcdc;
display: block;
}

#topborder {
display: block;
width: 100%;
height: 100px;
margin: auto;
background: #000;
color: #000;
position: relative;
}

#content {
width: 550px;
margin: auto;
padding: 0px, 0px, 100px, 0px;
}

#header  { color: #000; background: url(images/tov_header.jpg) no-repeat 0 0; margin: auto; padding-top: 0px; position: relative; width: 250px; height: 332px; visibility: visible; display: block }


.spacer {
clear: both;
}

#footspace {
width: 100%;
height: 50px;
position: relative;
display: block;
background: #000;
color: #000;
clear: both;
}
 
#footer {
position: fixed;
bottom: 0px;
clear: both;
height: 120px;
width: 100%;
background: #c1c1c1;
text-align: center;
font-size: 70%;
}

#footborder {
width: 100%;
height: 10px;
background: #fff;
display: block;
position: relative;
border-bottom: 20px solid #dcdcdc;
}



