    <style media="screen" type="text/css">
    /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:black;
        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-size:90%;

    }
	a {
      color:#ee1754;
	}
	a:hover {
		color:#fff;
		background:#ee1754;
		text-decoration:none;

	}
    h1, h2, h3 {
        margin:.8em 15 .2em 15;
        padding:0;
	font-family: eurostile;
        color:#ee1754;        
        font-size:45px;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
	font-family: eurostile;
        font-size:20px;
    }
	img {
		margin:10px 0 15px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
	background:black;
	font-family: eurostile;
    }
	#header {

	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 0px 0 0px;
	        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header a:hover {
		background:none;
		text-decoration:none;
		border:none;
}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	#header img {
		border:none;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 5px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		background:black;
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        	width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		color:#d4aad1;
	}
	.col1 img { float:left; }
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:black;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;				/* right column width */
		background:black;		/* left column background colour */
	}
	.leftmenu .col1 {
		background:black;
		width:60%;				/* right column content width */
		left:110%;
		font-family:eurostile;				/* 100% plus left column left padding */
		z-index:1;
	}
	.leftmenu .col2 {
		background-image: url('http://www.meganpraz.com/images/Sidebar%20copy.jpg');
		background-repeat: repeat-y;
		width:40%;				/* left column content width (column width minus left and right padding) */
		left:15%;				/* (right column left and right padding) plus (left column left padding) */
		color:purple;
		font-size:1.5em;
		z-index:0;
	}

	.leftmenu .col2 ul {
		list-style-type: none;
	}

	.leftmenu .col2 ul img {
		height:75px;
		width:250px;
		border:0;
		text-decoration: none;
	}

	.leftmenu .col2 ul a:hover {
		border:none;
		text-decoration:none;
		background:none;
	}

	.leftmenu .col1 .thumbnails tr td a img{
		border:0;
		text-decoration:none;
	}

	.leftmenu .col1 .thumbnails tr td a:hover {
		border:none;
		text-decoration:none;
		background:none;
	}

	.leftmenu .col1 .thumbnails a img {

		height:150px;
		width:150px;
		z-index:1;

	}

	/* Full page settings */
	.fullpage {
		background:black;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;				/* page width minus left and right padding */
		left:2%;				/* page left padding */
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;				/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;				/* left column content width (left column width minus left and right padding) */
		left:27%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;				/* right column content width (right column width minus left and right padding) */
		left:31%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
	background:black;
    }
	#footer a:hover {
		border:none;
		text-decoration:none;
		background:none;
	}
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
</style>