#main_column {
	position: relative;
	width: 472px;
	float: left;
	margin: 0;
	padding: 3px;
	text-align: left;
}
#left_column {
	position: relative;
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #316AD9;
	padding: 3px;
	width: 150px;
}
#left_column a {
	position: relative;
	display: block;
	width: 144px;
	margin: 0 0 3px 0;
	padding: 2px;
	border: 1px solid orange;
	text-decoration: none;
	font-weight: bold;
	text-align: center;	
}

#left_column a:link, #left_column a:visited {
	color: white;
	background-color: orange;
}
#left_column a:hover, #left_column a:active {
	color: #316AD9;
	background-color: white;
}
#section_content_nav a:link {
	width: 142px;
	border: 2px;
	background-color: white;
	color: #316AD9;
}
#section_content_nav a:visited  {
	background-color: orange;
	color: black;
}
#section_content_nav a:hover, #section_content_nav a:active  {
	background-color: orange;
	color: white;
}
#cities_content_nav a:link, #cities_content_nav a:visited {
	width: 142px;
	border: 2px;
	background-color: white;
	color: #316AD9;
}
#cities_content_nav a:hover, #cities_content_nav a:active {
	background-color: orange;
	color: black;
}
#news_content_nav a:link, #news_content_nav a:visited {
	width: 142px;
	border: 2px;
	background-color: white;
	color: #316AD9;
}
#news_content_nav a:hover, #news_content_nav a:active {
	background-color: orange;
	color: black;
}

#left_column h1, #left_column h2, #left_column h3, #left_column h4, #left_column h5, #left_column h6 {
	margin: 0;
	padding: 0;
}
#right_column {
	position: relative;
	float: right;
	margin: 0 0 0 3px;
	border: none;
	padding: 3px;
	width: 120px;
	text-align: center;
}
#left_column input.standard_input {
	width: 96px;
}
.bug_feature_header {
	width: 375px;
	background: orange;
	padding: 10px;
	border: 1px solid black;
}
.bug_feature_message {
	width: 375px;
	background: lightblue; 
	padding: 10px; 
	border: 1px solid black;
}
.bug_feature_message textarea {
	border: 2px solid black;
	height: 150px;
	width: 364px;
}
.bug_feature_message input {
	padding: 1px;
	font-size: 12pt;
}