/**
 * Screen Stylesheet Krewards
 * Author Matthew Holmes <www.ivt.com.au>
 * Created 02 Jan 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	background: #fff;
 	color: #666666;
 	font: 62.5% "Lucida Grande", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* links */
 	a:focus {
 		outline: none;
 		}
 	a img {
 		border: 0;
 		}
 		
 		
 	/* headings */	
 	h1, h2, h3, h4, h5, h6 {
 		margin: 0;
 		}
 		
 		
 		/* structure
 		----------------------*/
 		.wrapper {
 			width: 800px;
 			margin: auto;
 			}
 			
 			
 			#container {
 				background: #fff;
 				}
 			
 			.clearfix:after {
 				display: block;
 				clear: both;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 				
 				
 				/* header */
 				#header h1 {
 					padding: 32px 10px;
 					text-align: center;
 					}
 				
 				
 				/* content */
 				#content {
 					height: 1%;
 					}
 				#content .left {
 					float: left;
 					width: 399px;
 					color: #fff;
 					font-size: 1.1em;
 					}
 					
 				#content .right {
 					
 					width: 100%;
					text-align: center;
 					}
 					
 					
 				
 				/* footer */
 				#footer h2 {
 					margin: 15px 0;
 					text-align: center;
 					}
 				#footer h2 strong {
 					display: none;
 					}
 					
 					
 				
 				/* access */
 				#access {
 					padding: 0 0 15px;
 					}
 				#access h3 {
 					margin: 15px 0;
 					}
 				#access h4 {
 					margin: 0 0 3px;
 					}
 				#access h3 strong, #access h4 strong {
 					display: none;
 					}
                                #access ul.rewards {
                                        width: 400px;
                                        margin: 0 0 0 -7px;
                                        padding: 0;
                                        list-style: none;
                                        }
                                #access li {
                                        display: inline;
                                        padding: 0 0 0 7px;
                                        background: url(../webimages/bg-access-divider.gif) right 2px no-repeat;
                                        }
                                #access li a {
                                        padding: 0 7px 0 0;
                                        color: #000;
                                        text-decoration: none;
                                        }
