* {
	margin: 0;
	padding: 0;
}

body {
	font: 74% verdana, arial, sans-serif;
	background: #7f7f7f;
	color: #000;
}

#site {
	width: 750px;
	margin: 0 auto;
	border: 5px solid #fff;
	background: #eee url(img/sidebar.png) repeat-y;
	color: #7f7f7f;
}

#topbar {
	width: 100%;
	height: 1.7em;
	text-align: right;
	border-bottom: 1px solid #fff;
	color: #333;
	background: #369;
}

#topbar a {
	margin: 0px 5px;
	color: #fff;
}

#topbar a:hover {
	color: #000;
}

#sidebar {
	float: left;
	width: 150px;
	border-top: 1px solid #fff;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
}

#menubar {
	width: 150px;
	margin: 0 0 20px 0;
	zzzbackground: #ff0;
}

#menu {
	list-style-type: none;
}

#menu li {
	zzzbackground: #f00;
}

#menu li a, #menu li a#current {
	display: block;
	padding: 3px 3px 3px 8px;
	width: 139px;
	border-bottom: 1px solid;
	background: #369;
	color: #eee;
}
 
#menu li a#current {
	background: #369 url(img/mark.png) repeat-y;
}

#menu li a:hover, #menu li a#current:hover {
	background: #036;
}

#header {
	width: 600px;
	height: 130px;
	float: right;
	margin-top: 1px;
	background : #eee url(img/bk.png) no-repeat;
}

#content {
	float: right;
	width: 600px;
	margin: 0 0 10px 0;
	line-height: 1.8em;
}

#footer {
	clear: both;
	width: 600px;
	margin-left: 150px;
	text-align: center;
	border-top: 5px solid #369;
	color: #555;
}

p {
	margin: 10px 20px 10px 10px;
	color: #333;
}

p.imgname {
	font-size: 90%;
	text-align: center;
}

#content li {
	margin: 5px 10px 5px 10px;
	color: #333;
	background-color: inherit;
}

#content ul.inside {
	list-style-position: inside
}

p#smalltext {
	color: #555;
	margin: 3px;
	font-size: 8pt;
}

#apps {
	text-align: center;
}

IMG.centerred {
	display: block;
	margin-left: auto;
	margin-right: auto 
}

IMG.line {
	display: inline;
	margin-left: auto;
	margin-right: auto 
}

h1 {
	margin: 0;
	padding: 20px;
	font-size: 200%;
	letter-spacing: 5px;
	color: #036;
	background: inherit;
}

h2 {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 120%;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #333;
	background: inherit;
}

h3 {
	margin: 10px 0 10px 10px;
	padding: 0 0 3px 0px;
	zzztext-transform: uppercase;
	font-size: 120%;
	zzzletter-spacing: 5px;
	color: #036;
}

h4 {
	margin: 10px 0 0px 10px;
	padding: 0;
	color: #036;
}

blockquote {
	margin: 10px 20px 10px 15px;
	font-weight: bold;
	font-style: italic;
	color: #b29b35;
}

a, a:visited {
	text-decoration: none;
	color: #369;
}

a:hover {
	color: #036;
}

a img {
	border: none;
}

