body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333;
}
body, #footerTop, #footerTopContainer {
	padding:0;
}
body, h2, h3, h4, h3 span, h4 span, #leftContent ul  {
	margin:0 auto;
}
a, a:active, a:visited, #tuts img {
	color:#009999;
	text-decoration:none;
	border:0px solid #fff;
}
#tuts img{
	margin-left: auto;
	margin-right: auto;
}
ul {
	list-style:none;
}
img {
	border:1px solid #009999;
}
.left, #bandLeft, #leftContent {
	float:left;
}
.right, #bandRight, .menu ul li, #tuts {
	float:right;
}
.clear {
	clear:both;
}
#container, .menu, #bandContainer, #band, #footerTop {
	margin:0 auto;
}

#menuContainer, #footerContainer {
	width:100%;
	height:60px;
	background-color:#333;
}
#menuContainer {
	border-bottom:5px solid #009999;
}
.menu {
	width:40em;
	text-align:right;
}
.menu ul, .menu a, .menu a:visited, .menu a:active  {
	font-size:0.95em;
	color:#fff;
}
.menu ul li {
	padding:0 1em;
	line-height:5.3em;
}
a.menu {
	padding:0.5em 1em;
	background-color:#444;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
}
a.menu:hover {
	background-color:#009999;
}
a.selected {
	font-weight:900;
	color:#005555;
}
ul li.selected {
	background: url("../images/triangle.png") no-repeat scroll 50% 100% transparent;
}
.menu ul li:hover {
	background: url("../images/triangle.png") no-repeat scroll 50% 100% transparent;
}
#bandContainer {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:6em;
	width:960px;
}
#band {
	width:78em;
	padding:0 0 2em 0;
}
#bandLeft, #bandRight {
	padding:2em 1em 0 1em;
}
#bandRight {
	width:34em;
}
#bandLeft {
	width:38.5em;
}
.fbox {
	width:16em;
	float:left;
	padding:1em 2em;
}
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size:48px;
	text-shadow: 2px 2px 3px #999;
	margin:25px 0px 5px 0px;
}
h2, h3, h4 {
	font-size:18px;
}
h2 {
	color:#666;
	margin:0px 0px 15px 0px;
}
h3 span, h4 span {
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
h3 span {
	background-color:#009999;
}
h4 span {
	background-color:#333;
}
#leftContent {
	width:48em;
	padding: 0 1.5em;
}

#leftContent ul {
	list-style-type:none;
}

#leftContent img{
	margin:1.5em  0  1.5em 0; 
}

#tuts {
	width:24em;
	padding:1.5em;
	border-left:1px solid #ddd;
}
#tuts ul li a:hover, #footerTop ul li a:hover, #band a:hover, #container a:hover {
	color:#005555;
}
#tuts ul, #tuts ul li, #leftContent ul, #leftContent ul li, .fbox ul, .fbox ul li {
	padding:5px 0px;
	margin-left:5px;
}
#leftContent ul {
	padding:0px 45px 0px 0px;
	margin-bottom:45px;
}

#leftContent h3 {
	margin:30px 0 30px 0;
}
#container {
	width:960px;
	margin-top:50px;
}
#footerTopContainer {
	padding:20px 0px;
	margin-top:40px;
	width:100%;
	border-top:1px solid #ddd;
	background-color:#eee;
}
#footerTop {
	width:80em;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#footerContainer {
	border-top:5px solid #009999;
}

#dpb {
	background:#EEEEEE;
	height:180px;
	padding:10px;
	margin:10px 0 10px  0;
	border:1px solid #DDDDDD;
}

#dpb ul { 
	width:50%;
	margin:0 auto;
	padding:0;
}

#dpb ul li {
	background:url("/media/images/hosting-tick.gif") no-repeat scroll 0 5px transparent;
	padding-left:20px;
}

.dpbInner {
	background:#EEEEEE;
	/*height:100%;*/
	padding:10px;
	margin:10px 0 10px  0;
	border:1px solid #DDDDDD;
}

