/* LEGOLAND - A Half-Life 2 Modification main style sheet */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 10px 10px 10px 10px;
    padding: 0px;    
}

div {
    background-color: #D3D3D3;
    border: thin solid Black;
    color: Black;
    padding: 5px;
}

div#nav {
    position: absolute;
    left: 10px;
    top: 125px;
    width: 180px;
}

div#content {
    margin-top: 10px;
    margin-left: 205px;
    margin-right: 215px;
    padding: 10px;
    /*IE CSS hack starts here */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 205px;
    margin-right: 215px;
}

html>body#content {
    margin-left: 205px;
    margin-right: 215px;
}

    /* end IE CSS hack */

div#sidebar {
    position: absolute;
    right: 10px;
    top: 125px;
    width: 190px;
}

div#header {
    background-color: #3E3E3E;
    height: 104px;
    padding: 0px;
    /* IE CSS hack starts here */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 104px;
}

html>body#header {
	height: 104px;
}

    /* end IE CSS hack */

div#pickabrick {
    background-color: #3E3E3E;
    border: none;
    padding: 0px;
    width: auto;
    height: 80px;
    position: absolute;
    right: 25px;
    top: 35px;
}

div#legalese {
	margin-top: 10px;
}

#pickabrick h5 {
    color: White;
    display: inline;
    text-align: right;
}

#pickabrick form {
	display: inline;
}

#legalese h5 {
	color: Blue;
    display: inline;
}

#legalese h6 {
	display: inline;
}

a {
    color: Black;
}

a:hover {
	color: #D3D3D3;
    background-color: #3E3E3E;
}

a:active {
	color: White;
    background-color: Red;
}

img {
	border: none;
}

h1  {
	color: Blue;
}

h3 {
	color: Green;
}
