body{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffc;
}
#wrapper{
	width: 100%;
	background-color: #ffc;
}
h3{
	font-weight: bold;
	size: 1.4em;
}
h4{
	font-weight: bold;
	size: 1.1em;
}
ul.tick {
	list-style-image: url(images/tick.png);
	padding-left: 20px;
	list-style-position: outside;
}
a:link{
	color: #400;
}
a:visited{
	color: #522;
}
a:hover{
	color: #844;
}
#pageHeader{
	height: 240px;
	width: 930px;
	margin: 20px;
	background: url(images/headerbg.jpg) center top;
}
#pageHeader h1{
	font-family: Verdana;
	text-shadow: #f9b671 2px 2px 1px;
	margin-left: 30px;
	padding-top: 0px;
	size: 2em;
	color: #222;
}
#pageHeader h2{
	margin-top: 80px;
	margin-left: 30px;
	size: 1.3em;
	text-shadow: #f9b671 2px 2px 1px;
	font-family: Verdana;
}

#content{
	font-family: Verdana;
	margin: 30px;
}
.right {
	float: right;
	width: 48%;
	border: 1px solid grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-color: #f5e0b0;
}
.left {
	float: left;
	width: 48%;
	border: 1px solid grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-color: #f5e0b0;
}
.right1 {
	float: right;
	width: 30%;
	border: 1px solid grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 5px 5px 8px;
	background-color: #f0e0b0;
	margin-left: 8px;
}
.left2 {
	float: left;
	width: 66%;
	border: 1px solid grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-color: #f0e0b0;
}
.buy_hosting {
	margin-left: 20px;
}
.text{
width: 49%;
float: right;
	margin: 5px;
}
.image-right{
	float: right;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.image-right-border{
	float: right;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px grey;
}
.image-left{
	float: left;
	margin-right: 5px;
}
.image-left-border{
	float: left;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px grey;
}
.clearer{
	clear: both;
}
.stacks_clearer{
	clear: both;
}
#footer{
	width: 94%;
	height: 30px;
	margin: 10px;
	border: 1px solid grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D5BAA9;
}
#navigation{
font-family: Verdana;
font-size: 0.8em;
	height: 40px;
	azimuthposition: absolute;
	z-index: 100;
	display: block;
	float: right;
	margin-right: 10px;
	font-weight: bold;
}
#naviagtion ul{
	list-style-type: none;
}
#navigation li{
	position: relative;
	display: inline;
	float: left;
	width: auto;
}
#navigation a {
	display: block;
	padding: 10px 15px 4px 5px;
	border-left: 1px dashed black;
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	background: #666;
}

#navigation a:active {
}
#navigation #current, #navigation .currentAncestor{
text-shadow: #f9b671 2px 2px 1px;
font-size: 1.1em;
}
#navigation li:hover ul, #navigation li.over ul { 
	display: block;
}
 /* Child - Level 1 */
 /* All browsers will use this code, it will make the pop out menus work */
 
 #navigation ul ul {
 	position: absolute;
 	top: 20px;
 	left: 0px;
 	right: 0;
 	display: none;
 	z-index: 100;
 	width: 127px;
 	padding: 0 0px;
 	margin-top: 10px;
 	border-bottom: 1px dashed black;
 	border-left-style: none;
 	border-top: 1px dashed black;
 	margin-left: -1px;
 }
 
 #navigation ul ul li {
 	display: block;
 	float: left;
 	left: 0px;
 	position: relative;
 	clear: left;
 	overflow: visible;
 }
 
 #navigation ul ul a {
 	padding: 4px 0px 4px 5px;
 	display: block;
 	width: 120px;
 	height: auto;
 	border-right: 1px dashed black;
 	border-left: 1px dashed black;
 	text-align: left;
 	color: #fff;
 }
 
 #navigation ul ul a:hover {
 	background-color: #555;
 	position: relative;
 }
 
 #navigation ul ul #current{
 }
 
  #navigation ul ul ul {
  display: none;
 	position: absolute;
 	left: 127px;
 	top: -11px;
 	z-index: 120;
 	border-top: 1px dashed black;
 }
 
 #navigation ul ul ul li { 
 	display: block;
 
 }
 
 #navigation ul ul ul ul li { 
 }
 
 #navigation ul ul ul ul a{
 }
 
 #navigation ul ul ul ul a:hover{
 
 }