body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#container
{
	position: relative;
	width: 1024;
	margin: 0 auto;
	text-align: left;
	background-image: url("Main.jpg");
	background-repeat: repeat-y;
}

#header
{
	width: 1024px;
	height: 159px;
	background-image: url("Head.jpg");
}

#welcome
{
	display: none;
	position: absolute;
	top: 110px;
	left: 267px;
	width: 400px;
}
#welcome p
{
	margin: 0;
	padding: 0;
}

#logInOutLink
{
	margin-top: 20px;
}
#logInOutLink p
{
	margin: 0;
	padding: 0;
}
#logInOutLink a:hover img
{
	outline: none;
}

#controls
{
	position: absolute;
	width: 1024px;
	top: 0;
	text-align: center;
}

#main
{
	float: right;
	width: 696px;
	height: auto !important;
	height: 450px;
	margin-right: 80px;
	min-height: 450px;
	padding-bottom: 1em;
}
div.area1
{
}

#logo {
	position: relative;
	margin: -120px 0 0 3px;
}

#sidebar
{
	float: left;
	width: 190px;
	margin-left: 38px;
	padding-bottom: 9px;
	text-align: center;
}
#menu {
	margin: 23px 0 23px 0;
}
#menu ul
{
    display: block;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	display: block;
	width: 190px;
	height: 13px;
    margin: 4px 0;
	padding: 10px 0;
	background-image: url("Menu-Item.jpg");
}
#menu a
{
	text-decoration: none;
	white-space: nowrap;
	color: #E6B800;
}
#menu a:hover, #menu a:active, #menu a:focus
{
}
#menu span.homeLink a
{
	font-weight: bold;
}
#menu span.private a
{
	color: gray;
}
#menu span.current a
{
}
#menu .cama-tool-menu {
	top: -2px;
	left: 3px;
}
#menu div[contenteditable] {
	color: #fff;
}

#footer
{
	clear: both;
	width: 1024px;
	height: 95px;
	bottom: 0;
	background: url("Foot.jpg") no-repeat bottom;
}