/* Style sheet 
	For the swtor monitor 
	(c) Planetswtor.com

	*/
	

* { margin: 0; padding: 0; outline: 0 }

body {
	font: 10px 'Arial', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 	
	margin: 0; 	padding: 0; 
	background: #121e2a;
	text-align: left;
}


#wrapLeft {
	position: relative;

	width: 906px;
	background: #324953;
	text-align: left;
	}
	
#wrapLeft a {
	color: #69800d;
	text-decoration: none;
}

#wrapLeft a:hover {
	border-bottom: 1px dotted #4396a0;
	color: #8aa813;
}

#rightCol {
position: relative;
width: 300px;
float: right;
background: #324953;
left: -2px;
}

#middleCol {

position: relative;
left: 2px;
width: 300px;
float: left;
background: #324953;

}

#leftCol {
float: left;
background: #324953;
width: 300px;
}

#wrapLeft li {
list-style: none;
list-style-type: none;
padding: 10px;
}