*{
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active{
	color: #000000;
}

a.current:link, a.current:visited, a.current:hover, a.current:active{
	color: #000000;
	text-decoration: none;
}

body{
	background: #000000;
	color: #231F20;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
}

h1{
	font-size: 22px;
	padding: 10px 35px;
}

h2{
	font-size: 12px;
	padding: 10px 35px 2px 35px;
	text-transform: uppercase;
}

p{
	padding: 0 35px 10px 35px;
	line-height: 18px;
}

p.tag{
	padding: 10px 35px 15px 35px;
}

#container{
	background: #AFBC21;
	margin: 0 auto;
	text-align: left;
	width: 740px;
}

#content{
	background: #AFBC21;
	border-left: 1px solid #6CB33E;
	float: right;
	width: 449px;
}

#main{
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #AFBC21;
}

#footer{
	background: #AFBC21;
	clear: both;
	color: #000000;
	float: left;
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
	width: 740px;
	border-top: 0px solid #000;
	border-bottom: 10px solid #000;
}

#footer ul li{
	border-right: 1px solid #000000;
	display: inline;
	padding: 0 10px;
}

#footer ul li.last, #home #footer ul li.last{
	border-right: none;
}

#header{
	background: url(../_img/mac-technologies.gif) #6CB33E no-repeat left;
	border-bottom: 10px solid #000000;
	float: left;
	padding-top: 100px;
	width: 100%;
}

#header ul{
	float: right;
	padding: 10px 0;
}

#header ul li{
	border-right: 1px solid #94B82D;
	display: block;
	float: left;
	padding: 2px 17px 2px 18px;
}

#header ul li.last, #home #header ul li.last{
	border-right: none;
}

#sidebar{
	background: #AFBC21;
	float: left;
	width: 290px;
}

