@charset "utf-8";
/* CSS Document */

body  {
	font: Verdana, Helvetica, sans-serif;
	background: #CC6600;
	background-image:url(back1.png);
	background-repeat:no-repeat;
	background-position:leftS;	
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #009966;
}

p {
color:#003300; }

#box { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #336699;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #DDDDDD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
} 


.chamelion #linkbox {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background:#009966;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	padding-left: 15px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color:#CCCC00;
}
	

.chamelion #rightbox {
	margin: 0 13em 0 1.5em;
	
}  





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
-->

