body {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: blink;
}

a:link {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
p {
	margin: 0px;
}
#container {
	font-family: Tahoma, Geneva, sans-serif;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
#container #header_container {
	background-color: #FFF;
	height: 140px;
	text-align: right;
	vertical-align: middle;
}
#container #nav_bar ul {
	list-style-type: none;
	text-align: center;
	float: left;
	font-size: 16px;
	margin-left: -50px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#container #nav_bar ul li {
	display: inline;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#content_text {
	width: 66.31578947368412%;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
#content_image {
	width: 300px;
	height: 300px;
	float: right;
	background-color:#FFF;
}
