body 	{
	margin: 0;
	padding: 0;
	background-color: rgb(0, 0, 0);
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: rgb(0, 0, 255);
	}


p 	{
	color: rgb(0, 0, 150);
	text-align: left;
	}

a:hover {
	text-decoration: underline;
	color: rgb(150, 0, 255);
	}

a 	{
	color: rgb(120, 0, 204);
	text-decoration: none;
	}


h1 	{
	color: yellow;
	border-radius: 20px;
	line-height: 1.5;
	letter-spacing: 0em;
	word-spacing: .3em;
	text-align: center;
	}

#headder
	{
	background-color: rgb(0, 0, 255);
	background-color: rgba(0, 0, 255, .5);
	margin: auto;
	margin-bottom: 32px;
        border: 2px solid blue;
        border-radius: 20px;
	padding: 1em;
	}

strong 	{
	font-style: italic;
	text-transform: uppercase;
	}

#page 	{
	float: none;
	padding: 40px;
	margin: auto;
	background: url("images/treesbackground.jpg") repeat-y scroll 0 0 #000000;
	border: 2px solid blue;
	border-radius: 20px 20px 20px 20px;
	text-align: left;
	width: 785px;
	}

#side-bar
	{
//	margin-right: 4.9%;
	width: 20%;
	padding: 10px;
	border-radius: 20px;
	background-color: rgb(200, 200, 200);
	background-color: rgba(255, 255, 255, .6);
	float: right;
	}


#main-area
	{
	float: left;
	width: 70%;
	padding: 10px;
//	border: 2px solid blue;
	border-radius: 20px;
	background-color: rgb(200, 200, 200);
	background-color: rgba(255, 255, 255, .6);
	}

#images	{
	background-color: white;
	margin: auto;
	border: 2px solid blue;
	border-radius: 20px;
	}

table
	{
	width: 70%;
	border: 2px solid blue;
	border-radius: 20px;
//	padding: 3px;
//	border-collapse: collapse;
//	padding: 5px;
//	cellspacing: 3;
	margin: auto;
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 70%;
	text-align: center;
	vertical-align: center;
	backgroung-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .2);
	color: white;
	}
th
	{
//	border: 1px solid blue;
//	border-radius: 20px;
	padding: 5px;
	background-color: rgb(150, 0, 150);
	background-color: rgba(150, 0, 150, .5);
	}

#tddark
	{
	bagkground-color: rgb(50, 50, 50);
	background-color: rgba(50, 50, 50, .5);
	}

#tdlight
	{
	background-color: rgb(100, 100, 100);
	background-color: rgba(100, 100, 100, .5);
	}

.tl
	{
	border-top-left-radius: 17px;
	}

.tr
	{
	border-top-right-radius: 17px;
	}

.bl
	{
	border-bottom-left-radius: 17px;
	}

.br
	{
	border-bottom-right-radius: 17px;
	}

td
	{
//	border: 1px solid blue;
//	border-radius: 20px;
	bagkground-color: rgb(50, 50, 50);
	background-color: rgba(50, 50, 50, .5);
	padding: 5px;
//	background-color: rgb(100, 100, 100);
//	background-color: rgba(100, 100, 100, .5);

	}

form
	{
	background-color: rgb(175, 175, 175);
	background-color: rgba(0, 0, 0, .2);
	padding: 20px;
	margine: 20px;
	border-radius: 20px;
	}

input.styled
	{
	background-color: rgb (0, 0, 0,);
	background-color: rgba(0, 0, 0, .5);
	color: white;
	border: 1px solid blue;
	border-radius: 10px;
	padding: 5px;	
	}

textarea.styled
	{
	background-color: rgb (0, 0, 0,);
	background-color: rgba(0, 0, 0, .5);
	color: white;
	border: 1px solid blue;
	border-radius: 20px;
	width: 20em;
	height: 10em;
	padding: 10px;
	}

.clearfloat
	{
	clear: both;
	}
