/* CSS (C) DJ Overload 2006 */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fef9f2;
	background-image: url(images/bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 70%;
	color: #333;
}
h1 {
	margin-top: 135px;
	margin-bottom: 28px;
	margin-left: 210px;
	color: #ddd;
	font-size: 36px;
}
h2 {
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	background-color: #ddd;
	color: #666;
	font-size: 16px;
}
p {
	margin: 10px;
}
a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #996699;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #000;
}
#stripe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	border-bottom: 1px dashed #000;
	background-color: #b2bfc0;
	background-image: url(images/ts.gif);
	color: #000;
	text-align: right;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	background-color: #bcc0b2;
	background-image: url(images/ls.gif);
	border-bottom: 1px dashed #000;
	z-index: 2;
}
#content {
	float: right;
	width: 500px;
	background-color: #fff;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	border-left: 1px dashed #000;
	border-left-image: url(images/vdots.gif);
	border-right: 1px solid #999;
	padding: 20px;
}
#tmenu {
	position: absolute;
	top: 0;
	left: 332px;
}
#bmenu {
	margin-top: 10px;
	background-color: #bbb2c0;
	background-image: url(images/bm.gif);
	color: #000;
	text-align: center;
}
#bmenu a {
	color: #000;
}