* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #aaaaaa;
}

table.layout tr,
table.layout td,
table.layout {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
tr.odd td {
	background-color: #ddd;
}
th {
	background-color: #aaa;
	color: #fff;
}

dl {
	margin: 1em 1em 1em 1em;
}
ol,
ul{
	margin: 0.7em 2em 0.7em 3em;
}
li {
	margin: 0.2em 0.4em 0.2em 0.6em
}

body {
	font-family: verdana, arial;
	background-color: #ffffff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
h1{
	font-weight: normal;
	font-size: 1.5em;
}
h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #888;
	margin-left: 1em;
}
h3 {
	font-size: 1.1em;
	color: #888;
	font-weight: bold;
	letter-spacing: 0em;
	margin-left: 1em;
	text-decoration: none;
}
p {
	line-height: 1.5em;
	padding: 0.5em 1em;	
}
/* won't work without !important */
a {
	color: #88aadd !important;
}
a:hover {
	color: #0000ff !important;
}
input, textarea{
	border: 1px solid #bbbbbb;
	margin-right: 10px;
}
/*input[type=radio],*/
/*input[type=checkbox]*/
.noborder
{
	border: 0px;
}
input[type=submit] {
	background-color: #bbbbbb;
	border: 1px solid #fff;
	color: #777;
}

.left {
	float: left;
}
.right{
	float: right;
}

/*** Menu ***/

#menu {
	width: 790px;
	display: block;
}
#menu a {
	display: block;
	width: 150px;
	/*height: 40px;*/
	float: left;
	
	padding-top: 11px;
	padding-bottom: 11px;

	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #aaaaaa !important;
}
#menu a:hover {
	background-image: url('../images/menuhover.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: #444 !important;
	text-decoration: none;
}




/** ROUNDED SPECIALISATIONS **/

/*.whiteout { background-color: #fff;}*/
.lightincontents *,
.lightin { background-color: #dddddd;}
.lightin, .lightin * { color:  #888888;}
.lightout { background-color: #dddddd; }
.darkin *, div.darkin { background-color: #bbbbbb; color: #fff;}

.borderout, 

.rcontainer div.border,
.border .r3,
.border .r4,
.border .r2,
.border .r1
 {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.border .r1
 {
	background-color: #aaa;
}
.border .r2
 {
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
}


/** font sizes **/
 
.xxxlarge { font-size: 100px; }
.xxlarge { font-size: 60px; }
.xlarge { font-size: 30px; }



.clear { clear: both; }
.justify { text-align: justify; display: block; }
.centerin { text-align: center; }
.centerout { margin-right: auto; margin-left: auto; display: block; }
div.hr {
	height: 1px;
	background-color: #aaaaaa;
	clear: left;
	font-size: 0px;
}




/** SIZES **/

.fullwidth { width: 800px; }
.halfwidth { width: 399px; }

.thirdwidth { width: 266px; }
.twothirdwidth { width: 533px; }

.quarterwidth { width: 199px; }
.threequarterwidth { width: 599px; }

.onefifthwidth { width: 159px; }
.twofifthwidth { width: 319px; }
.threefifthwidth { width: 479px; }
.fourfifthwidth { width: 639px; }

.onesixthwidth { width: 133px; }
.fivesixthwidth { width: 666px; }
