html{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	}
	
img{
	display:block;
	}
	
a:link {
	color: #272b2e;
	}
	
body{
	margin:0;
	padding:0;
	}
	
	#main_container{
		width:879px;
		height:auto;
		}
		
		#header{
			width:879px;
			height:auto;
			margin:20px 0 0 0;
			padding:16px 0 0 0; /* Firefox */
			#padding:27px 0 0 0; /* IE */
			float:right;
			text-align:right;
			background-image:url(images/logo.gif);
			background-repeat:no-repeat;
			background-position:left top;
			}
			
			/* Menu Begins */	
				
			#ps_menu{
				height:auto;
				width:auto;
				float:right;
				}
					
				#ps_menu ul{
					font:12px Arial;
					list-style: none;
					}
					
				#ps_menu li{
					display: inline;
					}
					
				#ps_menu a{
					float: left;
					color: white;
					padding: 5px 10px;
					text-decoration: none;
					outline: none;
					}
					
				#ps_menu a:hover{
					color:#f3a600;
					}
					
				#ps_menu #current a{
					color:#f3a600;
					}
	
			/* Menu Ends */	
			
			/* Page Numbers Begin */	
			
			#ps_numbers{
				height:auto;
				width:800px;
				float:right;
				clear:both;
				margin:55px 0 0 0; /* Firefox */
				#margin:68px 0 0 0; /* IE */
				text-align:right;
				}
					
				#ps_numbers ul{
					font:12px Arial;
					list-style: none;
					}
					
				#ps_numbers li{
					display: inline;
					}
					
				#ps_numbers a{
					float: right;
					color: #272b2e;
					padding: 5px 10px;
					text-decoration: none;
					outline: none;
					}
					
				#ps_numbers a:hover{
					color:#669dbc;
					}
					
				#ps_numbers #current a{
					color:#669dbc;
					}
				
			/* Page Numbers End */
			
		#body_container{
			width:879px;
			height:auto;
			float:left;
			margin:13px 0 0 0;
			}
			
			#categories_menu{
				width:192px;
				height:auto;
				float:left;
				background-color:#31353e;
				background-image:url(images/categories_bottom.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				padding:0 16px 5px 16px;
				#padding:10px 16px 0 16px;
				}
				
				#categories{
					width:auto;
					height:auto;
					float:left;
					}
					
					#cat_list{
						margin-left: 0;
						padding-left: 0;
						list-style: none;
						font-family:Geneva, Arial, Helvetica, sans-serif;
						font-size:12px;
						text-align:left;
						padding:4px 0 0 0;
						#padding:0 0 0 0;
						}
						
						#cat_list li{
							padding:10px 0 0 10px;
							#padding:5px 0 0 10px;
							background-image: url(images/arrow.gif);
							background-repeat: no-repeat;
							background-position: 0 15px;
							#background-position: 0 13px;
							}
						
						#cat_list a, visited{
							color:#FFFFFF;
							text-decoration:none;
							outline:none;
							}
							
						#cat_list a:hover{
							color:#f3a600;
							text-decoration:none;
							}

					
				#categories_num{
					width:auto;
					height:auto;
					float:right;
					text-align:right;
					}
					
					#navlist li{
						list-style-type:none;
						font-family:Geneva, Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#beddf1;
						padding:10px 0 0 0;
						#padding:5px 0 0 0;
						}
						
			#brush_holder{
				width:644px;
				height:199px;
				float:right;
				padding:0 0 0 11px;
				}
				
				#brush_image{
					width:317px;
					height:161px;
					float:left;
					background-image:url(images/brush_border.gif);
					background-repeat:no-repeat;
					background-color:#272b2e;
					padding:28px 0 0 0;
					}
					
				#brush_info{
					width:317px;
					height:189px;
					#height:179px;
					float:right;
					background-color:#e8f3f9;
					background-image:url(images/brush_info_border.gif);
					background-repeat:no-repeat;
					#padding:10px 0 0 0;
					}
					
					#question_list{
						margin-left: 5px;
						padding-left: 0;
						list-style: none;
						font-family:Geneva, Arial, Helvetica, sans-serif;
						font-size:12px;
						text-align:left;
						color:#cc0000;
						float:left;
						#line-height:20px;
						}
						
						#question_list li{
							padding:10px 0 0 10px;
							#padding:5px 0 0 10px;
							color:#cc0000;
							}
						
						#question_list a, visited{
							color:#669dbc;
							text-decoration:none;
							}
							
						#question_list a:hover{
							color:#272b2e;
							text-decoration:none;
							}
						
					#answer_list{
						margin-left: 5px;
						padding-left: 0px;
						#line-height:20px;
						list-style: none;
						font-family:Geneva, Arial, Helvetica, sans-serif;
						font-size:12px;
						text-align:left;
						color:#272b2e;
						float:left;
						}
						
						#answer_list li{
							padding:10px 0 0 20px;
							#padding:5px 0 0 20px;
							background-image: url(images/arrows.gif);
							background-repeat: no-repeat;
							background-position: 0 15px;
							#background-position: 0 13px;
							}
						
						#answer_list a, visited{
							color:#669dbc;
							text-decoration:none;
							}
							
						#answer_list a:hover{
							color:#272b2e;
							text-decoration:none;
							}
							
			#advertisments{
				width:644px;
				height:267px;
				float:left;
				padding:10px 0 0 11px;
				margin:0 0 10px 0;
				}
				
				#advertisment_01{
					width:317px;
					height:259px;
					float:left;
					background-color:#272b2e;
					background-image:url(images/ad_01_border.gif);
					background-repeat:no-repeat;
					padding:8px 0 0 0;
					}
					
				#advertisment_02{
					width:317px;
					height:259px;
					float:right;
					background-color:#e8f3f9;
					background-image:url(images/ad_02_border.gif);
					background-repeat:no-repeat;
					padding:8px 0 0 0;
					}
					
				#sites_container{
					width:644px;
					height:129px;
					float:left;
					margin:0 0 10px 10px;
					}
					
					#site_01{
						width:317px;
						height:129px;
						float:left;
						}
						
					#site_02{
						width:317px;
						height:129px;
						float:right;
						}
					
				#bottom_advertisment{
					width:644px;
					height:38px;
					float:right;
					border-top-style:solid;
					border-top-color:#272b2e;
					border-top-width:1px;
					text-align:left;
					}
					
					#ad_holder{
						width:auto;
						height:auto;
						float:left;
						padding:10px 0 0 0;
						}
					
					#ad_text_holder{
						width:auto;
						height:auto;
						float:right;
						padding:10px 0 0 0;
						#padding:9px 0 0 0;
						}
					
					.ad_text{
						font-family:Geneva, Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#272b2e;
						text-decoration:underline;
						text-align:right;
float:right;
display:inline;
						}
						
						.ad_text a:active, link, visited, hover{
							font-family:Geneva, Arial, Helvetica, sans-serif;
							font-size:12px;
							color:#272b2e;
							text-decoration:underline;
							text-align:right;
							}
							
						.ad_text a:visited{
							font-family:Geneva, Arial, Helvetica, sans-serif;
							font-size:12px;
							color:#272b2e;
							text-decoration:underline;
							text-align:right;
							}
							
			#terms_bottom{
				width:644px;
				height:auto;
				float:right;
				background-image:url(images/terms_middle.gif);
				background-repeat:repeat-y;
				margin:11px 0 11px 0;
				}
				
			#terms_middle{
				width:644px;
				height:auto;
				float:right;
				background-image:url(images/terms_top.gif);
				background-repeat:no-repeat;
				background-position:top;
				}
				
			#terms_top{
				width:614px;
				height:auto;
				float:right;
				background-image:url(images/terms_bottom.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				text-align:left;
				padding:15px;
				}
				
			.terms_header{
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				color:#cc0000;
				}
				
			.terms_body{
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#272b2e;
				}
				
				#updated{
				height:auto;
				width:auto;
				float:right;
				clear:both;
				margin:69px 0 3px 0; /* Firefox */
				#margin:70px 0 4px 0; /* IE */
				}
				
#banner_container{
	float:left;
	margin:0 0 15px 10px;
	text-align:left;
	width:644px;
	}
		
#buttons_container{
	height:31px;
	width:644px;
	float:right;
	margin:0 0 15px 0;
	}		

#buttons_left{
	width:644px;
	height:31px;
	float:left;
	margin:0 0 15px 0;
	text-align:left;
	}
	
#buttons_right{
	width:317px;
	height:31px;
	float:right;
	clear:right;
	}
	
#buttons_norm{
	width:31px;
	height:31px;
	margin:0 10px 0 0;
	float:left;
	}
	
#buttons_end{
	width:31px;
	height:31px;
	float:left;
	margin:0 0 0 -1px;
	}
	
#advertisments_box{
	position:absolute;
	top:-1000px;
	left:-1000px;
	}
	
#nav_ad{
	float:left;
	width:224px;
	margin:0 0 0 -16px;
}
