/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #FFE192;
color: #231F20;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 859px;
	padding-top: 46px;
}

.popup_popupback
{
background: #ffe192;
border:2px dotted #5ec6ed;
color: #000000;
}

	#head{
		position: relative;
		height: 345px;
	}
	
		#head img{
			position: absolute;
			top: 0;
			display: block;
			left: 0;
		}
	
	
	
	#page{
		position: relative;
		overflow: hidden;
		background: url(img/pbg.gif) top left repeat-x;
	}
	
		#sidebar{
			position: relative;
			float: left;
			width: 175px;
			padding-left: 22px;	
			text-align: left;
			padding-top: 4px;
		}
		
			#sidebar .moduletable{
				position: relative;
				overflow: hidden;
				padding-bottom: 12px;
				margin-bottom: 18px;
				background: url(img/widget-bg.gif) bottom left no-repeat;	
			}
			
				#sidebar .moduletable_menu{
				position: relative;
				padding-bottom: 12px;
				margin-bottom: 18px;
				background: url(img/widget-bg.gif) bottom left no-repeat;	
			}
			
				#sidebar h3{
					position: relative;
					font-weight: bold;
					padding: 12px 12px 10px 12px;
					background: url(img/widget-top.gif) top left no-repeat;
				}
				
				#sidebar .moduletable p{
					position: relative;
					padding: 0 12px 1em 12px;
				}
				
				#sidebar .moduletable form{
					position: relative;
					padding: 0 12px 1em 12px;
				}
				
				#sidebar .moduletable form p{
					position: relative;
					padding: 0;
				}
				
				#sidebar .moduletable div p{
					position: relative;
					padding: 0;
				}
				
				
				#sidebar .moduletable ul{
					position: relative;
					padding: 0 12px 1em 12px;
				}
				
				#sidebar .moduletable_menu ul{
cursor: hand;
					position: relative;
					padding: 0 12px 1em 12px;
				}
				
				#sidebarli{
					position: relative;
					padding: 3px 0 3px 0;
				}
				
				#sidebar a{
					position: relative;
					color: #222;
				}
				
				p.buttonheading, p.articleinfo{
					display: none;
				}
				
				p.iteminfo{
					position: relative;
					font-size: .9em;
					font-style: italic;
				}
				
				
				
				#sidebar .moduletable div{
					position: relative;
					padding: 0 12px 1em 12px;
				}
				
				#sidebar .moduletable div div{
					position: relative;
					padding: 0;
				}
		
		
		
		#the-content{
			position: relative;
			float: right;
			width: 622px;
			padding-right: 20px;
			text-align: left;
		}
		
			#the-content h1{
				position: relative;
				font-size: 1.5em;
				font-weight: bold;
			}
			
			#the-content h2{
				position: relative;
				font-size: 1.1em;
				font-weight: bold;
				line-height: 1.5em;	
			}
			
			#the-content p{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;	
				overflow: hidden;
			}
			
			#the-content ul{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;	
			}
			
			#the-content ol{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;	
			}
			
			#the-content a{
				color: #222;
				text-decoration: underline;
			}
			
			#the-content strong{
				font-weight: bold;	
			}
			
			#the-content em{
				font-style: italic;
			}
			
			
			#rbar{
				position: relative;
				float: right;
				width: 150px;
				padding-left: 8px;
			}
			
			#rbar a{
				position: relative;
			}
			
			#rbar img{
				position: relative;
				display: block;
			}
			


	#foot{
		position: relative;
		padding-top: 60px;
		background: url(img/footer.gif) top left no-repeat;
		font-size: 9px;
		height: 30px;
		color: #576FAD;	
		font-family: Georgia;
		word-spacing: 5px;
	}
	
		#foot a{
			color: #D23A4B;
		}
