﻿/* CSS Document */

/* FORM TAGS */
.nav
{
	clear:both;
	height: 28px;
	width:760px;
	padding-top:8px;
	background-color: #1E67B6;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	list-style: none;
	border:0px solid #000;
}
*HTML .nav {
	clear:both;
	height: 28px;
	width:760px;
	padding-top:8px;
	background-color: #1E67B6;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	list-style: none;
	border:0px solid #000;
}

.col_left {       
    float: left;
	width: 350px;
    padding:0px;
}
.col_right {  
	float: right;
	width: 320px;
    padding:0px;
}