
/* ### LAYOUT BASICS ### */

* {
margin: 0;
padding: 0;
}

body {
background: gray;
padding: 0px 0px 0px 0px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

	/* # CONTAINER # */

#container {
background: white;
/* background-image: url('img/container.gif'); */
/* background-repeat: no-repeat; */
/* background-position: 0px 0px; */
width: 900px;
margin: 0 auto;
padding: 0px 0px 60px 0px;
}

	/* # PAGE # */

#page {
background: white;
width: 840px;
margin: 10px auto;
padding: 25px 0px 0px 0px;
#border-bottom: solid navy 1px;
}


	/* # LOGO # */

#logo {
background: white;
/* background-image: url('img/transparent.png'); */
/* background-repeat: repeat; */
/* background-position: right; */
float: left;
width: 445px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* border: 1px black solid; */
}

#logo img {border: 0;}


	/* # FOOTER # */

#footer {
background: white;
width: 800px;
padding: 0px 0px 0px 0px;
margin: 0 auto;
}

#footerlogo {
float: right;
}

#companyinfo {
margin: 10px 0px 0px 0px;
color: #77787c;
font-size: 8pt;
}

#otherinfo {
color: #77787c;
}

/* ### TYPO BASICS ### */

* {font-family: verdana, arial, helvetica; font-size: 10pt;}


#logo p {color: black; font-size: 24pt; margin: 0px 2px 0px 2px; font-weight: bold; font-variant: normal; text-align: center;
}


#header_controls {
text-align: center;
font-size: 8pt;
color: white;
}


/* ### TYPO FOOTER ### */

#footer {
color: #77787c;
text-align: left;
font-size: 8pt;
}

#footer h1{
margin: 10px 0px 0px 0px;
}

/* ### TYPO LINKS ### */

#footer a:link {
color: #77787c;
text-decoration: none;
font-weight: normal;
font-size: 8pt;
}

#footer a:visited {
color: #77787c;
text-decoration: none;
font-weight: normal;
font-style: none;
font-size: 8pt;
}

#footer a:hover {
color: black;
text-decoration: none;
font-weight: normal;
font-style: none;
font-size: 8pt;
}

#header_controls a:visited {
text-decoration: underline;
font-weight: normal;
color: gray;
font-size: 8pt;
}

#header_controls a:link {
text-decoration: underline;
font-weight: normal;
color: gray;
font-size: 8pt;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: black;
font-size: 8pt;
}


