html { height: 100%; }
body {
    padding: 0;
	margin: 0 auto;

	background: #000000;
	color: #666666;
	font-family: arial, helvetica, verdana, sans-serif;
	outline: none;
}

a {
	color: #a62500;
	text-decoration: none;
}
a:visited {
	color: #a62500;
	text-decoration: none;
}
a:hover {
	color: #a65a00;
	text-decoration: underline;
}

form {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;	
}

img {
        border: 0;
        }
		
h1 {
		color: #623500;
        background: #623500;
		font-family: tahoma, verdana, helvetica, arial,sans-serif;
		font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
        line-height: 18px;
        padding-right: 25px;
}

h1 a {
        color: #924f00;
}

h1 a:hover {
        color: #ff8a00;
        text-decoration: none;
}

h1 a:visited {
        color: #924f00;
}

h2 {
		color: #804500;
        line-height: 1px;
		font-size: 10px;
        text-align: left;
        text-transform: uppercase;
        padding-left: 15px;
}

h2 a {
        color: #623500;
}

h2 a:visited {
        color: #623500;
}

h2 a:hover {
        color: #623500;
}

#content {
        width: 901px;
        padding: 0;
	    margin: 0 auto;
}

.projects {
		color: #804500;
        line-height: 1px;
		font-size: 10px;
        text-align: left;
        text-transform: uppercase;
        padding-left: 15px;
}

.projects a {
        color: #623500;
}

.projects a:visited {
        color: #623500;
}

.projects a:hover {
        color: #623500;
}

#mentalshed {
        width: 901px;
        font-family: tahoma, verdana, arial, sans-serif;
		font-size: 10px;
        clear: both;
}

.mentalshed a {
		color: #623500;
        text-decoration: underline;
        text-transform: uppercase;
}

.mentalshed a:hover {
		color: #623500;
        text-decoration: none;
}

.about {
        width: 525px;
		color: #292313;
        float: left;
}

.contact {
        width: 200px;
		color: #292313;
        padding-left: 10px;
        float: left;
}

.links {
        width: 150px;
		color: #292313;
        padding-left: 5px;
        text-transform: uppercase;
        float: left;
}

.copyright {
		color: #623500;
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 8px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-left: 15px;
        clear: both;
}

.copyright a {
		color: #623500;
        text-decoration: underline;
}

.copyright a:hover {
		color: #623500;
        text-decoration: none;
}

.fl {
        float: left;
}

.fr {
        float: right;
}
