body {
	padding:0px;
}
#page {
	width:1020px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#content {
	background: url("shadow.png") repeat-x top left white;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:solid #2b6690 1px;
	border-right:solid #2b6690 1px;
}
#header {
	background: url("dot.png") no-repeat bottom center white;
	height:90px;
	position:relative;
}
#menu {
	position:absolute;
	font-size:18px;
	color:white;
	left:10px;
	right:10px;
	top:56px;
	width:1000px;
}
.entry {
	text-align:center;
	width: 138px;
	height: 27px;
}
.active {
       color:white;
	background: url("active.png") no-repeat bottom center transparent;
}
.entry a:active {
	color:black;
}
.entry a:visited {
	color:black;
	text-decoration:none;
}
.entry a:hover {
	color:black;
	text-decoration:underline;
}
.entry a:visited:hover {
	color:black;
	text-decoration:underline;
}
.entry a:link {
	color:black;
	text-decoration:none;
}
.active a:link {
	color:white;
	text-decoration:none;
}
.active a:active {
	color:white; 
}
.active a:visited {
	color:white;
	text-decoration:none;
}
.active a:hover {
	color:white;
	text-decoration:underline;
}
.active a:visited:hover {
	color:white;
	text-decoration:underline;
}

#footer {
	background: url("bot.png") no-repeat top center white;
	height:100px;
	position:relative;
	padding-left:96px;
	padding-right:20px;
	color:white;
}
#power {
	height:15px;
	font-size:15px;
	position:absolute;
	left:5px;
	top:59px;
}
#sflogo {
	position:absolute;
	right:4px;
	bottom:14px;	
}
a:link {
	color:#183152;
	text-decoration:none;
}
a:active {
	color:#183152;
}
a:visited {
	color:#183152;
	text-decoration:none;
}
a:hover {
	color:#ABC8E2;
	text-decoration:underline;
}
a:visited:hover {
	color:#183152;
	text-decoration:underline;
}
h2 {
	color:#375D81;
	margin-left:10px;
	margin-right:10px;
}
.code {
	font-family:monospace;
	font-size:14px;
}
p.code {
	text-align:left;
	padding:2px;
	border:solid 1px #ABC8E2;
	margin-left:25px;
	margin-right:20px;
}
p {
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
.addontitle {
	font-weight:bold;
	font-color:#375D81;
	margin-top:10px;
}
.addoninfo {
	font-size:12px;
}
