/* The basic elements: */
body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	background-color: rgb(49, 64, 74);
	color: Black;
	margin: 0;
	padding: 0;
}

div, td {
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

td {
	background-color: rgb(255,255,255);
	vertical-align: top;
}

a, a:link, a:active, a:visited {
	color: rgb(70,86,83);
	text-decoration:none;
}

a:hover {
	color: rgb(96,96,124);
	text-decoration: underline;
}

img a {
	text-decoration: none;
}

.page_container {
	text-align: center;
	background-color: rgb(49, 64, 74);
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

.content_container_l {
	margin-left: 20px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

.content_container_l h1 {
	font-family: arial, helvetica, serif;
	font-size: 14px;
}

.content_container_l h2 {
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

.content_container_r {
	margin-right: 20px;
	text-align: right;
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

.table_container {
	background-color: rgb(49, 64, 74);
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.blk_header {
	font-size: 14px;
	font-weight: bold;
	color: rgb(71,76,98);
}

.inputtext {
	border: 1px solid black;
	margin-top: 2px;
	width: 350px;
}
.inputtextarea {
	border: 1px solid black;
	margin-top: 2px;
	width: 350px;
	height: 200px;
}

p.bottom-text {
	color: rgb(181,179,184);
}

img.header-image {
	width: 800px;
	height: 250px;
}

td.main-content {
	border-bottom: rgb(215,217,220) 1px solid;
}

td.domain-search {
	height: 50px;
}

div.domain-style {
	text-align: center;
}

td.about-3D {
	width: 190px;
}

td.menu-items {
	width: 190px;
}

img.buttons {
	width: 80px;
	height: 15px;
}

