/*********************************************************/
/*                                                       */
/*   CALIGREAN.COM V3.0 KINGMAKER STYLE SHEETS           */
/*                                                       */
/*********************************************************/

/* LAYOUTS */

#content {
	font-family: arial, helvetica;
	font-size:14px;
	margin:0;
	padding:0;
	color:#999;
	background:black;
	}
div.header {
	width: 800px; height:152px;
	position:absolute; top:0px; left:0px;
	margin:auto;
	padding:0;	
	color:#999;
	background:url('../images/octskm.gif') no-repeat;
	border:0;
	}
div.navbar {
	width: 640px; height:20px;
	position:absolute; top:150px; left:160px;
	margin:0;
	padding:0;	
	color:#AF6622;
	background:#AF6622;
	border:0px;
	}
div.left {
	float:left;
	width:160px; height:1100px;
	position:relative; top:150px; left:0px;
	margin:0;
	padding:0;
	color:#999;
	background:black;
	border:2px solid #AF6622;
	border-width:0 2px 0 0;
	}
div.kingmaker {
	width:580px; height:180px;
	position:absolute; top:220px; left:220px;
	margin:0;
	padding:0;
	color:#999;
	background:black;
	border:0;
	}
div.content {
	width:580px; height:100%;
	position:absolute; top:415px; left:220px;
	margin:0;
	padding:0;
	color:#999;
	background:transparent;
	border:0;
	}
div.lefta {
	width:260px; height:100%;
	position:absolute; top:150px; left:0px;
	margin:0;
	padding:0;
	color:#999;
	background:black;
	border:5px solid #222;
	border-width:0 5px 0 0;
	}
div.righta {
	width:260px; height:100%;
	position:absolute; top:150px; left:535px;
	margin:0;
	padding:0;
	color:#999;
	background:black;
	border:5px solid #222;
	border-width:0 0 0 5px;
	}
div.contenta {
	width:260px; height:100%;
	position:absolute; top:415px; left:265px;
	margin:0;
	padding:0;
	color:#999;
	background:transparent;
	border:10px solid #555;
	border-width:0 5px 0 5px;
	}

/*  HEADLINES */

h1.kingmakerpic {
	font-family:arial, helvetica;
	font-size:18px;
	text-align:left;
	line-spacing:22px;
	color:AF6622;
	background-color:transparent;
	margin:0;
	padding:0;
	}
h1.kingmaker {
	font-family:arial, helvetica;
	font-size:20px;
	text-align:left;
	line-spacing:22px;
	color:AF6622;
	background-color:transparent;
	margin:0 0 0 433px;
	padding:0 2px 13px 2px;
	}
h1.left {
	font-family:arial, helvetica;
	font-size:18px;
	text-align:center;
	line-spacing:14px;
	color:#AF6622;
	margin: 0 0 0 0;
	padding:0;
	}

/* PARAGRAPHS */

p.left {
	font-family:arial, helvetica;
	font-size:12px;
	text-align:left;
	color:#999;
	margin:0 0 0 0;
	padding:12px;
	}

/*  IMAGES   */

img.left {
	position:relative; top:5px;
	width:150px;
	text-align:left;
	margin:0;
	padding:3px 0 0 0;
	border:0;
	}
img.kingmaker {
	float:left;
	width:411px;
	margin:0;
	padding:0;
	border:0;
	}


/*  LINKS STUFF */

A.km:LINK {
	TEXT-DECORATION:none; 
	color: #AF6622
	} 
A.km:VISITED {
	TEXT-DECORATION:none; 
	color: #AF6622
	} 
A.km:ACTIVE {
	TEXT-DECORATION:none; 
	color: #583311; 
	font-weight: bold
	} 
A.km:HOVER {
	TEXT-DECORATION:none; 
	color: #583311;
	font-weight: bold
	} 

