			body {
				color: #000000;
				font-size: 12px;
				font-family:  Helvetica, Arial, Geneva, Swiss, SunSans-Regular; 
				background-color: #000000 
			}
			
			#banner {
				margin:10px auto;
				width:728px;
				height:90px;
			}
			
			 #wrapper {
			 	margin:0 auto;
			 	width:663px;
			 	background:#FFF;
			 	background: #FFF url(../img/apple2.gif) repeat;
			 }
			 
			#pagetop {
				margin: 0 auto;
				background: transparent url(../img/l_corner.gif) no-repeat top left;
				width:663px;
				height:10px;
			}
			
			#pagebottom {
				background: url(../img/b_corner.gif) no-repeat;
				margin: 0 auto;
				width:663px;
				height:10px;
			}
			
			#header {
				margin:0 auto;
				background: transparent url(../img/macfuture.gif) no-repeat;
				height:65px;
				width:663px;
			}
			
			#column {
				background: transparent;
				float:left;
				width:150px;
				
			}
			
			#content {
				/*background: #FFF url(../img/apple2.gif) repeat;*/
				background:transparent;
				margin:0;
				width:503px;
				float:left;
				position:relative;
			}
						
			#content p {
				padding:5px;
			}
			
			ul {
				padding:0;
				margin:0;
			}
			
			ul li {
				list-style:none;
				padding:5px 5px 5px 10px;
				margin:0;
			}
			
			#footer {
				text-align:center;
				padding:10px;
			}
			
			#banner_bottom {
				margin:20px auto;
				width:728px;
				height:90px;
				clear:both;
			}
			
			h1 {
				font-size:18px;
				padding-top:10px;
				border-top:2px solid #CCC;
				}
			
			h3 {
				margin-left:10px;
			
			}
			
			li a,li a :link,li a:visited,li a:active,li a:hover {color:#000;text-decoration:underline;}
			
			li a:hover {text-decoration:none;}
			
			
			.article_img {margin:5px auto;display:block;}
			
			dt {
				font-style:italic;
				font-weight:bold;
				padding-left:10px;
			}
			
			dt, dd {
				line-height:18px;
			
			}
			
			
			.signature {
				font-family:courier, "courier new";
				font-size:13px;
				font-style:italic;
			
			}
			
			.noborder {
				border:none;
			}
			
			
			
			
			
			