body	  {	background:#fff fixed;	text-align:center;}/*this is the main 700px container it all sits in*/#container {	border: 1px none red;	width:700px;	background:#fff;	text-align:center;	padding: 0px;	margin-right: auto;	margin-left: auto;}/*but when you want it to go slim use the slim div*/#slim {	border: 1px none blue;	text-align: justify;	margin:0px auto;		width:400px;	padding:1;	background:#fff;	margin-right: auto;	margin-left: auto;}/*the logo, naturally...*/#logo h1 span {	display:none;}#logo h1 {	margin:0px;	width:400px; 	height:120px;	background: url(../images/goodphotos/logo2.jpg)}/*this is the stuff for the menus*/#mainmenu {	width:400px;	background:#fff;	padding:0;	margin:0;	overflow:hidden;	text-align:center;	border-bottom: 1px solid #000000;}#mainmenu ul, li {	margin:0; padding:0;	display:inline;	list-style:none;	line-height:50px;	margin:5px;}#mainmenu a {	text-transform:uppercase;	font-size:14px;	font-family: verdana, arial, geneva, sans-serif;	color:#000;	text-decoration:none}#mainmenu a:hover {	color: red;}/*some stuff for formatting the text here...*/#container p {	font-family:verdana, arial, geneva, sans-serif;	color:#555;	font-size:12px;	line-height:20px;}#container h2{	font-family:verdana, arial, geneva, sans-serif;	text-align:center;	line-height:40px;	color:#555;	margin-top:0;	font-size: 25px;}#container h3{	font-family:verdana, arial, geneva, sans-serif;	text-align:center;	line-height:40px;	color:#555;	margin-top:0;	font-size: 80%;}#links {	text-align:center;	margin-top:20px;	margin-bottom:30px;}#links a{	text-transform:uppercase;	font-size:15px;	font-family: verdana, arial, geneva, sans-serif;	margin: 30px;}#links a:link, a:visited {	color:#FF0000;	text-decoration:none}#links a:hover {	color: red;	text-decoration: underline;}#footer {	text-align:center;	background:#fff;	color:#555;	font-family:verdana, arial, geneva, sans-serif;	font-size:12px;	margin-top:15px;}.floatright {	margin: 5px;	float: right;}.greybox {	margin: 15px 5px 5px;	padding: 5px;	border: 1px solid #999999;	text-align: center;}.noframe {	margin-top: 15px;	margin-right: 5px;	margin-bottom: 5px;	margin-left: 5px;}.formtext {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 20px;	color: #555;	border: 1px solid #999999;	padding: 5px;}a:link {	color: #FF0000;	text-decoration: none;}a:visited {	text-decoration: none;}a:hover {	text-decoration: underline;}