/*   	CSS Style Sheet for LibriumArcana.com V2.0  RC2  	*/
/*   	Coded by Allen Thibodaux & Adam Rupee 			 	*/
/*		Copyright 2007 LibriumArcana.com 					*/
/*		All Rights Reserved									*/
/*		This space intentionally left blank					*/


/************************************************************/
/*   			Primary Body Styles							*/
/************************************************************/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
body {
	background-color: #243338;
	background-image: url('../graphic/back/grey-dots.gif');
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #666666;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
li {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: groove;
	border-bottom-style: groove;
	list-style-position: inside;
	list-style-image: url('none');
	list-style-type: none;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #333333;
}
/************************************************************/
/*   				Section Styles							*/
/************************************************************/


div#main {
	margin-left: 10%;
	margin-right: 10%;
	border: medium ridge;
	background-color: #243338;
}
div#header {
	background-color: #243338;
	color: black;
	margin-bottom: 0px;
	border: 2px groove #000000;
	background-image: url('../graphic/back/dark-grad.jpg');
	background-repeat: repeat-x
}
div#menu {
	background-color: #243338;
	color: white;
	font-size: 10px;
}
div#content {
	color: #000000;
	font-size: 12px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
div#footer {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
div#time {
	background-image: url(../graphic/back/grey-steel.gif);
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;	
}fs

