/* globals */
body{
	font-family: Verdana;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
*{
	padding: 0px;
	margin: 0px;
}
a{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
h1{}
h2{font-style: italic; padding-left: 1em;}
ul{
	list-style-type: none;
}
img{border: 0px;}

/* specific */
div#container{
	position: relative;
	width: 100%;
}
ul#user-menu{
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	margin-left: 230px;
	margin-bottom: 1em;
}
ul#user-menu li{
	display: inline;
	padding-left: 1em;
}
td#left{
	border-right: 1px solid black;
	padding: 10px;
	width: 200px;
}
td#right{
	padding: 10px;
}
ul#main-menu{
	margin-top: 2em;
}
div#content{}
ul#bottom-menu{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 90%;
}
ul#bottom-menu li{
	display: inline;
	padding-right: 1em;
}
div#footer{
	clear: both;
	text-align: center;
	font-size: 80%;
}