a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a.footer:link {
	text-decoration: none;
	color: #666633;
}
a.footer:visited {
	text-decoration: none;
	color: #666633;
}
a.footer:hover {
	text-decoration: underline;
	color: #666633;
}
a:footer:active {
	text-decoration: underline;
	color: #666633;
}

a.menu:link {
	text-decoration: none;
	color: #000000;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: underline;
	color: #000000;
}
a:menu:active {
	text-decoration: underline;
	color: #000000;
}

#active{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#console {
	margin: 15px;
}
#logo {
	top: 0px;
	left: 10px;
	position: fixed;
}
body {
	background-color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

.nav-portfolio{
	text-align: left;
}
td.nav-portfolio{
	background-color: #999999;
	width: 33%;
}

.nav-aboutus{
	text-align: center;
}
td.nav-aboutus{
	background-color: #999999;
	width: 33%;
}

.nav-contact{
	text-align: right;
}
td.nav-contact{
	background-color: #999999;
	width: 33%;
}

td.room {
	background-color: #999999;
	width: 200px;
}
a.room{
	background: transparent;
	padding: 0px;
}
div.room{
	padding: 10px;
}

div.room-active {
	background-color: #cccc99;
	float: left;
	padding: 10px;
}

td.stripe{
	background-color: #cccc99;
	line-height: 10px;
}

.content {
	padding: 10px;
}

#footer {
	color: #666633;
	font-size: 10px;
	text-align: center;
}

div.portfolio-item {
	margin: 10px;
	padding: 0px;
}
div.portfolio-head {
	border-bottom: 1px dotted #999999;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
div.portfolio-body {
	margin-bottom: 3px;
}
img.portfolio-body {
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

form,ul,dl {
	margin: 0px;
	padding: 0px;
}
input,select,textarea {
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
}
input.button {

}
input.button:hover {
	background-color: #ccffcc;
}

div.status {
	background-color: #ccffcc;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	padding: 10px;
}
