* {margin:0;padding:0;}

body {
	background-color:#000000;
	color:#FFFFFF;
	font: 11pt/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {border:none;}

a:link {
	color: #ffe8cb;
	text-decoration:underline;
}
a:hover {color: #a0c6e6;text-decoration:underline;}
a:visited {
	color: #dfab91;
	text-decoration:underline;
}

p {margin:10px 0 5px 0;}

/* Header */
#header {
	height:200px;
	/*	border-bottom: 1px solid #97A2BA;*/
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#header #logo {
	width:750px;
	margin:0 auto;
	padding:0 10px 0 10px;
}

#header img.logo {
	margin-top:10px;
}
#header #logo #lang {width:100px;float:right;height:55px;margin-right:60px;}

/* Content Area */

#main {
	width:750px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
}

#main2 {width:750px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}

#content {
	width:450px;
	float:left;
	padding:30px 0 25px 0;
}

#content h1 {
	font-size:1.65em;
	margin:0;
	padding:0;
	color: #ffe3a6;
	line-height:1.1em;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #CCCCCC;
}

#content h2 {
	font-size:1.2em;
	margin:15px 0 10px 0;
	color: #d69e16;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #CCCCCC;
}

#content h3 {font-size:1.1em;font-weight:normal;
	margin:15px 0 10px 0;
	color:#7A0A17;}

#content pre {font-family:Verdana, Arial, sans-serif;
	margin:15px 0 15px 0;
	line-height:0.9em;
	font-size:0.9em;
	color:#010ACE;}

#content ul {list-style:square;
	margin:10px 0 10px 20px;
	list-style-position:inside;}
#content li {line-height:1.2em;
	font-size:0.9em;}

#content #list {width:200px;float:left;}
#content #screenshots {width:200px;float:right;padding-top:15px;}

#content #screenshots p {margin:5px 0 0 0;font-size:0.8em;}

/* Sidebar */
#sidebar {
	width:280px;
	float:right;
	padding:30px 5px 25px 10px;
}

#sidebar ul {list-style:none;}

#sidebar h2  {
	font-size:1.2em;
	margin:25px 0 0px 0;
	color:#CCC;
}

#sidebar img {
	border: thin solid #D7E7E6;
	margin-top: 5px;
	margin-left: 2px;
}
#sidebar img.digg {padding-top:5px;}


/*after sidebar*/

#sidebar2 {
	width:280px;
	float:left;
	padding:30px 5px 25px 10px;
}
/* Footer */
#footer {
	/*	background-color: #000000;*/
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	/*	background-image: url(images/footer.gif);*/
	background-repeat: repeat-x;
	background-color: #000000;
}

#footer2 {
	background-color: #000000;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	height:140px;
}

#footer a, #footer2 a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover, #footer2 a:hover {
	color:#804249;
	text-decoration:none;
}
#footer a:visited, #footer2 a:visited  {
	color:#000000;
	text-decoration:none;
}

#footer p, #footer2 p {margin:0 0 15px 0;}
#footer p.axe img, #footer2 p.axe img {margin-bottom:-7px;}

#foot {
	width:750px;
	margin:0 auto;
	height:150px;
	line-height:1.1em;
	padding:0 10px 0 10px;
	background-image: url(images/footertop2.png);
	background-repeat: no-repeat;
}

#foot2 {width:750px;
	margin:0 auto;
	height:140px;
	line-height:1.1em;
	padding:0 10px 0 10px;}

#foot #left {width:400px;float:left;padding-top:72px;}
#foot #right {width:250px;float:right;text-align:right;padding-top:72px;}

#foot2 #left {width:450px;float:left;padding-top:45px;}
#foot2 #right {width:250px;float:right;text-align:right;padding-top:45px;}

.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 1em; }
