body {
	background: #414141 url('images/background.gif');
	color: #707070;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url('images/background.gif')
}

* html body {
	line-height: 14px;
}
a:link { 
	color: #202020;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
	
a:visited { 
	color: #CC0000 ;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #707070;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#content a:link { 
	color: #202020;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content a:visited { 
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover, #content a:active { 
	color: #707070;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 775px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 900px;
}

#footerbg {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer{
	border: 3px solid #CC0000;
	color: #707070;
	font-size: 14px;
	height: 30px;
	padding-top: 8px;
	text-align: center;
	width: 900px;
	background-color:#FFCCCC;
}

#left {
	border: 4px solid #FFFFFF;
	float: left;
	margin-right: 12px;
	width: 250px;
	height:605px;
	display:inline;
	overflow:hidden;
}

#nav {
	border: 3px solid #CC0000;
	color: #FFFFFF;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 900px;
	background-color:#FFCCCC;
}

#right {
	background: #1c2f45 url('images/sassy-banner.gif') no-repeat;
	border: 4px solid #FFFFFF;
	float: right;
	height: 365px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	width: 450px;
	text-align: center;
	display:inline; background-color:#FFCCCC}

.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}