body
{
	background: #000000;
	background-image: url('gfx/back.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 20px 0px;
	padding: 20px 0px 0px 40px;
	font-family: Verdana;
	font-size: 10px;
}

.page_item a:link {color: #ffffff; text-decoration: none; }
.page_item a:visited {color: #ffffff; text-decoration: none; }
.page_item a:hover {color: #ffffff; text-decoration: underline; }
.page_item a:active {color: #ffffff; }

#content a:link {color: #000000; text-decoration: underline; }
#content a:visited {color: #000000; text-decoration: underline; }
#content a:hover {color: #000000; text-decoration: underline; }
#content a:active {color: #000000; }

.post h2
{
	margin-bottom: 0.1em;
}

h6
{
	font-size: 1.7em;
	line-height: 1.4em;
     margin: 0px 0px 0px 0px;

}

div#header
{
	background: url('gfx/header.png') no-repeat bottom center;
    width: 675px;
    height: 129px;
    margin-left: 150px;
    overflow: hidden;
}

ul.menu
{
	list-style-type:none;
	margin: 0px 0px 0px 0px; 
	padding-left: 0;
	-webkit-transform: rotate(-2.5deg); 
	-moz-transform: rotate(-2.5deg);
	font-size: 2em;
	line-height: 1.5em;
	color: #ffffff;
}

div#page
{
	padding-left: 15px;
	overflow: hidden;
	width: 920px;
}

div#menu
{
	/* background-image: url('gfx/backmenu.png'); */
	background-repeat: no-repeat;
	width: 180px;
	height: 343px;
	padding: 40px 0px 0px 40px;
	float: left;
	margin-right: -10px;
	font-family: Arial;
}

div#content-container
{
	margin-left: -20px;
        margin-top: 10px;
	overflow: hidden;
	width: 710px;
}

div#top
{
	background: url('gfx/content_top.png') no-repeat bottom center;
        width: 710px;
        height: 42px;
        margin: 0px;
        overflow: hidden;
}

div#content
{ 
        background: url('gfx/content_middle.png') repeat-y top left; 
        border: none; 
        overflow: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 40px 10px 40px;
}

div#bottom
{
		background: url('gfx/content_bottom.png') no-repeat bottom center;
        width: 710px;
        height: 32px;
        margin: 0px;
        overflow: hidden;
}

.clear
{
	clear:both;
}

h1
{
	font-family: Arial
}

p
{
	line-height: 1.7em;
}



img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}