@charset "utf-8";
/* CSS Document */

body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
padding: Opx;
text-align: center;
margin: 0;
overflow:scroll;
background-color:#333333;
background-image:url(resources/bgtile.jpg);
background-repeat:repeat-x;
}

#container {
background-color:#CCCCCC;
width: 1024px;
height: auto;
margin: auto;
padding: Opx; 
text-align:left;
}

#logo {
width:1024px;
height:165;
}

#navbar {
width:1024px;
height:45;
position:relative;
z-index: 11;
text-align: center;
}

#content {
width:1024;
height:auto;
background-color:#CCCCCC;
border-color:#000000;
border-left-width:2px;
border-left-style:solid;
border-right-width:2px;
border-right-style:solid;
border-top-width:0px;
border-top-style:solid;
border-bottom-width:1px;
border-bottom-style:solid;
}

#footer {
width:1024;
height:auto;
background-color:#666666;
border-color:#000000;
border-left-width:2px;
border-left-style:solid;
border-right-width:2px;
border-right-style:solid;
border-top-width:0px;
border-top-style:solid;
border-bottom-width:1px;
border-bottom-style:solid;
}

#title {
	position:absolute;
	z-index: 5;
	left: 116px;
	top: 50px;
}

.homecontent {
padding-left:85px;
padding-right:85px;
}

.archivegal {
padding-left:15px;
padding-right:15px;
}

.picontent {
padding-left:45px;
padding-right:25px;
}

a:link {
color:#000000;
text-decoration:none;
}


a:visited {
color:#000000;
text-decoration:none;
}


a:hover {
color:#333333;
text-decoration:blink;
}

