@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: kkkkkk;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	background-image: url(../images/newbackground.jpg);	background-position: top center;	background-repeat: none;}#container  { 	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */} #header  {	background: #DDDDDD;	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 350px;	background-image: url(/images/headerBw.jpg);} #sidebar  {	float: left; /* since this element is floated, a width must be given */	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0;	background-color: #333;	height: 600px;	margin: 20px 10px 0 10px;}#sidebar ul{	padding:0;	list-style:none;	margin: 0;}#sidebar ul li {	padding:0;	text-decoration:none;	}#sidebar ul a {	font-family: Georgia, "Times New Roman", Times, serif;	text-decoration: none;	border-bottom: 1px solid #fff;	color: #CCC;	display: block;	width: 125px;	padding-top: 10px;	padding-bottom: 10px;	font-style: italic;	background:art%20files/buttonback.gif)no-repeat left center;	padding-left: 50px;}#sidebar ul a:hover {	color:#333;	}#sidebar ul a.current {	color:#900;	cursor:default;}#sidebar ul a.last{	border-bottom: none;}#sidebar li a:link, #sidebar li a:visitied{	background:#333;	display: block;	font-family:Verdana, Geneva, sans-serif;	font-size: 1em;	font-weight:normal;	color:#CCC;	padding-bottom: 10px;}#sidebar li a:hover {	color:#666;	background:#FFF;}.phototitle {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 26px;	font-style: italic;	font-weight: bold;	color: #C30;	padding: 0px;	float: none;	clear: none;}#sidebar li a.current,#sidebar li a.current:hover,#sidebar li a.current:active {	color: #333;	background: #fff;	cursor: default;}#sidebar ul a.current {	font-family: Georgia, "Times New Roman", Times, serif;	text-decoration: none;	border-bottom: 1px solid #fff;	color: #FFF;	display: block;	width: 125px;	padding-left: 50px;	padding-top: 10px;	font-style: italic;	background:art%20files/buttonback.gif)no-repeat left center;				background-color: #930;}#sidebar .title  {	font-family: Georgia, "Times New Roman", Times, serif;	text-decoration: none;	border-bottom: 1px solid #fff;	color: #FFF;	display: block;	width: 135px;	padding-left: 40px;	font-style: italic;	background:art%20files/buttonback.gif)no-repeat left center;													background-color: #000;	padding-top: 10px;	padding-bottom: 10px;}#mainContent #mainTitle  {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: italic;	font-weight: normal;	color: #CCC;	background: #333;	padding: 2px 2px 2px 370px;}#mainContent {	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 20px;} #mainContent #mainphoto {	font-family: Georgia, "Times New Roman", Times, serif;	font-style: italic;	font-weight: normal;	margin-top: 20px;	margin-bottom: 10px;}#mainContent #portfolio {	margin-top: 10px;	background-color: #FFF;}#container #mainContent #aboutphoto  {	float: left;	margin-top: 20px;	margin-right: 20px;}#footer  {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:black;} #footer p  {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.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;}.external  {	font-size: 12px;	color: #333;	text-decoration: none;}.abouttext {	font-family: Verdana, Geneva, sans-serif;	font-size: medium;	font-weight: normal;	color: #666;	padding: 10px;}#container #mainContent p {	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	color: #666;	line-height: 16px;}.more  {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-weight: bolder;	color: #FFF;	background: #333;	text-align: center;	display: block;	padding-top: 5px;	padding-bottom: 5px;	text-decoration: none;	width: 60px;	font-style: italic;}#header .flashheader{	margin: 0px;	padding: 0px;	left: 0px;	top: 0px;	background-position: center;}