*{
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
}

body{
	height:100%;
	margin: 0px auto;
	background-color: #545454;
	color:#CCCCCC; 
	background-image: url('../images/background.jpg');
	background-repeat:no-repeat;
	font-family: georgia, serif;
}

#menu
{
	width: 100%;
	height: 50px;
	text-align: right;
	background-color:#545454; 
}

#menu>ul { float: right; list-style-type: none; margin-right: 100px; height:100%; background-color:#545454; }
#menu>ul li { float: left; padding: 10px; width: 100px; height: 100%; display: block; text-align: center; font-family: verdana; font-size: 22px; font-weight: bold;}
#menu>ul li a:link, #menu>ul li a:visited, #menu>ul li a:active { color: #cccccc; text-decoration: none; }
#menu>ul li a:hover { text-decoration: underline; } 

#content
{
	background-color: white;
	display: block;
	width: 100%;
	border-top: thin black solid;
}

#bottom
{
	background-color: #545454;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color:#CCCCCC;
	font-family: verdana;
	font-size: 10px;
	
}

#text
{
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	padding: 5px;
	width: 600px;
	margin-left: 10px;
}

#text ul { margin-left: 30px; margin-top: 10px; }

h1
{
	margin-top: 20px;
	color: black;
	font-size: 2.2em;
	margin-left: 1em;
	font-weight: 600;
}

#social
{
	margin-left: 10px;
}

img {
	margin: 10px;
	border: none;
	}

label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 5px;
	vertical-align: middle;
	}

input {
	color: #3B73A6;
	background: #CCCCCC;
	border: 1px solid #3B73A6;
	margin: 5px;
	}

.error {
	font-family: verdana;
	font-size: 14px;
	color: red;
	padding: 5px;
	width: 600px;
	font-weight: bold;
	margin-left: 10px;
	}

.access {
	font-family: verdana;
	font-size: 14px;
	color: green;
	padding: 5px;
	width: 600px;
	font-weight: bold;
	margin-left: 10px;
}

a.sl:link, a.sl:visited, a.sl:active, a.sl:hover {
	border: none;
	}

a.nl:link, a.nl:visited, a.nl:active {
	text-decoration: none;
	color: #3B73A6;
	font-weight: bold;
}

a.nl:hover {
	text-decoration: underline;
}


.progs
{
	display: block;
	width: 200px;
	height: 100px;
	background: black;
	margin: 5px;
	float:left;
}

/** Slider test **/
#slider { margin: 10px; }

pre {
        border:1px dashed #E1E1E1;
        color:#333344;
        background:#FAFAFA;
        font-family:monospace;
        overflow:auto;
        font-size:11px;
        padding:0.5em;
}
