/********** crosspoint.org ********************/
/**********************************************/
/********** CSS2x, version 1.1 ****************/
/**********************************************/



/*** Globals ***/

* { margin: 0px; padding: 0px; }

img { vertical-align: bottom }

td { vertical-align: top }

hr { color: #000000; background-color: #000000; height: 1.5px; }

body { background-color: #5F83D5; }



/*** Classes ***/

.main{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

.nav{
	background-color:#462414;
	color: #EBE2C1;
	font-size: 10px;
	font-family: Verdana, Arial, Courier;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	width: 945px;
	height: 20px;
}

.content{
	width: 550px;
	height: 645px;
	font-family: Verdana, Arial, Courier;
	font-size: 13px;
	background-color: #EBE2C1;
	color: #000000;
	vertical-align: top;
	border-style: solid;
	border-color: #EBE2C1;
	border-width: 10px;
}

.middle_separator{
	width: 2px;
	vertical-align: middle;
	background-color: #000000;
	color: #000000;
	border-style: solid;
	border-color: #EBE2C1;
	border-width: 5px;
}

.bar{
	width: 395px;
	height: 645px;
	font-family: Lucida Console, Tahoma, Verdana, Arial, Courier;
	font-size: 13px;
	background-color: #EBE2C1;
	color: #000000;
	vertical-align: top;
	border-style: solid;
	border-color: #EBE2C1;
	border-width: 10px;
}

.footer{
	background-color:#462414;
	color: #EBE2C1;
	font-size: 10px;
	font-family: Verdana, Arial, Courier;
	vertical-align: middle;
	text-align: center;
	width: 945px;
	height: 20px;

}



/*** Links ***/

a.link:link { color: #462414; text-decoration: none; font-weight: bold }
a.link:visited { color: #462414; text-decoration: none; font-weight: bold }
a.link:hover { color: #462414; text-decoration: underline; font-weight: bold }
a.link:active { color: #462414; text-decoration: underline; font-weight: bold }

a.flink:link { color: #EBE2C1; text-decoration: none; font-weight: bold }
a.flink:visited { color: #EBE2C1; text-decoration: none; font-weight: bold }
a.flink:hover { color: #EBE2C1; text-decoration: underline; font-weight: bold }
a.flink:active { color: #EBE2C1; text-decoration: underline; font-weight: bold }
