body						{
							margin:0px;
							background:#C7E2F6;
							color:#0066B3;
							}
							
*							{
							margin:0px;
							padding:0px;
							}


#main						{
							position:relative;
							width:900px;
							border:solid 0px #000000;
							}

#middle						{
							position:relative;
							min-height:300px;
							width:900px;
							border:solid 0px #000000;
							padding-top:30px;
							}
							
#content					{
							position:relative;
							width:900px;
							border-left:solid 0px #0066B3;
							left:0px;
							font-family:trebuchet ms;
							font-size:15px;
							color:#0066B3;
							}
							
							


#fuss						{
							border:solid 0px #0066B3;
							float:left;
							width:900px;
							}
							
#fuss_text					{
							padding-top:10px;
							width:755px;
							margin-left:0px;
							font-family:trebuchet ms;
							font-size:15px;
							color:#0066B3;
							border-top:solid 1px #0066B3;
							}

#fuss_text a				{
							color:#0066B3;
							}

#fuss_text a:hover			{
							color:#990000;
							}

#content a				{
							color:#0066B3;
							}

#content a:hover			{
							color:#990000;
							}

