@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:1em;	
}

a img{
	border:none;
}


.twoColFixRtHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/bg_world.jpg);
	/*background-position:450px 207px;*/
	background-position:55% 207px;
	
	background-repeat:no-repeat;
	background-color:#000000;
} 

.twoColFixRtHdr #wrapper { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/Grievous.png);
	/*background-position:420px 450px;*/
	background-position:182% 450px;
	background-repeat:no-repeat;
} 

.twoColFixRtHdr #header { 
	height:175px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 46px 0px 0px 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:165px;
	height:108px;
	float:left;
	background-position:20px 45px;
	background-image:url(../images/starwars_logo.gif);
	background-repeat:no-repeat;
}

.twoColFixRtHdr #header  span{
	display:none;
}


.twoColFixRtHdr #header ul {
	float:right;
	padding-top:122px;
}

.twoColFixRtHdr #header ul li{
	display:inline;
	list-style-type:none;
	text-transform:uppercase;
	color:#327e4c;
	font-size:80%;
	padding:0px 25px 0px 0px;
	
}

.twoColFixRtHdr #header ul li a{
	color:#91b260;
	text-decoration:none;
}

.twoColFixRtHdr #header ul li a:hover{
	color:#edbd33;
	padding-bottom:5px;
	border-bottom:#edbd33 3px solid;
}

.twoColFixRtHdr #characters { 
	height:225px;
	width: 1000px;
	background-image:url(../images/header_characters.png);
	/*background-image:url(../images/StarWars-CloneWars-top-animation.gif);*/
	
	margin-left:auto;
	margin-right:auto;
} 


.twoColFixRtHdr #mainContent { 
	text-align:left;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
} 

.twoColFixRtHdr h2 {
	margin:0px 0px 0px 25px;
	color:#327e4c;
	

}

.twoColFixRtHdr .yellow{
	color:#edbd33;

}

.twoColFixRtHdr .white{
	color:#327e4c;

}

.twoColFixRtHdr .green{
	color:#327e4c;

}

.twoColFixRtHdr .homeHeader {
	display:block;
	width:732px;
	height:161px;
	background-image:url(../images/header-home-4.png);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding-top:25px;

}

.twoColFixRtHdr .homeContent {
	display:block;
	width:682px;
	background-image:url(../images/home_content_bg.png);
	padding:10px 25px 10px 25px;
}

.twoColFixRtHdr .homeContent p{
	font-size:80%;
	color:#FFFFFF;
	line-height:150%;
	width:425px;
	float:left;
}

.twoColFixRtHdr .homeBottom {
	display:block;
	width:732px;
	height:13px;
	background-image:url(../images/home_content_curve.png);
	margin-bottom:10px;
}

.twoColFixRtHdr  h3 {
	color:#edbd33;

}

.twoColFixRtHdr  h3 strong{
	color:#fff;

}


#bookHome{
	display:block;
	width:111px;
	height:180px;
	float:right;
	background-image:url(../images/book-home.png);
	background-repeat:no-repeat;
	margin-right:75px;
	margin-top:10px;
	
}

.twoColFixRtHdr .aboutHeader {
	display:block;
	width:1000px;
	height:112px;
	background-image:url(../images/header_aboutthebooks.gif);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding-top:25px;

}

.twoColFixRtHdr .destinyHeader {
	display:block;
	width:1000px;
	height:112px;
	background-image:url(../images/header_decideyourdestiny.gif);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding-top:25px;

}

.twoColFixRtHdr .gamesHeader {
	display:block;
	width:1000px;
	height:112px;
	background-image:url(../images/header_gamesandfun.gif);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding-top:25px;

}

.twoColFixRtHdr .linksHeader {
	display:block;
	width:1000px;
	height:112px;
	background-image:url(../images/header_links.gif);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding-top:25px;

}

