body {
	background: rgb(0, 0, 0) url(imgs/space.jpg) repeat;
	color: rgb(16, 71, 14);
}

div {
	padding: 0;
	margin: 0;
	border: none;
}


/*****************
 * PAGE
 *****************/


div.page {
 	width: 800px;
 	height: auto;
	ackground: rgb(110, 116, 174) url(imgs/Middle.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}


/*****************
 * SIDEBAR
 *****************/


div.sidebar {
	width: 150px;
	height: auto;
	display: block;
	float: left;
}


/*****************
 * NAVIGATION BAR
 *****************/


div.menu {
	margin-top: 40px;
	eight: 345px;
	width: 150px;
	ackground: rgb(172, 172, 172) url(imgs/menu.jpg) no-repeat;
}

div.menuYla {
	height: 80px;
	background: rgb(172, 172, 172) url(imgs/menu/menuyla.jpg) no-repeat;
}

div.menuContent {
	margin: 0;
	padding: 0;
	background: rgb(0, 85, 0) url(imgs/menu/menusivu.jpg) repeat-y;
}

div.menuContent ul {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	list-style: none;
	border: 1px solid;
}

div.menuContent>ul {
	border: none;
}

div.menuContent li {
	margin-left: 4px;
	text-align: center;
	height: 37px;
	vertical-align: middle;
}

div.menuContent a {
	color: rgb(176, 170, 174);
	display: block;
	height: 37px;
	text-decoration: none;
	font-weight: bold;
	text-indent: -300em;
}


/*****************
 * NAVIGATION BAR BUTTONS
 *****************/

div.menuContent a#news {
	background: url(imgs/menu/news.jpg);
}

div.menuContent a:hover#news {
	background: url(imgs/menu/newsh.jpg);
}

div.menuContent a#features {
	background: url(imgs/menu/features.jpg);
}

div.menuContent a:hover#features {
	background: url(imgs/menu/featuresh.jpg);
}

div.menuContent a#gallery {
	background: url(imgs/menu/gallery.jpg);
}

div.menuContent a:hover#gallery {
	background: url(imgs/menu/galleryh.jpg);
}

div.menuContent a#downloads {
	background: url(imgs/menu/downloads.jpg);
}

div.menuContent a:hover#downloads {
	background: url(imgs/menu/downloadsh.jpg);
}

div.menuContent a#forums {
	background: url(imgs/menu/forums.jpg);
}

div.menuContent a:hover#forums {
	background: url(imgs/menu/forumsh.jpg);
}

div.menuContent a#team {
	background: url(imgs/menu/team.jpg);
}

div.menuContent a:hover#team {
	background: url(imgs/menu/teamh.jpg);
}

div.menuAla {
	height: 80px;
	background: rgb(172, 172, 172) url(imgs/menu/menuala.jpg) no-repeat;
}


/*****************
 * SCREENSHOT
 *****************/

div.screenshot {
	background: rgb(0, 0, 0) url(imgs/sotw.jpg) no-repeat;
	height: 132px;
}

div.screenshot img {
	margin-left: 18px;
	margin-top: 29px;
	border: none;
}

div.screenshot a {
	border: none;
	text-decoration: none;
}



/*****************
 * CONTENT BLOCK
 *****************/

div.content {
	width: 650px;
	height: auto;
	in-height: 600px;
	display: block;
	float: right;
	background: rgb(172, 172, 172) url(imgs/sivu.jpg) repeat-y;
	color: rgb(0, 55, 0);
	text-align: left;
	font-family: Arial, Verdana;
	font-size: small;
}

div.minHeight {
	width: 1px;
	height: 470px;
	float: right;
	display: block;
}

div.contentTop {
	background: rgb(172, 172, 172) url(imgs/top.jpg) no-repeat;
	height: 46px;
}

div.contentTop img {
	margin-left: 41px;
	margin-top: 12px;
}

div.contentBottom {
	float: bottom;
	clear: right;
	background: rgb(172, 172, 172) url(imgs/bottom.jpg) no-repeat;
	height: 44px;
}

div.contentBottom p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	display: text;
	text-align: center;
	font-size: 80%;
}

div.contentBottom a {
	color: rgb(0, 85, 0);
}


/*****************
 * ACTUAL PAGE DEFINITIONS
 *****************/

div.content h1,h2,h3,h4 {
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 100%;
	color: rgb(180, 180, 180);
	text-align: left;
	font-weight: normal;
	width: 500px;
	background: rgb(172, 172, 172) url(imgs/hTausta.jpg) no-repeat;
}

div.content p {
	padding-left: 11px;
	padding-right: 10px;
}

div.content a {
	color: rgb(0, 0, 0);
}

div.content img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
}

div.gallery {
	background-color: rgb(150,150,150); 
	border: solid 2px rgb(130,130,130); 
	margin-left: 7px; 
	margin-right: 7px; 
	padding-left: 25px;
}

div.gallery img {
	border: solid 2px rgb(110,110,110);
	padding: 0;
}
