body {
		background-image: url('../images/background.jpg');
		background-repeat:repeat-x;
		background-color:#7520d0;
		}

#banner {
		background-image: url('../images/banner.gif');
		
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position:right; 
		}

#subheader {
		background-color:#FFC0CB;
		}

#nav a {	
		color:white;
		background-color:#FFC0CB;
		border-right:1px solid white;
		border-Left:1px solid white;
		border-top:1px solid white;
		border-bottom:1px solid white;
		}

#nav a:hover {	
		background-color:#ff33ff
		}

#outerwrapper {	
		background-color: #FFF0F5;
		background-image: url('../images/bg.gif');
		background-repeat:repeat-y;
		background-position: center; 
		}

#wrapper {
		background-color: #FFF0F5;
		 
		background: url(../sidebar-separator.gif) 420px 0 repeat-y;
		}

#mainContent {
		
		width: 400px;
		float: left;
		margin-right: 40px;
		}
#sidebar {
		
		float: left;
		width: 180px;
		/*padding-top: 1.3em;*/
		}

#postscript {
		background-color: #FFC0CB;		
		}

#footer {
		display:block;
		background-color: #FFF0F5;
		}
#footer a {
		color:#505050;
		}

#footer a:hover {
		
		}


.clearFix:after {
		background-color: #FFF0F5;
		}