/* bassey comic - CSS Document - Interface Styles*/



/**** GENERAL ************************************************************/

body 
	{
	font-family: helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	background-color: #B0B0B0;
	}
	
	
a 	{
	color: red;
	}
	

	
/**** GENERAL: OVERALL PAGE CONTAINER *************************************/

#container
	{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	


/**** HOME PAGE: HEADER AREA ****************************************************/

#header 
	{
	position: relative;
	left: 0px;
	top: 0px;
	border: 0px;
	width: 1000px;
	height: 794px;
	display:block;
	background-image: url("illustrations/home.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}



/*----- GENERAL: CONTROLS -------------------------*/

#controls_area_whiteline
	{
	position: absolute;
	top: 794px;
	width:1000px;
	height:1px;
	background-color: #ffffff;
	}
	
	
#controls_container
	{
	position: absolute;
	top: 795px;
	width:1000px;
	height:116px;
	background-color: #CCCCCC;
	font-weight:normal;
	line-height: 26px;
	}
	
#search_the_web
	{
	position: relative;
	top: 14px;
	left: 44px;
	width: 223px;
	height: 116px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:red;
	}

#search_boxes
	{
	position: absolute;
	top: 42px;
	left:44px;
	height:50px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	}
	
	
	
#theme_title
	{
	position: absolute;
	top: 14px;
	left: 385px;
	width: 300px;
	height: 116px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:red;
	}


#theme_boxes
	{
	position: absolute;
	top: 42px;
	left:385px;
	height:100px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	}
	
	
#next_page_button
	{
	position: absolute;
	top: 44px;
	left:750px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	}
	
#mosaic
	{
	position: absolute;
	top: 30px;
	left: 50px;
	width: 500px;
	height: 100px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:red;
	}
	
#makepdf
	{
	position: absolute;
	top: 60px;
	left: 50px;
	width: 650px;
	height: 100px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:red;
	}
		
	
	
#tryagain
	{
	position: absolute;
	top: 44px;
	left: 700px;
	width: 300px;
	height: 116px;
	font-family: helvetica,arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:red;
	}


/****  PAGE: STYLES ****************************************************/

#page_title_box
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 44px;
	background-color: white;
	}

#page_title
	{
	position: relative;
	left: 5px;
	top: 3px;
	font-family: helvetica,arial, sans-serif;
	font-size:33px;
	font-weight:bold;
	color: red;
	vertical-align: middle;
	}

#page_illustration 
	{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	}


#page_captions
	{
	position: relative;
	left: 5px;
	top: 50px;
	z-index: 2;
	font-size:15px;
	background-color: white;
	width: 1000px;
	height: 50px;
	}

	

	
/*----- LINKS CONTAINER -------------------------*/

#Links_box
	{
	position: absolute;
	top: 910px;
	width:1000px;
	height:41px;
	background-color: white;
	
	font-size:14px;
	font-weight:normal;
	text-align: center;
	line-height: 41px;
	}


	
	
/**** LEARN MORE **************************************************************/


/*----- HEADER AREA -----------------------------*/

#Learnmore_header
	{
	position: relative;
	left: 0px;
	top: 0px;
	background-color: white;
	border: 0px;
	width: 1000px;
	height: 60px;
	}


#Learnmore_logo
	{
	position: relative;
	left: 18px;
	top: 12px;
	width: 190px;
	height: 35px;
	display:block;
	background-image: url("illustrations/learn_more.gif");
	background-repeat: no-repeat;
	}


#Learnmore_header_bottomline
	{
	position: absolute;
	top: 59px;
	width:1000px;
	height:1px;
	background-color: #CCCCCC;
	}
	

/*----- CONTENT AREA -----------------------------*/

/*------Content container-------------------------*/

#Learnmore_content
	{
	position: relative;
	left: 0px;
	top: 0px;
	background-color: white;
	border: 0px;
	width: 1000px;
	height: 850px;
	}

	
/*-----Title -------------------------------------*/

#Learnmore_title
	{
	position: relative;
	left: 107px;
	top: 1.3em;
	font-weight: normal;
	font-size: 2em;
	color: red;
	}
	
/*-----text size 1 -------------------------------------*/

#Learnmore_text1
	{
	position: relative;
	left: 107px;
	top: 2.5em;
	font-weight: normal;
	font-size: 1.5em;
	color: black;
	}

/*-----text size 2 -------------------------------------*/

#Learnmore_text2
	{
	position: relative;
	left: 107px;
	top: 4.5em;
	width: 43em;
	font-weight: normal;
	white-space: normal;
	color: black;
	font-size :1.1em;
	line-height: 1.2em;
	}
	

/*-----text size 3 -------------------------------------*/

#Learnmore_text3
	{
	position: relative;
	left: 107px;
	top: 6.7em;
	width: 43em;
	font-weight: normal;
	white-space: normal;
	color: black;
	font-size :1.0em;
	line-height: 1.2em;
	}
	

	
/*-----text size 4 -------------------------------------*/

#Learnmore_text4
	{
	position: relative;
	left: 3.3em;
	top: 7.5em;
	left: 107px;
	width: 42em;
	height: 30em;
	font-weight: normal;
	white-space: normal;
	color: black;
	font-size :0.95em;
	line-height: 1.3em;
	}
	
	

/*----- FOOTER AREA ------------------------------------*/

	
#links_box_bottomline
	{
	position: absolute;
	top: 56.85em;
	width:1000px;
	height:1px;
	background-color: #CCCCCC;
	}
