/*CSS layout for all display devices*/
@import url(http://fonts.googleapis.com/css?family=Arizonia);
@font-face {  
	  font-family: VintageOne ;  
	  src: url( VintageOne.ttf ) format("truetype");  
	} 
body { 
 } 
 /*content*/
  h1 {
 	
 }
 h2 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #972222;
 	
 }
 h1, h2, h3 {color:#c29722;
 font-family:VintageOne;
 	font-weight:lighter;
 }
a {
	color:#c24822;
	text-decoration:none;
}
#siscol1 {
	float: left;
	width: 49%;
	z-index: 11;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #c29722;
	border-right-color: #c29722;
	border-bottom-color: #c29722;
	border-left-color: #c29722;
	padding-right: 8px;
}
#siscol2 {
	float: right;
	width: 49%;
	z-index: 11;
	position: relative;
	padding-left: 5px;
}
#siscol {
	display: block;
	height: 100%;
	z-index: 10;
	position: relative;
	clear: both;
}
