/*

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

*/	


			/* Global Layout */


body 
{
font-size: .65em;
margin: 0px;
text-align: center;
background: #E1D4C0;
color: #000;
font-family: Georgia, Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 840px;
}

	#top{
		position: relative;
		height: 72px;
		padding-bottom: 2px;
		background: url(img/dotts.gif) bottom left no-repeat;
	}
	
		#logo{
			position: relative;
			float: left;
			height: 72px;
			width: 293px;
			margin-left: -22px;
			background: url(img/logo.gif) top left no-repeat;
		}
		
		#form{
			position: absolute;
			top: 0;
			right: 0;
			height: 61px;
			width: 123px;
			background: url(img/f.gif) top left no-repeat;
		}
	
	
	
	
	#content{
		position: relative;
		padding: 15px 0 7px 0;	
		text-align: left;
		background: url(img/dotts.gif) bottom left no-repeat;
	}
	
		#content p{
			position: relative;
			width: 60%;
			line-height: 1.5em;
			padding-bottom: 1em;	
		}
		
		#content a{
			color: #000;
			text-decoration: underline;
		}
	
	.nav{
		position: relative;
		padding: 8px 0 10px 0;	
		overflow: hidden;
		background: url(img/dotts.gif) bottom left no-repeat;
	}
	
		.nav li{
			position: relative;
			float: left;
			height: 22px;	
			padding-right: 18px;
		}
		
		.nav li a{
			position: relative;
			float: left;
			padding: 5px 0 5px 21px;
			color: #000;	
			text-decoration: none;
			background: url(img/taga.gif) left center no-repeat;
		}
		
		.nav li a:hover, .nav li.active a{
			background: url(img/tagb.gif) left center no-repeat;
		}
	
		
	
	
	
	#page{
		position: relative;
		padding: 25px 0 27px 0;	
		overflow: hidden;
		background: url(img/dotts.gif) bottom left no-repeat;
	}
	
		#sidebar{
			position: relative;
			float: left;
			width: 164px;
			text-align: left;
		}
		
			.menu{
				position: relative;
			}
			
				.menu li{
					position: relative;
					padding: 5px 0 5px 21px;
					color: #000;	
					text-decoration: none;
					background: url(img/taga.gif) left center no-repeat;
				}
				
				.menu a{
					color: #000;
					text-decoration: none;	
				}
				
				.menu li.active{
					background: url(img/tagb.gif) left center no-repeat;
				}
		
	
		
		
		#folio{
			position: relative;
			float: right;
			width: 666px;
		}
		
			.tcon{
				position: relative;
				width: 666px;
				height: 499px;
			}
			
				.tcon img{
					position: relative;
					display: block;
					border: 1px solid #000;
				}
				
				.tcon span{
					position: absolute;
					bottom: 8px;
					left: -175px;
					width: 155px;
					padding-left: 5px;
					text-align:  left;
				}
		
			
		
		


	#foot{
		position: relative;
		height: 38px;
	}
	
		#flogo{
			position: relative;
			float: right;
			width: 134px;
			height: 48px;
			text-indent: -9999em;
			background: url(img/foot-logo.gif) top left no-repeat;
		}
