#container {
	height: auto;
	margin: 40px auto;
	padding: 0px;
	width: 1000px;
}

#content {
	background: #fff;
	border: solid 1px #000;
	border-bottom: dashed 1px #000;
	padding: 10px 30px;
}

#header {
	height: 100px;
	width: 100%;
}

#menucontainer {
	background: #f7fff5;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0px;
	padding-left: 10px;
	width: 990px;
}

#menucontainer a {
	color: #070;
	font-size: medium;
	font-weight: normal;
	line-height: 25px;
}

#menucontainer a:hover {
	font-weight: bold;
	text-decoration: none;
}

#menucontainer ul {
	display: inline;
}

#menucontainer ul li {
	font-size: 90%;
	float: left;
	line-height: 23px;
	list-style: square inside;
	padding-right: 0.5em;
}

#footer {
	background: url(../graphics/footer.gif) bottom left no-repeat;
	font-size: small;
	padding: 5px 20px;
	text-align: right;
}

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

a:hover {
	font-weight: normal;
}

a img, a:hover img {
	border-bottom: 0;
}

a.niechift {
	display: block;
	background: url(../graphics/niechift.png) no-repeat left top;
	height: 23px;
	width: 110px;
}

a.niechift:hover {
	background-position: left bottom;
}

body {
	background: #f7fff5 url(../graphics/bg.gif);
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: medium;
	margin: 30px;
}

div.box {
	padding: 15px;
	width: 425px;
}

div.box img {
	border: solid 1px #000;
	margin-right: 7px;
}

div.box div {
	width: 160px;
}

div.preview {
	margin: 0 5px;
	width: 160px;
}

div.websites_img {
	margin: 10px 10px 20px 10px;
}

div.websites_img img {
	border: solid 1px #000;
}

h1 {
	/*background: #f7fff5 url(../graphics/header1bg.png) top center repeat-x;*/
	background: #f7fff5 url(../graphics/header1bg.gif);
	border: solid 1px #070;
	color: #060;
	font-size: x-large;
	padding: 5px 15px;
}

h2 {
	background: #f7fff5 url(../graphics/header2bg.png) top center repeat-x;
	border-bottom: dashed 1px #8caa86;
	color: #136300;
	font-size: large;
	margin-bottom: 5px;
	padding: 5px 10px;
}

img {
	border: 0px;
}

img.preview_img {
	margin: 0 5px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.command {
	background: #ffeeee;
	border: dashed 1px #c00;
	display: block;
	font-weight: bold;
	margin: 5px;
	padding: 5px 10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.preview_desc, .changelog {
	font: small Arial, "New Roman", Sans-Serif;
}

.small_header {
	color: #c00;
	font-weight: bold;
}

.spacing {
	clear: both;
}
