body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #F1B43F;
}

.box {
	border: 1px solid red;
	background-color: #F1A93C;
}

.box_main {
	border: 1px solid #F1852F;
	background-color: #F1A93C;
	width: 590px;
	height: 440px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

ul.menu {
	border: 1px solid #F1852F;
	background-color: #F1A93C;
	list-style-type: none;
	width: 80px;
	max-width: 80px;
	text-align: right;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

ul#skins {
	border: 1px solid #F1852F;
	background-color: #F1A93C;
	list-style-type: none;
	width: 80px;
	max-width: 80px;
	text-align: right;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30em;
	margin-top: -20em;
	text-align: center;
}

td.links {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

td.init0 {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

td.space {
	width: 10px;
}

td.content {
	width: 600px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

td.verticalline {
	width: 12px;
}

td.edge {
	width: 12px;
	height: 7px;
}

table.main {
	table-layout:fixed;
	width: 725px;
}

img.verticalline {
	float: right;
	width: auto;
}

img.horizontalline {
	float: left;
	width: auto;
}

h1 {
	margin-right: 10px;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: black;
}

a.text {
	text-decoration: none;
	color: white;
}

input {
	background-color: #F1B43F;
	border: 1px solid black;
	font-size: 10px;
}

h2 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table.news {
	width: 500px;
}

td.newsdate {
	width: 100px;
	vertical-align: top;
}

td.newscontent {
	width: 400px;
	text-align: justify;
}

table.webhosting {
	width: 550px;
}

td.webhosting {
	width: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
}

td.webhosting-cell {
	width: 200px;
}

td.webhosting-space {
	width: 10px;
}

table.references {
	width: 550px;
}

td.references-customer {
	width: 70px;
	vertical-align: top;
}

td.references-link {
	width: 140px;
	vertical-align: top;
	white-space: nowrap;
}

td.references-description {
	width: 260px;
	text-align: justify;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	font-weight: bold;
}

textarea {
	background-color: #F1B43F;
	border: 1px solid black;
	font-size: 10px;
}

