@charset "utf-8";
/* CSS Document */

/* layout */

body {	background-color:#FDD44F;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
			}

a:link {	color: #4169e1; text-decoration:none;}
a:visited {	color: #4169e1; text-decoration:none;}
a:hover {	color: #4169e1; text-decoration:underline;}
a:focus {	color: #4169e1;}
a:active {	color: #4169e1; text-decoration:underline;}

.grey a:link {	color: #787878; text-decoration:none;}
.grey a:visited {	color: #666; text-decoration:none;}
.grey a:hover {	color: #4169e1; text-decoration:underline;}
.grey a:focus {	color: #666;}
.grey a:active {	color: #666; text-decoration:underline;}


h1 {	margin-top:0px;
		margin-bottom:3px;
		font-size:18px;
		font-weight:bolder;
		clear:both;
		}

p {	font-size:12px;
		margin-top:0px;
		margin-bottom:10px;}

ol {	margin-top:0px;
		margin-bottom:0px;}
		
ul {	margin-top:0px;
		margin-bottom:0px;}

.books li	{	text-align:left;
				list-style: none;
    			padding: 0px 0px 0px 0px;
				margin:5px;
				float:left;
			}

#root {	width:900px;
		background-image:url(../images/qme-credits-main-BG.jpg);
		background-repeat:repeat-y;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		min-height:1000px;
		}
		
		
#header {	width:800px;
			margin:auto;
			text-align:right;
			}
			
			
#container{	width:800px;
			margin:auto;
			min-height:542px;
			}


#navigation {	background-image:url(../images/qme-credits-nav-button-BG.jpg);
				background-repeat:no-repeat;
				float:left;
				width:282px;
				}

#content {	width:360px;
			float:left;
			min-height:575px;
			margin-bottom:20px;
				}
				
#content2 {	width:518px;
			float:left;
			min-height:575px;
			margin-bottom:20px;
				}
				
#advertisement {	width:158px;
					float:right;
					text-align:center;
					}
					
#smalltext	 	{	font-size:10px;
				}		
				
		
#smalltext p 	{	font-size:10px;
				}
				
#faqtext p 	{	font-size:10px;
				}

#adtext			{font-size:10px;}

#footer {	width:780px;
			background-image:url(../images/qme-credits-footer-BG.jpg);
			background-repeat:repeat-y;
			text-align:center;
			clear:both;
			padding:10px;
			}

#footer a:link {	color: #4169e1;
					text-decoration:none;}
#footer a:visited {	color: #1E357A;
					text-decoration:none;}
#footer a:hover {	color: #4169e1;
			text-decoration:underline;}
#footer a:focus {	color: #000;}
#footer a:active {	color: #000;}

#footer p {	font-size:10px;
			margin:10px;

				}

.byline {	margin-left:30px;
			font-style:italic;}
