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

* {
	margin: 0;
}

html,body {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: Bembo, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px;
}

#container {
	position: relative;
	top: -100px;
	width: 750px;
	margin: auto;
}

/*****************************************
 *
 * Header elements
 *
 */
#outerheader {
	z-index: 0;
	width: 100%;
	height: 100px;
	border-top: 0px solid #3d8135;
	background-image: url(../images/vertical_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	position: relative;
	top: 0px;
	float: left;
	width: 750px;
	text-align: left;
	z-index: 1;
}

#header .cornerstone {
	float: left;
	padding: 0;
	margin: 0;;
	padding: 0;
}

#header .title {
	float: left;
	padding: 0;
	margin: 0;
}

/*****************************************
 *
 * Menu elements
 *
 */
#menu {
	position: relative;
	z-index: 99;
	float: left;
	top: -15px;
	right: 10px;
	padding: 0px 0px 0px 0px;
	/*background-color: #F2F2F2;*/
	border: 0px solid black;
	border-top: 0px solid #333;
	border-bottom: 0px solid #ccc;;
	padding: 0px 0px 0px 0px;
}

#menu ul {
	font-size: 12px;
	display: block;
	padding: 0px;
	margin: 0px;;
	display: block;
}

#menu li {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid #660000; /* left edge of menu items */
	border-bottom: 1px solid #660000; /* bottom edge of menu items */
	margin: 5px 0 5px 0;
	background-color: #e50000; /* background colour of menu items */
	margin: 5px 0 5px 0;
}

#menu li:hover {
	background-color: #990000; /* background colour of menu items when mouse hovering */
	font-color: #fff !important;
	border-left: 5px solid #660000; /* left edge of menu items when mouse hovering */
	border-bottom: 1px solid #660000; /* bottom edge of menu items when mouse hovering */
}

#menu a { /*color: #4456a2;*/
	color: #f2f2f2; /* menu text colour */
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #fff; /* menu text colour when mouse hovering */
}

#main {
	position: relative;
	top: 0px;
}


/*****************************************
 *
 * Main Content elements
 *
 */
#content {
	position: relative;
	z-index: 66;
	top: 0px;
	float: left;
	width: 730px;
	padding: 10px;
	padding-bottom: 50px;
	height: 100%;
	color: #333;
	background-color: #fff;
	border: 0px solid black;
	font-size: 13px;
}

#content a {
	color: #364997;
	text-decoration: none;
	font-weight: bold;
	font-family: Bembo;
	font-size: 100%;
}

#content li {
	line-height: 25px;
}

#content li p {
	line-height: 20px;
}

.tab { margin-left: 40px; }


/*****************************************
 *
 * Tables
 *
 */

a:hover {
	color: #aaa;
}

h1 {
	padding: 5px;
	height: 20px;
	margin-left: -10px;
	margin-bottom: 10px;
	font-size: 130%;
	border-left: 5px solid #660000; /* left edge colour for underlined subtitle */
	border-bottom: 1px solid #660000; /* bottom edge colour for underlined subtitle */

}

h2 {
	font-size: 112%;
}

h3 {
	font-size: 105%;
	margin: 0;
}

p {
	padding: 7px 0 7px 0;
} 

/*****************************************
 *
 * Accessories
 *
 */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.large {
	font-size: 120%;
}

.icon {
	display: inline-block;
}

.icon-hover {
	background-color: #ddd;
}

.toolbar {
	padding-right: 5px;
}

.toolbar a {
	color: #ddd !important;
}

.toolbar a:hover {
	color: #aaa !important;
}


/*****************************************
 *
 * Footer elements
 *
 */
#push {
	border: 0px sold red;
}

#footer {
	width: 750px;
	position: relative;
	margin-left: auto ;
	margin-right: auto ;
	padding: 4px;
	font-size: 80%;
	text-align: center;
	color: #555;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #333;
	background-color: #eee;
}

#footer-content {
	width: 700px;
	margin: 0 auto;
}

#footer,#push {
	height: 20px;
	clear: both;
}

#footer a {
	color: #364997;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 100%;
}

#riskdice {
	position: absolute;
	bottom: 10px;
	margin-left: -50px;
}