#container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #top {
	height: 375px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(top.jpg);
}
#container #content {
	padding: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#container #menu {
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width: 100%;
}
#menu #menuitems {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.webtitle {
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
}
.menulink a {
	text-decoration: none;
	font-size: 1.1em;
	color: #039;
	padding-left: 75px;
	padding-right: 0px;
}
.menulink a:hover {
	text-decoration: underline;
}
.menupage {
	padding-left: 75px;
	font-size: 1.1em;
}
#video {
	float: right;
	width: 440px;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.domains {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #B9B9B9;
}
.domains tr th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #E9E9E9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.domains tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.domains tr:nth-child(odd){
    background-color: #E1EAFF;
}
