body {
	font: 1rem Arial,Tahoma,Verdana,sans-serif;
	color: #333333;
	background: #4a99ce;
	background: -moz-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4a99ce), color-stop(100%, #0a64a4)) fixed;
	background: -webkit-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: -o-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: linear-gradient(#4a99ce, #0a64a4) fixed;
}

h1, h2, h3 {
	margin-top: 20px;
	padding: 5px 12px;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

h1, h2 {
	background-color: #4a99ce;
}

h1, h3 {
	margin-bottom: 10px;
}

h1 {
	font-size: 1.3rem;
}

h2 {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.1rem;
	background-color: #999;
}

p {
	margin: 12px;
}

a {
	color: #0a64a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin-left: 12px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

li {
	margin: 8px 0px 8px 30px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 960px;
	margin: 40px auto;
	padding: 30px 20px;
	background-color: #ffffff;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25) inset, -3px -3px 8px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25) inset, -3px -3px 8px rgba(0, 0, 0, 0.25) inset;
}

#header {
	text-align: center;
}

#left-column , #right-column {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}

#middle-column {
	display: inline-block;
	width: 611px;
	margin: 0px 10px;
	vertical-align: top;
}

#footer div {
	text-align: center;
}

#menu a {
	display: block;
	margin: 5px 0px;
	padding: 5px 12px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: thin solid #cccccc;
	text-decoration: none;
}

#menu a:hover {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25), 0px 0px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25), 0px 0px 6px rgba(0, 0, 0, 0.25);
}

#menu a:active {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2) inset, -3px -3px 8px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2) inset, -3px -3px 8px rgba(0, 0, 0, 0.2) inset;
}

#menu a:hover, #menu a:active {
	color: #ffffff;
	background: #6eadd8;
	border-color: transparent;
}

#menu a.selected {
	color: #ffffff;
	background-color: #4a99ce;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2) inset, -3px -3px 8px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2) inset, -3px -3px 8px rgba(0, 0, 0, 0.2) inset;
	border-color: transparent;
}

#promoted {
	margin-bottom: 10px;
	text-align: center;
}

#promoted a {
	display: block;
	margin: 8px 0px;
}

#license {
	margin-bottom: 10px;
	font-size: 0.75rem;
}

#license img {
	vertical-align: middle;
}

#w3c a {
	margin: 0px 5px;
}

#w3c img, #web-accesibility img {
	height: 28px;
}

#epigraphs li {
	list-style-type: none;
	margin: 4px 0px;
}

#epigraphs a {
	color: #4a99ce;
	font-weight: bold;
}

#font-colour-table, #font-size-table {
	margin: auto auto;
}

#font-colour-table thead, #font-size-table thead {
	background: #4a99ce;
	background: -moz-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4a99ce), color-stop(100%, #0a64a4)) fixed;
	background: -webkit-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: -o-linear-gradient(top, #4a99ce 1%, #0a64a4 100%) fixed;
	background: linear-gradient(#4a99ce, #0a64a4) fixed;
	color: white;
}

#font-colour-table th, #font-colour-table td, #font-size-table th, #font-size-table td {
	padding: 3px 10px;
	border: thin solid #dddddd;
}

.center {
	text-align: center;
}

.float-left {
	margin: 0px 15px 5px 0px;
	float: left;
}
	
.float-right {
	margin: 0px 0px 5px 15px;
	float: right;
}