@CHARSET "UTF-8";

html, body
{
    margin: 0;
    padding: 0;
    background-color: #F1F1F6;
}

a
{
	text-decoration: none;
	color: #000;
}


#page
{
	padding: 5px 5px 15px 5px;
	margin:0 auto 10px;
	/*width:1500px;*/
	background-color: white;
}


#header
{
    height: 30px;
    background-color: #0099ff;
    border: thin solid black;
    text-align: center;
    font-family: "Comic Sans MS", cursive;
	font-size: 125%;
}


#content
{
	padding-top: 2px;
	overflow:hidden;
	background-color: white;
}

#sidebar
{  
 	width: 95px;
	float:left;
}

#maincolumn
{
	position: relative;
	float:left;
	left: 10px;
	/*width: 1320px;*/
}

#UserZone
{
    width: 100%;
    height: 80px;
    border: thin solid black;
    text-align: center;
}

#UserZone button
{
	width: 90%;
}

#UserName
{
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	padding: 5px;
	margin-top: 5px;
}


#ControlPanel
{
    width: 100%;
    height: 500px;
    border: thin solid black;
    margin-top: 5px;
}
