html, body {
	margin: 0;
	padding: 0;
}

h1 {
	padding-top: 0;
	margin-top: 0;
}

body {
	text-align:center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-color: #DDD;
	background-image: url(/images/SSBackground.jpg);
}

#wrap_shadow {
	width: 900px;
	margin:0 auto;
	padding:0;
	background:url('/images/shadow.png');
}

#wrap {
	width: 900px;
	background:#CCC;
	background:url('/images/content_home_bg.jpg') repeat-y;
	color:#FFF;
}

#header {
	padding: 20px 20px 5px 20px;
	background:url('/images/wrap_background.jpg');
	display:block;
}

#header h1 {
	font-size:1px;
	text-indent:-999em;
}

#header a{
	text-decoration:none;
}

/*Begin Navigation CSS Styling */



div#nav-bar {
	display: none;
}


#glam {
	background:url('/images/glam1.jpg') no-repeat;
	margin-top: -1px;
}

#glam p {
	font-size: 1px;
	text-indent: -999em;
}
#content {
	background:url('/images/content_home_bg.jpg') repeat-y;	
}

#left {
	display: none;
}
#right {
	width: 650;
	margin: 0 10px;
}

.left {
	float:left;
	text-align: justify;
	color: #333;
	width: 630px;
	padding-left: 10px;
	padding-right: 10px;
}

.right {
	float:right;
	text-align:justify;
	width:230px;
	padding: 0 10px
	
	
}

#footer {
	clear: both;
	background:url('/images/wrap_background.jpg');
	padding:10px;
}

.imgleft {
	float: left;
	padding-left: 30px;
}

.imgright {
	float: right;
	padding-right: 30px;
}
.tagcenter {
	padding: 10px 230px 0 250px;
}
.copy {
	clear: both;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 20px;
	padding-bottom:0;
}
