/*CROSS-BROWSER*/

/*Switching on perma-scrollbar*/
html 
{
	height: 100%; 
	margin-bottom: 1px;
}

/*---------------------------------------------------*/
/*COLOURS*/

body
{
	background-color: #000;
}

a
{
	color: #730000;
}

div#wrapper
{
	color: #000;
	background-color: #fff;
}

div#footer, div#footer a
{
	color: #F7F6FC;
}

/*---------------------------------------------------*/
/*FONT SIZE*/

body
{
	font-size: 90%;
}

h1
{
	font-size: 1.2em;
}

h2, caption
{
	font-size: 1.1em;
}

h3
{
	font-size: 1.0em;
}

div#wrapper
{
	font-size: 0.9em;
}

/*---------------------------------------------------*/
/*ANCHORS*/

a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*---------------------------------------------------*/
/*BASIC BLOCKS*/

body
{
	margin: 0;
	font-family: verdana, arial, sans-serif;
}

h1, h2, h3
{
	font-variant: small-caps;
	text-transform: capitalize;
}

blockquote
{
	font-weight: bold;
}

ul ul
{
	margin-bottom: 15px;
}

table
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.bord, table.bord th, table.bord td
{
	border: solid 1px #730000;
}

tr
{
	vertical-align: top;
}

th, td
{
	padding: 3px;
}

caption
{
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*---------------------------------------------------*/
/*INLINE*/

img
{
	border: solid 1px #000;
}

q
{
	font-style: oblique;
}

/*---------------------------------------------------*/
/*CLASSES*/

.center
{
	text-align: center;
}

.infoSpacer
{
	margin-right: 200px;
}

.clearL
{
	clear: left;
	padding-top: 20px;
}

ul.annote
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.annote li
{
	float:left;
	padding-right: 15px;
	font-family: "courier new", monospace;
}

/*---------------------------------------------------*/
/*DIVISIONS*/

div.sig
{
	padding-top: 10px;
	font-weight: normal;
	font-style: oblique;
}

div#wrapper
{
	width: 770px;
	margin: auto;
	background-image: url(gfx/bgDefault.jpg);
	background-repeat: repeat-y;
}

div#title
{
	width: 770px;
	height: 176px;
	background-image: url(gfx/bgTitle.jpg);
	background-repeat: no-repeat;
}

div#menu
{
	float: left;
	width: 139px;
	min-height: 179px;
	border-right: solid 1px #730000;
	padding-left: 20px;
	background-image: url(gfx/bgMenu.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: left;
}

div#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

div#main
{
	width: 570px;
	min-height: 179px;
	margin-left: 160px;
	padding-left: 10px;
	padding-right: 30px;
	background-image: url(gfx/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#main h1
{
	margin-top: 0;
}

div#infoBar
{
	float: right;
	width:200px;
	text-align: center;
}

div#footer
{
	clear:both;
	width: 770px;
	height: 14px;
	padding-top: 220px;
	background-image: url(gfx/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	text-align: center;
	font-size: 0.8em;
}