<style type="text/css" media="screen">/*set default values*/
body{


height: 100%;
}
a:link{
color:blue;
}
a:visited{
color:purple;
}
a:hover{
background-color: #;
}
a:active{
color:red;
}
h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	text-decoration:blink;
	font-size:34px;
	color: #D12024;
	
	
}

h2 {
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
	margin: 0px;
}
h3 {
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align:center;
	color: #666;
	margin: 0px;
	font-weight:normal;
	padding: 5px;
}

.left{
float:left;
}
.right{
float:right;
}

/*set layout values*/
#container{
	position: relative;
	width: 770px; 
	left: -385px;
	min-height: 100%;

}
#header{
	height:50px;
	line-height:30px;
	position:relative;
	text-align:inherit;
	border-bottom:thin;
	border-bottom-color:#333;
	border-bottom-style:solid;
}
#menu{
}
#titles{
}

#content{
top: 10px;
width: 770px;
margin: 0 0px;
position:relative;
font-family:"Century Gothic", "Lucida Grande", Verdana, sans-serif;
font-size:.8em;
line-height: 24px;
padding-bottom: 110px;

}
#col_1{
			width: 770px;
			padding-left: 0px;
			border-right: none;
			border-right-style:none;
			border-right-color:#999999;
			background-color:#;
			line-height: 18px;
			
		
}
#col_2{
		position:absolute;
		padding: 0px;
		right: 0px;
		width: 198px;
		top: 0px;
		border:thin;
		border-color:#999999;
		border-style:solid;
	
			

}
#footer{
	
}
</style>
