/* ----- CSS ----- */body {	margin: 18px;	text-align: left;	padding: 0px;	background: #ffffff;	margin-top: 20px;	font-family:trebuchet ms,arial,helvetica;}/* ----- IDS ----- */#container {	background: #ffffff;	margin: 0px;	margin-right: auto;	padding: 0px;	text-align: left;	width: 730px;}#left {	background: #ffffff;	float: left;	width: 200px;	margin: 0;	padding: 0;	overflow: hidden;}#logo {    padding: 0px;	text-align: left;	height: 150px;	margin: 0px;	color: #ffffff;	background:  #ffffff;	width: 200px;}#right {	float: left;	width: 512px;	padding: 0;	margin: 0;	overflow: hidden;	background: #ffffff;	padding-left: 12px;}#banner {    padding: 0px;	text-align: left;	height: 150px;	margin: 0px;	color: #ffffff;	background:  #ffffff;	width: 512px;}#active_menu {	color: #FF3300;	font: bold 1em trebuchet ms,arial,helvetica;}/* ----- CLASSES ----- */.mainmenu {	padding: 0px;	text-align: left;	margin-top: 15px;	margin-left: 7px;	letter-spacing: 0.1em;	font-family: "trebuchet ms", arial, helvetica;	line-height: 1.75em;}.mainnav {	padding: 0px;    text-align: left;    font-family: trebuchet ms,arial,helvetica;    margin: 0px;}.subnav {	text-align: left;	color: #000000;	padding-left: 14px;	background: #ffffff url(file:///oi%20%27j./Users/dionellis/Documents/Dion/themaking/site/public_html/images/subnav.gif) repeat-y;	width: 168px;	padding-top: 2px;	font-family: trebuchet ms,arial,helvetica;	padding-bottom: 2px;	margin: 4px 0;}.image {    text-align: left;	background: #ffffff;	width: 175px;	font: 0.7em/135% trebuchet ms,arial,helvetica;	margin-left: 10px;	margin-top: 40px;	margin-bottom: 50px;}.content {	color: #000000;	text-align: left;	float: left;		padding: 15px;	margin: 0;	font: trebuchet ms,arial,helvetica;	padding-bottom: 0px;}* html .content {	/* Hide from IE-Mac \*/	height: 1%;	/* End hide */}.content_left {	color: #000000;	text-align: left;	padding: 0;	float: left;	width: 24%;	margin-top: 0;	margin-right: 20px;	margin-left: 0;	margin-bottom: 5px;}.clear {    clear: both;}/* ----- TEXT FORMATTING ----- */strong{	font-weight: bold;}em{	font-style: italic;}b{	font-weight: bold;}i{	font-style: italic;}/* ----- LINKS ----- */a:link, a:visited {	color: #000000;	text-decoration: none;}a:hover {	color: #ff9900;	border-style: none;	text-decoration: none;}