#div_nav {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		z-index: 100;
		background-color: #2a2a2a;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
}

#corp_logo {
		position: fixed;
		top: 18px;
		left: 15%;
}


#div_nav_right {
		position: fixed;
		top: 7px;
		left: 59%;
		z-index: 101;
}

#div_nav_right p {
		color: #fff;
}


#table_nav_wiki_contact {
		position: relative;
		left: 35%;
		top: 12px;
}

#table_nav_wiki_contact tr td {
		width: 130px;
}

#container table thead tr th {
			font-size: 12px;
	}
	
#container table tbody tr td {
			font-size: 12px;
			text-align: center;
}

#container table tfoot tr th {
			font-size: 12px;
}

#div_comment_question {
		position: relative;
		left: 3%;
		width: 92%;
		border-top: 1px solid #C1C6CA;
		padding-top: 30px;
		padding-left: 30px;
}

#input_comment_name {
		height: 45px; 
		width: 300px; 
		padding-left: 10px; 
		margin-bottom: 4px; 
		font-size: 13px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		border:1px solid #cccccc;
		border-radius: 5px;
}		

#input_comment_email {
		height: 45px; 
		width: 300px; 
		padding-left: 10px; 
		margin-bottom: 4px; 
		font-size: 13px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		border:1px solid #cccccc;
		border-radius: 5px;
}

#input_comment_message {
		height: 200px; 
		width: 800px; 
		padding-left: 10px; 
		padding-top: 10px; 
		margin-bottom: 4px; 
		font-size: 13px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		border:1px solid #cccccc;
		border-radius: 5px;
}

#input_comment_submit {
		height: 45px; 
		width: 130px; 
		border:1px solid #107BFD;
		border-radius: 5px;
		background-color: #107BFD;
		color: white;
		font-weight: bold; 
		font-size: 13px;
		font-family: Tahoma, Geneva, sans-serif; 
}

#div_contact_message {
	position: fixed;
	top: 120px;
	left: 10%;
	width: 80%;
	height: 300px;
}







		
		