﻿body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-weight: bold;

    }


    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	/* Header styles */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#ffffff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-250px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:500px;         	/* Left column width + right column width */
        background:#ffffff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:250px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 265px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:220px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
        text-align: left;
        letter-spacing: -1px;
        font-weight: bold;
        font-size: medium;
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:220px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
    .post{
        text-align: center;
        margin-top: 20px;
        border-top-style: double;
        border-top-width: medium;
        border-top-color: #000;
        padding-top: 15px;
    }
    .postpic{
        margin-left: 3%;
        margin-right: 3%;
    }
    .col1{
        text-align:center;
    }
    #mainmenu{
        font-weight: bold;
     }
    #mainmenu a{
    }

#center {
	text-align: center;
}
#smalltext {
	font-size: small;
}
.noborder {
	border-width: 0;
}
.center {
	text-align: center;
}
.bigasterisk {
	font-size: x-large;
}
#fan-signs {
	text-align: center;
}
#right-title {
	text-align: center;
}
#nasty {
	margin-left: 10px;
}
#top-links  {
    margin-bottom:120px
}
#right-title  {
	margin-bottom:150px
}
#aebn  {
	text-align:center
}
#categories  {
	margin-bottom:20px
}
.smalltext  {
	font-size:x-small
}
#shit-to-do{
    text-align: left;
    margin-top: 60%;
}
.l2252{
  font-size: small;
}

#dlxpass{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
#dlxleft{
    width: 40%;
    float: left;
}
#dlxright{
    width: 40%;
    float right;
}
