body{
	background-repeat: repeat-x;
	margin: 0px; 
	text-align: center; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 15px; 
	font-family: "century gothic";
}
#back{ 		
	background: white url('../images/background.jpg'); 
	background-repeat: repeat-x;
}
#container{ 		
	width: 880px;
	height: 90%;
	margin: 0px auto; 
	padding-bottom: 0px;
}
	
#top{
	background: url("../images/littleback2.jpg") right top;
	background-repeat: no-repeat;
	float: left;
	padding-top: 20px;
	width: 880px;
	height: 200px;
}

#mainFull{
 	float: left;
	text-align: justify;
	width: 100%;
}

#mainLeft{
 	float: left;
	width: 580px;
	text-align: justify;
}

#sideLeft{
	width: 280px;
	float: left;
	padding-left: 0px;
	text-align: left;
	display: inline;
}

#mainRight{
 	float: right;
	width: 580px;
	text-align: justify;
}

#sideRight{
	width: 280px;
	float: right;
	padding-left: 0px;
	text-align: left;
	display: inline;
}

.titleBar{
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: #A28A7F 1px solid;
	text-align: left;
	
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #261B0F; 
}
	#slider .titleBar{
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 3px;
		margin-bottom: 10px;
		border-bottom: #453D30 1px solid;
		text-align: left;
		
		letter-spacing: 1px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 15px;
		color: white; 
	}

#footer{
	height: 110px;
	width: 100%;
	background: #251B0F bottom;
	color: #A2897F;
	border-bottom: 0px solid #DADADA;
	border-top: 1px #DADADA;
}

	#footer .center{
		padding-top: 30px;
		margin: 0px auto; 
		width: 900px;
		text-align: left;
	}
	
	#footer .right{
		float: right;
		width: 380px;
		text-align: right;
	}
	
	#footer .left{
		float: left;
		width: 380px;
	}

	#footer a{
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #fff;
		background: #3B2D22;
		text-decoration: none;
	}

.triLeft{
	text-align: justify; 
	width: 280px;
	float: left;
	margin-right: 20px;
	text-align: left;
	display: inline;
}

.triCenter{
	text-align: justify;
	width: 280px;
	float: left;
	margin-right: 20px;
	text-align: left;
	display: inline;
}

.triRight{
	text-align: justify;
	width: 280px;
	float: left;
	text-align: left;
	display: inline;
}


/****** Default Sytle Sheet *******/


a{
	text-decoration: none;
	color: #6F8696;
}

a:hover{
	text-decoration: none;
	background: #E6ECEE;
	color: #3B2D22;
}

img{
	border: 0px solid #3B2D22;
}

h1{
	font: 15px "century gothic";
	font-weight: bold;
	color: #251B0F;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

h2{
	font: 15px "century gothic";
	font-weight: bold;
	font-variant: small-caps;
	color: #A28A7F;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

.indent{
	padding-left: 15px;
	padding-right: 15px;
}

.journalDate{
	font: 15px "century gothic";
	color: gray;
	text-align: right;
}

i{
	color: #A28A7F;
}

.links{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #3B2D22;
	width: 100%;
}
.links a{
	text-decoration: none;
	color: #6F8696;

}
.links a:hover{
	text-decoration: none;
	color: #3B2D22;

}

.codeSnip{
	background: #D9E9F2;
	background-repeat: no-repeat;
	font: 12px "Courier";
	margin: 15px 20px;
	border: 1px dotted #333;
}

.codeSnip .title{
	background: #333 url("../images/codeTop.jpg") center right;
	background-repeat: no-repeat;
	color: white;
	margin: 0px;
	padding: 4px 10px;
}

.codeSnip .content{
	color: #333;
	padding: 0px 20px;
}