/* Navigation Menu */
.menu {
	height: 25px;
	padding: 4px 0 8px 0;
	margin: 0 auto 0 auto;
}
.menuitems ul {
	margin: 0 0 0 0;
}
.menuitems li {
	color: #f5be15;
	font: 900 12px "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 60px;
	}

.menuitems li a {
	text-decoration: none;
	color: #fff;
}
.menuitems li a:hover {
	
	text-decoration: none;
	color: #f5be15;
}
.menuitems li a:active {
	
	text-decoration: none;
	color: #f25b22;
}
#home {
	padding: 0 0 0 0;
	}

/* Footer */
.footer
{
	padding-top: 20px;
	text-align: center;
	font: 0.8em "Trebuchet MS", Helvetica, sans-serif;
	line-height: 2.5em;
	color: #fff;
}

.footer li
{
	padding: 0 10px 0 10px;
	}
.footer a{
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	text-decoration: none;
	color: #fcd45b;
}

/* Inner Pages */
body
{
	background: #f57e1e url(../images/common/bg.png) repeat-x;
}
ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
li {
	display: inline;
}
#pixelteklogo
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	overflow:visible;
	margin:0 0 0 0;
	text-indent:-9000px;
	padding: 0 0 0 0;
	height:36px;
width:170px;
background: transparent url(../images/common/logo170x36.png) no-repeat scroll left top;}
h2
{
	font: bold 1.5em "Trebuchet MS", Helvetica, sans-serif;
	color: #907d82;
	padding: 0 0 0.7em 0;
}
#whitebox
{
	background: #fff;
	margin-top: 25px;
	padding: 30px 0 40px 40px;
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	border-radius: 10px;
}
.writeup
{
	width: 840px;
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	color: #6b5d61;
}
a.inlink
{
	font-weight: bold;
	color: #6b5d61;
	text-decoration: none;
}
a.inlink:hover
{
	text-decoration: underline;
}