* {padding: 0; margin: 0;}
    html, body
	{
		background:			#FCFADD url(../images/bg.gif) repeat-y top center;
		margin:				0;
		padding:			0;
		font-family:		sans-serif;
		font-size:			14px;
		color:				#666666;
		line-height:		14pt;
	}
	#container
	{
		margin:				0 auto;
		width:				945px;
		padding:0;
	}
	#header{
	   line-height:0;
	}
	#left_column
	{
	   float:left;
	   width:399px;
	}
	#right_column
	{
	   float:left;
	   width:546px;
	   min-height:603px;
	   background:url(../images/content_bg.gif) no-repeat;
	}
	/* for Internet Explorer */
    /*\*/
    * html #right_column {
    height: 603px;
    }
    /**/

	#navigation
	{
	   float:left;
	   list-style: none;
	   line-height:0;
	   width:267px;
	}
	#navigation li
	{
	   display:inline;
	}
	#middle_spacer
	{
	   float:left;
	   background:url(../images/middle_spacer.gif) no-repeat;
	   width:132px;
	   height:479px;
	}
    img{border:0;}
    blockquote
    {
        background:#C7BF91;
        color:#666666;
        font-size:13px;
        padding:20px;
        margin:20px 0px 20px 0px;
    }
    blockquote ul
    {
        margin-left:20px;
        list-style-position: inside;
    }
    .clear{clear:both;height:1px;}
    .text_spacing{padding:0px 10px 0px 10px;}
    .text_spacing ul{list-style-position: inside; margin-left:10px;}
    #footer{text-align:center;font-size:10px;}
