/*Imported style sheets*/@import url(typography.css);@import url(color.css);@import url(tables.css);@import url(photos.css);  /*Body Layout*/body {	color: #000000;	background-color: #009900;	font-family: Arial, "Times New Roman", sans-serif;	font-size: 16px;	font-weight: normal;	font-style: normal;}center { text-align: center; }div.photo { float: right; margin: 15px 20px 5px 10px; width: 420px; }img.photo200 {	margin-left: 30px;	border: 1px solid #666666;	padding: 10px;}/*Images*/img.photo400 {	margin-left: 30px;	border: 1px solid #666666;	padding: 10px;}.innertube{	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/	background-color: #ddeedc;}.left { float: left; margin-left: 10px; margin-bottom: 10px; }/*Positioning*//*centres 200px image in 500px wide div*/.middle { margin-left: 130px; }.photo img { border: 1px solid #666666; padding: 10px; }.photo p {	border: 1px dashed #666666;	padding: 5px;	color: #333333;	background-color: #c2dcff;	font: bold 10px verdana, arial, helvetica, sans-serif;	text-align: center;}#banner{ margin-left: 0; }#bottomsection{ width: 1050px; background-color: #ddeedc; }#colextend600{ background-color: #ddeedc; height: 600px; }#colextend1000{ background-color: #ddeedc; height: 1000px; }#colextend1600{ background-color: #ddeedc; height: 1600px; }#contentwrapper{ float: left; width: 1050px; background: #ddeedc; }#leftcolumn{	float: left;	width: 525px; /*Width of left column in pixel*/	margin-top: 20px;	margin-left: 0px; /*Set margin to that of -(MainContainerWidth)*/	background: #ddeedc;}/*NewLayout*/#maincontainer{ width: 1050px; /*Width of main container*/ }#rightcolumn{	float: left;	width: 525px; /*Width of right column*/	margin-top: 20px;	margin-left: 0px; /*Set left margin to -(RightColumnWidth)*/	background: #ddeedc;}#topsection{ height: 200px; /*Height of top section*/ }