body {
	margin:0px;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:90%;
	background-color:#eeeeee;
}

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

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

#top {
	padding:10px 0;
	color:white;
	background-color:#222222;
}

#top #topcontent {
	position:relative;
	width:1024px;
	margin:0 auto;
}

#top #topcontent a {
        color:white;
        text-decoration:none;
        font-weight:normal;
}

#top #topcontent a.active {
        font-weight:bold;
}

#top h1 {
	font-size:34px;
	margin:0 auto;
	letter-spacing:5px;
}

#top h1 a {
	color:white;
	text-decoration:none;
}

#top h1 a:hover {
	color:#aaaaaa;
}

#top #menu {
	display:block;
	position:absolute;
	right:0px;
	bottom:0;
	margin:0;
	padding:0;
	list-style:none;
}

#top #menu a:hover {
	color:#aaaaaa;
	text-decoration:underline;
}

#top #menu li {
	float:left;
	margin-left:8px;
}

#top #lang {
	position:absolute;
	top:0;
	right:0;
}

#top #lang a {
	color:#cccccc;
}

#band {
	height:15px;
	background-color:#cccccc;
}

#content {
        width:1024px;
        margin:0px auto 20px auto;
        position:relative;
}

h2 {
	margin-top:20px;
	padding:2px;
	background-color:#e6e6e6;
	border-bottom:solid #666666 1px;
	letter-spacing:1.0px;
}

h3 {
	margin:24px 0 0;
}

h3 a {
	color:black;
	text-decoration:none;
}

h3 a:hover {
	color:#aaaaaa;
}

p {
	margin:4px 0 16px;
}

p.abstract {
	padding:10px;
	background-color:#e5e5e5;
	border:solid #cccccc 1px;
}

.sections {
	position:absolute;
	top:-10px;
	right:0;
	margin:0;
	padding-left:0;
	list-style:none;
}

.sections li {
	float:left;
	margin-left:10px;
}

p + code,
p + ol,
p + ul {
	display:block;
	margin:-10px 0 10px 15px;
}

p + code {
	padding:10px;
	border:dotted #333333 1px;
	background-color:#dddddd;
}

#footer {
	width:1024px;
	margin:40px auto;
	padding-top:10px;
	border-top: solid #dddddd 1px;
	text-align:right;
}

#wcg {
    float:left;
}

#copy {
    float:right;
}

.break {
	clear:both;
	font-size:1px;
	height:1px;
	width:100%;
}


/*
	Page specific
*/
#indexFirst {
	float:left;
	width:760px;
}

#news {
	float:right;
	width:230px;
	margin-left:24px;
}

#news em a {
	font-size:80%
}

