body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #CCCCCC;
	font-family: verdana, sans;
	font-size: 9pt;
	text-alignment: justify;
}

#main {
	position: absolute;
	left: 50px;
	right: 0px;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
}

#header {
	position: relative;
	background: url(../gfx/ct-header.jpg) #000000 no-repeat right;
	height: 120px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px:
}

#icon-nav {
	position: fixed;
	left: 15px;
	top: 35px;
	width: 35px;
}

#mainlink {
	position: absolute;
	left: 20px;
	top: 20px;
	text-align: left;
	font-face: arial, sans;
	font-weight: bold;
	font-size: 31px;
	color: #ffffff;
	text-decoration: none;
}

#mainlink a {
	font-face: arial, sans;
	font-weight: bold;
	font-size: 31px;
	color: #ffffff;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

p {
	text-align: justify;
}

#content {
	padding-right: 250px;
	padding-bottom: 10px;
}


#menu {
	right: 10px;
	width: 200px;
	padding: 10px;
	margin-top: 15px;
	border-left: thin dashed #CCCCCC;
	font-size: 8pt;
	float: right;
}

a, a:visited {
	color: #c00;
	text-decoration:none;
}

a:hover {
	color: #600;
	text-decoration: underline;
}

#menu ul {
	list-style-type: disc;
	padding-left: 12px;
	color: #333333;
}

#menu h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

#menu li {
	text-align: left;
}

li {
	text-align: justify;
}

#uppermenu {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	background: #cc0000;
	opacity: .3;
}

#uppermenutext {
	position: absolute;
	bottom: 0px;
	left: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-alignment: left;
	padding: 2px 2px 2px 2px;
	margin-right: 20px;
	vertical-alignment: bottom;
}

#uppermenutext input{
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana, sans-serif;
	border: 1px solid black;
}

#uppermenutext input.field {
	background: #eeeeee;	
}

#uppermenutext input.button {
	background: #dddddd;
}

#uppermenutext a, #uppermenutext a:visited {
	color: #ffffff;
	text-decoration: none;
}

#uppermenutext a:hover {
	color: #c00;
}

imgalignleft, img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
}

imgalignright, img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
}

#infosheet {
	float: left;
	width: 250px;
	margin-right: 12px;
	margin-bottom: 3px;
}

#infosheet table {
	font-size: 8pt;
	font-family: verdana;
}

#infosheet th {
	color: white;
	background: #000000;
	vertical-align: top;
}

#infosheet td {
	background: #cccccc;
}

#footer {
	position:relative;
	font-size: 8pt;
	text-align: center;
	padding: 2px;
	border-top: 1px dashed #666666;
}

table {
	font-size: 8pt;
	font-family: verdana;
	cellspacing: 0px;
}

th {
	color: white;
	background: #000000;
	vertical-align: top;
}

tr, tr.even {
	background: #cccccc;
}

tr.odd {
	background: #9999CC;
}

td {
	padding: 2px;
        font-weight: normal;
}

table.bestiary {
	padding: 3px;
	display: inline;
}

imageframe, img {
	border: 0;
}


.breadcrumbs {
	font-size: 8pt;
}

hr {
	border-top: 1px dashed #666666;
	border-bottom: none;
}

.boss {
	background: #eeeeff;
	padding: 5px;
}
