    /* Default Body Styles */
    body {
    background: #EDEDED url("images/background-two.jpg");
	background-position: center;
	background-attachment: fixed;
    font-size: 65%;
	font-family: Verdana, Arial, Sans-Serif;
    color:#333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
    }

	h1 {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #FFF;
    }
	
	h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666;
    }

	/*Menu */

	.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width: 700px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
	}

	.solidblockmenu li{
	display: inline;
	}

	.solidblockmenu li a{
	float: left;
	color: white;
	padding: 7px 16px;
	text-decoration: none;
	border-right: 1px solid white;
	}

	.solidblockmenu li a:visited{
	color: white;
	}

	.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
	}

	/*Links */

	.solidblocklinks{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	text-align: center;
	width: 525px;
	background: transparent;
	}

	.solidblocklinks li{
	display: inline;
	}

	.solidblocklinks li a{
	float: left;
	color: #666;
	padding: 15px;
	text-decoration: none;
	}

	.solidblocklinks li a:visited{
	color: #666;
	}

	.solidblocklinks li a:hover, .solidblocklinks li .current{
	color: #666;
	background: transparent;
	}

    /*Header - Appears above the main content*/
    #header {
    width: 100%;
    height: 85px;
	text-align: right;
    }
	
    /*Container - contains the main website content*/
    #container {
    width: 900px;
    margin: 20px auto 20px auto;
    font-size: 1.0em;
    border: 0px;
    }

    /*Rightbox - Appears on the left side of the website*/
    #rightbox {
    font-size: 1em;
    line-height: 1.5em;
    float: right;
    width: 257px;
    margin: 5px;
    padding: 5px;
	text-align: center;
    }

    /*Leftbox - Appears on the right side of the website*/
    #leftbox {
    width: 545px;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px;
    }

