html, body {
	background-color: #c0c0c0;
	font-family: tahoma,arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

p {
	padding: 4px 0px 4px 4px;
	margin: 0px;
}

img {
	border: none;
}

table {
	border-spacing: 0px;
	margin: 5px 0px 0px 0px;
	width: 700px;
}

td, th {
	padding: 1px 3px;
}

th {
	background-color: #c0c0c0;
	border: 0px dotted #000000;
	border-width: 1px 0px;
}

tr:hover {
	background-color: #b8cce3;
}

a, a:link,a :active, a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #d0d0d0;
	height: 83px;
	width: 998px;
	margin: 4px 0px;
	background-image: url(images/demul_logo.png);
	background-position: top right;
	border: 1px solid #000000;
}

#mainmenu {
	clear: both;
	background-color: #d0d0d0;
	border: 1px solid #000000;
	text-align: center;
	height: 17px;
	font-variant: small-caps;
	margin-bottom: 4px;
	padding-top: 1px;
}

#leftcol {
	float: left;
	background-color: #d0d0d0;
	border: 1px solid #000000;
	width: 135px;
	margin-right: 12px;
	margin-bottom: 5px;
	font-variant: small-caps;
}

#centercol {
	float: left;
}

.normaltext {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 4px 3px 4px;
	border-bottom: 1px solid #000000;
	margin: 7px 30px 0px 3px;
}

.contents {
	background-color: #d0d0d0;
	border: 1px solid #000000;
	font-size: 14px;
	padding: 1px 1px 1px 1px;
	margin-bottom: 10px;
	width: 700px;
}

.screenshots {
	background-color: #d0d0d0;
	text-align: center;
	padding-top: 5px;
}

.screenshots img {
	background-color: #d0d0d0;
	margin-bottom: 10px;
}

.thumbnails {
	background-color: #d0d0d0;
	border: 1px solid #aaaaaa;
	margin: 5px;
	padding: 2px 5px;
	-moz-border-radius: 4px;
}

.thumbnails img {
	margin: 4px;
}

#add {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
	background-color: #d0d0d0;
	width: 700px;
	margin: 4px 0px 4px 0px;
	border: 1px solid #000000;
}
	
#rightcol {
	float: left;
	background-color: #d0d0d0;
	border: 1px solid #000000;
	width: 135px;
	margin-left: 10px;
	font-variant: small-caps;
}

.coltit {
	border: 1px solid #000000;
	background-image: url(images/colhead.png);
	background-color: #d0d0d0;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 1px 1px 1px 1px;
	height: 14px;
	color: #ffffff;
}

.coltext {
	font-size: 14px;
	text-decoration: none;
}

.footer {
	clear: both;
	background-color: #d0d0d0;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 10px;
	height: 17px;
}