@CHARSET "UTF-8";

#graphics_top {
	margin-top: 50px;
	padding-top: 260px;
	widht: 696px;
	height: 252px;
    background-image: url(graphics_top.png);
    background-repeat: repeat-x
  
}

#graphics_bottom {
	widht: 696px;
	height: 33px;
    background-image: url(graphics_bottom.gif);
    background-repeat: repeat-x;
    margin-top: 30px;
    
}

#content {
	text-aligh: center;
	   font-size: 14px;
	   color: #666;
}

a {
color: #c41135;
}

h2 {
	color: #c41135;
	font-size: 14px;
    font-weight: bold;
}

h3 {
	color: #666;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

.col { clear: both; }

.left {
 margin-left: 190px;
    with: 150px;
    float: left;
}
.mid {
    width: 80px;
    float: left;
}

.right{
    width: 150px;
    float: left;
}

.clear {
    clear: both;
}
