html {
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

/*
div { border: 1px dashed red }
*/

body {
 color: #000;
 background-color: #fff;
 font-family: "Tahoma", "Verdana", sans-serif;
 font-size: 13px;
 margin: 0;
 padding: 0;
}

a:link, a:visited, a:focus {
 color: #00f;
 text-decoration: none;
}
a:hover {
 color: #f90;
 text-decoration: none;
}

h1 {
 line-height: 20px;
 font-size: 18px;
 font-weight: normal;
 padding: 0;
}
h2 {
 line-height: 18px;
 font-size: 16px;
 font-weight: normal;
 padding: 0;
}

#thehead {
 position: absolute;
 width: 100%;
 height: 71px;
 top: 0;
 left: 0;
 background-color: #ddd;
 color: #000;
 background-image: url("img/head_fill.png");
 background-repeat: repeat-x;
}


#thefoot {
 position: absolute;
 width: 100%;
 height: 22px;
 bottom: 0;
 left: 0;
 background-color: #ddd;
 color: #000;
 background-image: url("img/foot_fill.png");
 background-repeat: repeat-x;
}

#thepage {
 height: 100%;
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 padding: 0;
}

#thescroller {
 position: absolute;
 width: 900px;
 height: auto;
 overflow: auto;
 top: 110px;
 bottom: 26px;
 padding-right: 10px;
 /*background-image: url("img/background.jpg");
 background-repeat: no-repeat;
 background-position: bottom right;*/
}

#theheadtext {
 position: absolute;
 width: 900px;
 height: 71px;
 top: 0;
 left: auto;
 right: auto;
 background: none;
 color: #000;
}

#thefoottext {
 position: absolute;
 width: 900px;
 height: 22px;
 bottom: 0;
 left: auto;
 right: auto;
 background-image: url("img/foot_copy.png");
 background-repeat: no-repeat;
 color: #000;
 padding-top: 0px;
 padding-left: 30px;
 padding-bottom: 0;
 padding-right: 0;
 margin: 0;
 line-height: 22px;
}

#thelogo {
 display: block;
 width: 200px;
 height: 71px;
 font-size: 0;
 float: left;
}
a#thelogo:link, a#thelogo:visited, a#thelogo:focus {
 background-image: url("img/vcgr.png");
}
a#thelogo:hover {
 background-image: url("img/vcgr_h.png");
}

#thesearch {
 display: none;
 float: right;
 margin-top: 40px;
}

#themenu {
 width: 380px;
 float: left;
}
#thenews {
 width: 350px;
 float: right;
 font-size: 12px;
}
#thenews h1 {
 margin-top: 0px;
}
#thenews small {
 display: block;
 border-bottom: 1px solid #ddd;
 margin-top: 40px;
}

#themenu a {
 display: block;
 height: 71px;
 clear: left;
 border: 1px solid #fff;
 margin-top: 0;
 margin-bottom: 10px;
}
#themenu a:link, #themenu a:visited, #themenu a:focus { color: #444; }
#themenu a:hover { color: #000; }
#themenu a img {
 float: left;
 border: none;
}
#themenu span {
 display: block;
 margin-top: 10px;
}















