/*  
Theme Name: Framewise
Theme URI: http://www.framewise.com
Description: Framewise Theme
Version: 1.0
Author: MacroDigit a Division of US Business Media
Author URI: http://www.macrodigit.com/

*/
			body{
				background:#000;
				background-image:url(/images/left.png);
				background-repeat:repeat-y;
				color:#fff;
			}
			p {
				color:#fff;
			}
			#wrap{
				width:950px;
				margin:auto;
			}
			#header{
			
			}
			#navigation{
				margin-top:10px;
				margin-bottom:50px;
				height:30px;
			}
			#navigation ul{
				margin:0px;
				padding:0px;
				list-style-type:none;
			}
			#navigation ul li{
				float:left;
			}
			#navigation ul li a{
				text-decoration:none;
				color:#efefef;
				padding:15px;
				font-family:trebuchet ms;
				letter-spacing:2px;
			}			
			#content{
				clear:both;
				color:#fff;
			}
			#content img.splash{
				margin-right:25px;
			}
			#content p{
				font-family:helvetica;
				font-size:11pt;
				letter-spacing:2px;
				color:#fff;
				padding-right:80px;
				line-height:25px;
			}
			#footer{
				clear:both;
				padding-top:30px;
			}
			#footer p{
				font-family:helvetica;
				font-size:10pt;
				color:#999;
				text-align:center;
			}
			#cauroselSpacer{
				height:500px;
			}
			.imagedescription{
				color:#fff;
				font-family:helvetica;
				font-size:11pt;
				letter-spacing:2px;
			}
			.goback{
				color:#fff;
				font-family:helvetica;
				font-size:11pt;
				letter-spacing:2px;
			}