/* Code (c) Diffuse Interactive */
* {
	margin: 0;
}

html, body {
	padding : 0;
	margin  : 0;
}

body {
	font        : normal 13px "Arial", sans-serif;
	color       : #808285;
    background  : #231f20;
    min-width   : 740px;
}

	#wrapper {
        height: auto !important;
        margin: 0 auto;
    }

        #content {
            width   : 740px;
            margin  : 100px auto 0 auto;
            padding : 0 0 70px 0;
        }

            #content a#logo {
                float   : left;
                display : inline;
                width   : 175px;
                height  : 114px;
                background    : transparent url('../images/dirk-dolf-logo.jpg') no-repeat;
            }
            
            #content a#logo span{
                display     : none;
            }


            #content .column {
                float           : left;
                display         : inline;
                width           : 504px;
                border-left     : 1px solid #393637;
                margin          : 0 0 0 30px;
                padding         : 0 0 0 30px;
            }

.clear {
	clear   : both;
}

/* Headings H1-H6 */
h1 { }

    h1 {
        font-size : 20px;
        color     : #e77d25;
        padding   : 0 0 20px 0;
    }

h2 { }

    h2 {
        font-size : 13px;
        color     : #a7a9ac;
        font-weight : bold;
        padding   : 0 0 5px 0;
    }


h3 { }

h4 { }

h5 { }

h6 { }


/* Paragraph, Span and Link Styles */
p { }

    .column p {
        line-height : 20px;
        padding     : 0 0 20px 0;
    }

a {
	outline : none;
}

span {}
    
/* Lists and Navigation */
ul { }

    .column ul {

    }

        .column ul li {
            background    : transparent url('../images/amp.jpg') no-repeat center left;
            padding       : 0 0 0 18px;
        }

            .column ul li a {
                line-height : 25px;
                color     : #e77d25;
            }

            .column ul li a:hover {
                line-height : 25px;
                color     : #fff;
            }
/* Forms */
