/****************************************************************
 * Created by Chris Greninger - (c) 2009						*
 * E-Mail  : cgreninger@creativecag.com							*
 * Website : http://www.creativecag.com							*
 ****************************************************************/

/* MAIN BODY */
#body {
	width:1000px;
	background-color:#000;
	margin:auto; }
	
#structure {
	width:1000px;
	clear:both;	
	background-color:#131313;
	border:7px;
	border-style:solid;
	border-color:#0e0e0e; }

#dji_menu {
	width:188px;
	float: left;
	}
	
#content {
	width:512px;
	padding-top:8px;
	padding-left:10px;
	float:left;
	text-align:left;
	vertical-align:top; }

#picturebar {
	width:225px;
	padding-top:8px;
	float:left;
	position:relative;
	left:20px;}

/* TEXT ATTRIBUTES */
	.text {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #fff; }

	.headline {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #ccc; }
		
	.smallheadline {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #d20000; }

	.desc {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #535353; }
	
	.quote {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	font-style:italic;
	line-height: 1.25em;
	color: #999999; }
	
		
/* LINK DECORATIONS */
	A:link {
	color: #d20000;
  	text-decoration: none;
	border:none; }
  		
	A:visited {
	color: #d20000; 
  	text-decoration: none;
	border:none; }
	
	A:hover {
	color: #ff0000; 
  	text-decoration: none;
	border:none; }
		
	A:active { 
  	text-decoration: none;
	color: #ff0000;
	border:none; }