body {
	background-color: #89B1F1;
	font-family: Verdana;
}

.container {
	width: 756px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #387EC4;
	border: 1px solid #686868;
	font-size: 13px;
}

.header {
	background-image: url(images/header.png);
	height: 107px;
	width: 750px;
	border: 1px solid #686868;
	margin-bottom: 2px;
	text-align: left;
}

.slogan {
	padding-left: 80px;
	padding-top: 57px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	color: #D75F5F;
}

.topmenustrip {
	background-image: url(images/topmenugrad.gif);
	width: 750px;
	border: 1px solid #686868;
	height: 28px;
}

.topmenu {
	margin-top: 6px;
	margin-left: 6px;
	color: #555555;
	float: left;
}

.topmenu a:link {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.topmenu a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

.onlinecount {
	margin-top: 7px;
	margin-right: 6px;
	color: #06659E;
	font-weight: bold;
	float: right;
	font-size: 11px;
}

.maincontent {
	border: 1px solid #DDDDDD;
	margin: 2px;
	padding: 2px;
}

.contentbox {
	border: 1px solid #686868;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
}

.contentbox a:link {
	font-weight: bold;
	color: #076AA3;
}

.contentbox a:visited {
	font-weight: bold;
	color: #076AA3;
}

.contentbox a:hover {
	font-weight: bold;
	color: #009AF2;
}

.contentboxheadertext {
	color: #0770AA;
	margin-top: 3px;
	margin-left: 4px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.contentboxheader {
	height: 20px;
	border-bottom: 1px solid #686868;
}

.contentboxslash {
	float: right;
	width: 38px;
	height: 20px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #AAAAFF;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}

form {
	margin: 0px;
}

.proftable {
	background-color: #000000;
	width: 100%;
}

.proftable td {
	background-color: #FFFFFF;
	text-align: left;
	width: 50%;
}


button {width: 124px; height: 21px; border: none; cursor: pointer; display: block;}

.rounded {
  background: #fff;
  margin-top: 20px;}
  .rounded {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}



#share {overflow: hidden;}
#share li {float: left; margin-right: 10px;}
#share li a {color: #7d7d7d; font-size: 1.2em;}
