@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-position: top center; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #717171;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	color: #9871a3;
	text-decoration: none;
}
.blue {
	color: #3693b3;
	font-size: 14px;
	padding-left: 15px;
}
.small {
	font-size: 11px;	
}
#container {
	width: 1024px;
	margin: 0 auto;
	clear: both;
}
#grunge {
	background-image: url(images/bg_grunge.png);
	width: 1024px;
	height: 554px;
}
#splatter {
	background-image: url(images/bg_splatters.png);
	width: 1024px;
	height: 339px;
}
#whiteframetop {
	background-image: url(images/bg_white_top.png);
	background-repeat: no-repeat;
	height: 98px;
}
#whiteframe {
	background-image: url(images/bg_white.png);
	background-repeat: repeat-y;
	min-height: 600px;
}
#leftside {
        float: left;
        margin: 0 0 0 150px;		
		width: 450px;
}
#leftside2 {
        float: left;
	    margin: 0 0 0 150px;	
		width: 700px;
}
#rightside {
    	/*margin: -90px 0 0 614px;	*/
		padding-top: -90px;
		margin-left: 614px;
        width: 410px;
}
#rightside2 {
    	margin: 0 0 0 614px;	
        width: 410px;
		padding-top: 20px;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #999999;
	padding-top: 20px;
}
#footerleft {
        float: left;
		margin: 10px 0 0 150px;
		width: 450px;
}
#footerright {
		margin: 10px 0 0 614px;	
        width: 410px;
}
#spacer { 
	clear: both; 
}
#rotatewrapper {
	width: 410px;	
}
ul#rotate {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:410px;
} 
ul#rotate li {
	padding: 0;
}
#rotate img {
	border: none;
}