.twoColFixRtHdr .bOne {
	display:block;
	width:200px;
	height:263px;
	float:left;
	background-image:url(../images/button_aboutthebooks.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
	margin-right:16px;
	padding:0px 25px 0px 15px;
}

.twoColFixRtHdr .bOne a{
	text-decoration:none;
	border:none;
	color:#edbd33;
}

.twoColFixRtHdr .bTwo {
	display:block;
	width:200px;
	height:263px;
	float:left;
	background-image:url(../images/button_decideyourdestiny.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
	margin-right:16px;
	padding:0px 25px 0px 15px;
	}

.twoColFixRtHdr .bTwo a{
	text-decoration:none;
	border:none;
	color:#edbd33;
}

.twoColFixRtHdr .bThree {
	display:block;
	width:200px;
	height:263px;
	float:left;
	background-image:url(../images/button_gamesandfun.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
	padding:0px 25px 0px 15px;
}

.twoColFixRtHdr .bThree a{
	text-decoration:none;
	border:none;
	color:#edbd33;
}

.twoColFixRtHdr .pageContent {
	display:block;
	width:950px;
	background-image:url(../images/page_content_bg.png);
	padding:10px 25px 10px 25px;
}

.twoColFixRtHdr .pageContent p{
	font-size:80%;
	color:#FFFFFF;
	line-height:150%;
	width:375px;
}


.twoColFixRtHdr .pageContent a{
	text-decoration:none;
	color:#edbd33;
}

.twoColFixRtHdr .pageContent a:hover{
	text-decoration:underline;
}

.twoColFixRtHdr .pageBottom {
	display:block;
	width:1000px;
	height:13px;
	background-image:url(../images/page_content_curve.png);
	margin-bottom:10px;
}

.twoColFixRtHdr .pageContent {
	display:block;
	width:950px;
	background-image:url(../images/page_content_bg.png);
	padding:10px 25px 10px 25px;
}


.twoColFixRtHdr .pageContent .bookWrap {
	display:block;
	float:left;
	width:950px;
	margin-bottom:20px;
}

.twoColFixRtHdr .pageContent .linkWrap {
	display:block;
	float:left;
	width:950px;
	margin-bottom:20px;
	background-image:url(../images/illustration_link.png);
	background-repeat:no-repeat;
	background-position:611px 10px;
}


.twoColFixRtHdr .pageContent .bookImage {
	display:block;
	float:left;
	width:150px;
	padding-top:35px;
	margin-right:30px;
}

.twoColFixRtHdr .pageContent .bookDescription {
	display:block;
	float:left;
	width:450px;
	margin-right:50px;
}

.twoColFixRtHdr .pageContent .bookDescription h3{
	width:450px;
	
}

.twoColFixRtHdr .pageContent .bookDescription p{
	width:450px;
	
}


.twoColFixRtHdr .pageContent .bookInfo {
	display:block;
	float:left;
	width:250px;
	padding-top:35px;
	
	
}


.twoColFixRtHdr .tableRow {
	height:15px;
	width:250px;
}

/*.twoColFixRtHdr .tableCell {
	float:left; 
	width:70px;
	text-align:left;
	padding-left:15px;
}*/

.twoColFixRtHdr .tableCellLeft {
	text-align:left;
	padding-left:15px;
	display:block;
	float:left;
	font-size:80%;
	color:#FFFFFF;
	line-height:120%;
	width:65px;
	vertical-align:top;
	
}


.twoColFixRtHdr .tableCellRight {
	text-align:left;
	padding-left:15px;
	display:block;
	float:left;
	font-size:80%;
	color:#FFFFFF;
	line-height:120%;
	width:125px;
	vertical-align:top;

	
}


.twoColFixRtHdr .sharpshooter {
	display:block;
	float:left;
	width:900px;
	text-align:center;
	background-color:#999999;
	padding:25px;
}

.twoColFixRtHdr .pageContent .pageNumber ul{
	margin-left:115px;
	display:block;
}

.twoColFixRtHdr .pageContent .pageNumber li{
	display:inline;
	
}


.twoColFixRtHdr .pageContent .pageNumber .arrowleft{
	margin-right:10px;
	margin-top:5px;
	
}

.twoColFixRtHdr .pageContent .pageNumber .currentPage{
	color:#fff;
	
}

.twoColFixRtHdr .pageContent .pageNumber .arrowright{
	margin-left:10px;
	
}

.twoColFixRtHdr .pageContent .pageNumber .pageActive{
	color:#edbd33;
	
}

.twoColFixRtHdr .pageContent .gameImage {
	display:block;
	float:left;
	width:400px;
	padding-top:10px;
	margin-right:30px;
}




.twoColFixRtHdr #footer { 
	padding: 10px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:auto;
	margin-right:auto;
	width:980px;
} 

.twoColFixRtHdr #footer .lucas{
	background-image:url(../images/lucas_books.jpg);
	width:37px;
	height:52px;
	display:block;
	background-repeat:no-repeat;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #base {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#545b4f;
	height:200px;
	
}

.twoColFixRtHdr #base img {
	float:left;
}

.twoColFixRtHdr #base span {
	display:table-cell;
	float:left;
	vertical-align:middle;
	height:52px;
	margin-left:10px;
	font-size:70%;
	color:#fff;
	padding-top:22px;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* sIFR active classes */


    .sIFR-active .twoColFixRtHdr h2  {
    visibility: hidden;
  	font-family:Arial, Helvetica, sans-serif;
  	line-height: 1em;
  	font-size: 18px;
	letter-spacing: 10px;
	margin:0 2px 2px 0;
	}	

    .sIFR-active .twoColFixRtHdr h3  {
    visibility: hidden;
  	font-family:Arial, Helvetica, sans-serif;
  	line-height: 1em;
  	font-size: 18px;
	letter-spacing: 10px;
	margin:25 2px 2px 0;
	
	
	}
	
	

