* {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	font-weight: lighter;
}

body {
	background-color: #ffffff;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Sans-Serif;
	text-align: center;
}

#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 160px;
	background-image: url(hbg.png);
	background-repeat: no-repeat;
}

	#header h1#title {
		font-size: 20pt;
		color: #a078a0;
		width: 640px;
		position: relative;
		top: 32px;
		left: 20px;
	}

	#header h2#tagline {
		font-size: 14pt;
		color: #808080;
		width: 200px;
		position: relative;
		top: 8px;
		left: 192px;
	}
	
	#worldwide {
		float: right;
		width: 64px;
		height: 56px;
		margin: 32px 0 0 0;
	}

#main {
	width: 480px;
	height: 480px;
	float: left;
}

	#introduction {
		height: 120px;
	}
	
	#steps {
		background-image: url(stepbox.png);
		background-repeat: no-repeat;
		width: 360px;
		height: 240px;
		display: block;
		margin: 20px auto;
	}
	
	#signup {
		background-image: url(signup.png);
		background-repeat: no-repeat;
		width: 180px;
		height: 32px;
		margin: 0 0 0 240px;
	}
	
		#signup:hover {
			background-position: 0 -32px;
		}

#info {
	background-image: url(infobg.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 240px;
	clear: both;
}

	#left {
		width: 460px;
		height: 200px;
		float: left;
		margin: 20px 0 20px 20px;
	}
	
		#left p {
			font-size: 9pt;
			font-weight: lighter;
			padding: 8px 20px 0 0;
			margin: 12px 0 0 0;
		}
	
	#right {
		width: 460px;
		height: 200px;
		float: right;
		margin: 20px 20px 20px 0;
	}
	
		#right p {
			font-size: 9pt;
			font-weight: lighter;
			padding: 8px 0 0 0;
			margin: 12px 0 0 0;
		}

img {
	border: none;
}

#image {
	float: right;
	width: 480px;
	height: 480px;
	background-image: url(macbg.png);
}

	#image img {
		display: block;
		margin: 72px auto;
	}

	#image p{
		font-size: 14pt;
		font-weight: lighter;
		color: #a078a0;
		text-align: center;
		padding-top: 96px;
	}
	
#links {
	padding: 0 0 0 40px;
}

h2 {
	font-size: 14pt;
	color: #a078a0;
	padding: 18px 0 0 0;
}

h3 {
	font-size: 10pt;
	color: #a078a0;
	font-weight: bold;
}

p {
	font-size: 10pt;
	line-height: 12pt;
	color: #404040;
	padding: 8px 0 0 0;
	font-weight: bold;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

a {
	border: none;
	color: #a078a0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	color: #a078a0;
	font-size: 10pt;
	font-weight: bold;
	padding: 8px 20px 0 40px;
}

	ol li {
		padding: 20px 0;
	}

	.step {
		color: #404040;
	}
	
	.info {
		color: #808080;
		font-weight: lighter;
	}

ul {
	font-size: 9pt;
	font-weight: lighter;
	list-style-position: outside;
	margin: 12px 0 12px 12px;
}

	ul li {
		padding: 4px 0 0 0;
	}

		ul li.links {
			padding: 4px 0;
		}
	
#footer {
	text-align: center;
	clear: both;
	margin: 40px 0;
}

#footer p {
	font-size: 9pt;
	font-weight: lighter;
}