body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.header {
	background-image: url(images/titlebg.jpg);
	height: 81px;
}
.menu {
	background-image: url(images/menubg.jpg);
	height: 20px;
	text-align: right;
	padding-right: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
.menu a {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.leftshdw {
	width: 9px;
	background-image: url(images/leftshadow.png);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.rightshdw {
	background-image: url(images/rightshadow.png);
	background-repeat: repeat-y;
	width: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.content {
	background-color: #FFFFFF;
	min-height: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 690px;
}
.container {
	margin: auto;
	float: center;
	height: 100%;
}
.right {
	float: right;
}

/* sill 100% height hack fix */
html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	}
.left {
	float: left;
}
.menu a:hover {
	color: #999999;
	text-decoration: underline;
}
.footer {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	height: 50px;
}
a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.con-left {
	padding: 10px;
	float: left;
	width: 70%;
}
.con-right {
	padding: 10px;
	width: 23%;
	float: right;
}
input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
}
.warning {
	background-color: #FF9B9B;
	border: 1px solid #FF0000;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.go {
	background-color: #A4FFA4;
	border: 1px solid #00CC00;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}