*{margin: 0;
}

html, body {
	height: 100%;
}


body{
margin: 0;
height: 100%;
}
a:link{
color:blue;
}
a:visited{
color:purple;
}
a:hover{

}
a:active{
color:red;
}

t1 {
	font-size:1.2em;
	color:#333333;

}

h1 {
	font-family: "Myriad Pro", "Lucida Grande", Verdana, sans-serif;
	font-size:1.6em;
	color:#FFFFFF;
	font-weight:lighter;
	line-height: 1.5em;
	border: 0;
	margin: 0px;
	
}

h2 {
	font-family: "Myriad Pro", "Lucida Grande", Verdana, sans-serif;
	font-style:italic;
	font-size:1.5em;
	color:#333;
	font-weight:lighter;
	line-height: 1em;
		border: 0;
	margin: 0px;
	padding: 5px 5px;
	
}

h3 {
	font-family: "Myriad Pro", "Lucida Grande", Verdana, sans-serif;
	font-size:1.7em;
	color:#333333;
	font-weight: normal;
	border: 0;	
}



.left{
float:left;
}
.right{
float:right;
}


.wrapper {
position: relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align:left;
}

 .footer, .push {
	height: 7em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #999999;
	font-size: .5em;
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	bottom: 4px;
	} 
	

#container{
	position: relative;
	width: 770px; 
	min-height: 100%;
}
#header{
	height: 100px;
	width: 770px;
	position: relative;
	background-image: url(img/banner.jpg);
	background-repeat: repeat-x;
}
#col_1{
	position: absolute;
	top: 108px;
	width: 630px;
	font-size: 12px;
	line-height: 18px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	background-color:transparent;			
			
}

#col_2{
	position: absolute;
	top: 108px;
	width: 130px;
	right: 0px;
	font-size: 12px;
	line-height: 18px;
	background-color:transparent;
	border:thin;
	border-color:#CCCCCC;
	border-style:solid;
	border-top-style:none;
	font-family:"Lucida Grande", Verdana, sans-serif;			
}
.col_2_text {
padding: 4px;
padding-bottom: 18px;
font-size:10px;
line-height: 12px;
}
