
html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #111;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12pt;
    
    background-image:url("c3kid.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    background-attachment: fixed; 
}


div {
	vertical-align: top;
}

a {
	font-size: 0.9em;
	line-height: 1.3em;
	color: white;
}

.main {
	clear: none;
	width: 450px;
	padding: 0px 200px 0px 230px;
}

.sidebar {
	float: left;
	padding: 10px;
	height: 100%;
	width: 190px;
}

.button {
	text-decoration: none;
	color: white;
	border: 1px solid gray;
	display: block;
	height: 20px;
	margin: -1px;
	padding: 7px 3px 3px 22px;
	background: #333;
}

.button_selected {
	text-decoration: none;
	color: white;
	border: 1px solid gray;
	display: block;
	height: 20px;
	margin: -1px;
	padding: 7px 3px 3px 22px;
	background: #666
}


.button:hover {
	background: #55F;
}

.button:visited {
	color: white;
}

p {
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	color: #AAA;
}

.subtitle {
	color: #777;
	text-align: center;
}

h1 {
	padding:30px 0 10px 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
	color: #7788FF;
}

h2 {
	padding:0 0 30px 0;
	font-weight: normal;
	font-style: oblique;
	text-align: center;
}

ul {
	padding: 10px;
}

li {
	list-style-type: none;
	padding: 0px;
}



table {
	border: none;
	border-collapse: collapse;
}

td {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #AAA;
}


.label
{
	color: white
}

