@charset "utf-8";
/* CSS Document */

/* 
COLOR PALLETTE FOR SMS
Gold: #f9be05;
Footer Grey: #888;
*/

/* HOLISTIC STYLES BEGIN */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: url(http://www.sonicmediastudios.com/images/backgrounds/BKGD_lightwindow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.70em;
	}
a, a:visited, a:active, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
a:hover {
	color: #f9be05;
	}
.arrows {
	color: #f9be05;
	padding-right: 5px;
	}
	
#lightwindow_data_caption {
	margin-top: -8px;
	width: 590px;
	line-height: 14px;
	}
/* HOLISTIC STYLES END */



