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

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

	/*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;
	width: 400px;
	background: transparent;
	}

	.solidblocklinks li{
	display: inline;
	}

	.solidblocklinks li a{
	float: left;
	margin: 0 20px 10px 0;
	border: 2px solid #f7f7f7;
	text-decoration: none;
	}

	.solidblocklinks li a:hover{
	border: 2px solid #ff0303;
	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;
    }

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

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


	background color: #FFF
; 		color: #000;
    }

#container #rightbox p {
	color: #F00;
}
#container #rightbox p {
	color: #000;
}
