@charset "UTF-8";
/* CSS Document */


/* -------- basic styling ------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
background-image:url(images/BG_stripe.jpg); background-repeat:repeat-x;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
a:link {
	color:#000066;
	text-decoration: none;
	}
a:visited {
	color:#000066;
	text-decoration:none;
	}
a:hover {
	color:#FF3300;
	text-decoration:none;
	}
a:active {
	color:#003300;
	text-decoration:blink;
	}
	
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
#clear {
	clear: both;
	}

/* ------- position container elements ------- */

#empty {
	position: relative;
	width: 1000px;
	height: 20px;
	}

#header {
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 200px;
	background-image:url(images/top_panel.jpg);
	background-color:#333333;
	}
	
#empty_1 {
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 5px;
	background-color:#000000;
	}
	
#menu_bar {
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 45px;
	background-color:#CCCCCC;
	}
	
#empty_2 {
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 10px;
	background-color:#000000;
	}
	

/* ------- CENTRAL PANEL ------- */	
	
#3parts_panel {
	position: relative;
	width: 1000px;
	height:auto
	}
	
																		/* ------- THIS ONE - CHANGE THREE HEIGHTS below ------- */

																								#left_bar {
																								float: left;
																								display:inline;
																								width: 50px;
																								height: 1100px;
																								background-image:url(images/L_Shad.png); background-repeat:repeat-y;
																								}
																								
																								#central {
																								float: left;
																								display:inline;
																								width: 900px;
																								height: 1100px;
																								background-color:#FFFFFF;
																								}
																								
																								#right_bar {
																								float: left;
																								display:inline;
																								width: 50px;
																								height: 1100px;
																								background-image:url(images/R_Shad.png); background-repeat:repeat-y;
																								}
				
					/* ------- 2 columns in Central Panel ------- */
					
					#Left_column {
					float:left;
					display:inline;
					width:400px;
					height:auto;
					padding:25px;
					}
					
					#Right_column {
					float:left;
					display:inline;
					width:400px;
					height:auto;
					padding:25px;
					}
							
							#title {
							padding-left:25px;
							padding-top:25px;
							}

							#Pr_examples {
							width:250;
							padding-left:40px;
							height:auto;
							}
							
							#questions {
							width:250;
							padding-left:40px;
							height:auto;
							}
				
				#LCT {
				width:900px;
				}
				
#shadow {
	position: relative;
	width: 1000px;
	height: 30px;
	background-image:url(images/B_Shad.png);
	}

#empty_3 {
	position: relative;
	width: 1000px;
	height: 20px;
	}
