/*  
Stylesheet for Home Page

Description: Star Wars Fringe
Version: 1.0
Author: Rail Magnor
Author URI: http://railmagnor.com

© COPYRIGHT 2008 Rail Magnor
-----------------------------------------------------
Please don't steal my code.
*/


a, a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#Trim {
	width: 970px;
	height: 700px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent url(images/bg_home.jpg) no-repeat left top;
	}

	#TrimMid {
	background: none;
	}
	
		#TrimInner {
			width: 970px;
			padding: 0;
			margin: 0;
			text-align: right;
			background: none;
			}

#Guts {
	float: right;
	width: 370px;
	margin: 120px 20px 0 0;
	padding: 0;
	padding-bottom: 10px;
	color: #cccccc;
	text-align: right;
	}

#Guts h3 { 						/* Content Main Subhead */
	margin: 0 0 5px 0;
	padding: 0 5px 0 0;
	color: #888888;
	font: normal normal bold 12pt/150% Arial, Helvetica, sans-serif;
	border: none;
	xborder-top: 1px solid #348044;
}

	#Content {
		clear: both;
		margin: 0;
		font: 1.2em/1.6em Arial, Helvetica, sans-serif;
		text-align: left;
		}
	
	#Content p {
		margin: 0 20px 15px 20px;
		padding: 0;
		}

	#Content #SWG, #Content #CoH {
	padding-bottom: 50px;
	background-color: transparent;
	background-position: right 10px;
	background-repeat: no-repeat;
	}
	
	#Content #SWG {
	background-image: url(images/logo_game_swg.png);
	}
	
	#Content #CoH {
	background-image: url(images/logo_game_coh.png);
	}
	
	#Content ul {
		margin: 0;
		padding: 0;
		}
	
	#Content ul li {
		list-style-type: none;
		xdisplay: inline;
		}
	
#Footer {
	float: right;
	width: 370px;
	margin: 110px 20px 0 0;
	clear: both;
	color: #cccccc;
	padding: 0;
	text-align: right; bottom; right
	}
