/* homepage, portfolio use regular styles
about and other two column pages use combos 
and dark versions */


body	{
	color: #000;
	background: #000;
	margin: 0;
	padding: 0;
	align: center;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	color: #379cc4;
	text-decoration: none; 
	}

a:visited {
	color: #379cc4;
	text-decoration: none; 
	}

a:hover {
	color: #379cc4; 
	text-decoration: underline;
	}

a:active {
	color: #379cc4;
	text-decoration: none;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5	{
	margin-top: 38px;
	margin-bottom: 15px;
	color: #bb2429;
	text-align: left;
	font-weight : bold;
	font-size: 15px;
	line-height: 5px;
	text-transform: uppercase;
	}

html p {
	margin-right: 25px;
	color: #a5a5a5;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	}

/* must use two unique id's for the swf object to work */
#flashcontent1 {
	color: #fff;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	}

#flashcontent2 {
	color: #fff;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	}
/* end */

 #middle {
	background-image: url(images/img_bg_middle.gif);
	background-repeat: repeat; 
	}

#middle p {
	margin-left: 12px;
	margin-right: 20px;
	}

/* a combo of the middle and right cells */
#middlemerge {
	background-image: url(images/img_bg_middlemerge.gif);
	background-repeat: repeat-x; 
	}

#middlemerge p {
	margin-left: 12px;
	margin-right: 80px;
	}

#middlemerge ul, li  {
	color: #a5a5a5;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 20px;
	list-style-type: circle;
	}

/* a combo of the middle and right cells with a stretched bg */
#middlerepeat {
	background-image: url(images/img_bg_middlerepeat.gif);
	background-repeat: repeat-x; 
	}

#middlerepeat h1, h2, h3, h4, h5 {
	margin-left: 12px;
	margin-right: 20px;
	}

#middlerepeat p {
	margin-left: 12px;
	margin-right: 80px;
	}

#bottommerge {
	background-image: url(images/img_bg_bottommerge.gif);
	background-repeat: repeat; 
	}

#footer p	{
	font-size: 10px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 20px;
	}

#right {
	background-image: url(images/img_bg_right.gif);
	background-repeat: repeat; 
	}

/* for the terms page */
#nav {
	background-image: url(images/img_bg_stretch.gif);
	background-repeat: repeat; 
	}

/* for the video page */
#video {
	margin-left: 12px;
	}

