﻿* {
	margin: 0;
	padding: 0
}

body {
	background: #000000 url('images/getspine-background.jpg') no-repeat top center;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 93.75%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Tahoma', 'Trebuchet ms', Arial, Serif;
}


a:link, a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover{text-decoration:underline;}


h1.portfolio {
	width: 800px;
	height: 900px;
	text-indent: -2000em;
	font-size: 16px;
	/* background: url('../wildhorse_images/transparent-background.jpg') top right no-repeat */
}

#frame {
	text-align: left;
	margin-top: 72px;
	width: 800px; /* was 800px; */
	/* border: 1px red solid; */
	margin: 72px auto 0 auto;
	/* background: #5F3B6B url('../wildhorse_images/frame-bg.jpg') top left repeat-y */
}

#right-column {
	/* width: 522px; */
	width:280px; 
  	float:left; 
  	font-size:11px;  
  	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	/* border: 1px white solid; */
	/* background: url('../wildhorse_images/content-bg.jpg') top left no-repeat */
}

#left-column {
	/* display: inline;
	float: left;
	width: 522px;
	margin-top: 110px; */
	width:430px; 
  	margin-right:30px; 
  	float:left; 
  	line-height:1.4;  
  	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  	overflow: hidden;  /* fix for long non-text content breaking IE sidebar float */
	/* border: 1px silver solid; */
}

