body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #ffffff;
}

#wrap {
	margin: 0 auto;
	width: 794px;
	border: 1px solid #1b65ac;
	text-align: center;
	background: #f4f4f4 url(../images/bg.jpg) no-repeat;
}

h1 {
	height: 50px;
	width: 356px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.jpg) left no-repeat;
}

h2 {
	text-indent: -99999px;
	overflow: hidden;
	height: 40px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#nav {
	margin: 1px;
	padding: 0;
	z-index: 30;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#nav li a {
	display: block;
	margin: 0 1px 0 1px;
	padding: 5px 5px;
	width: 120px;
	background: #1b65ac;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover {
	background: #1b65ac;
}

#nav div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	border: 1px solid #1b65ac;
}

	#nav div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #f7f7f7;
		color: #1b65ac;
		font: 11px arial
	}

	#nav div a:hover {
		background: #1e85e1;
		color: #FFF
	}

#sale {
	height: 146px;
	margin: 30px 0 0 0;
	background: url(../images/sale.png) center no-repeat;
}

.photo {
	margin: 1.5em auto;
}

.photo img {
	padding: 1px;
	border: 1px solid #1b65ac;
}

.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.bio {
	padding: 10px;
	text-align: left;
	font-size: 14px;
}

#highlight1 {
	list-style-image: url(../images/arrow.png);
      margin: 0 140px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 24px;
	color: #1b65ac;
	font-weight: bold;
	width: 500px;
}

#highlight2 {
	list-style: none;
	margin: 0px 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 20px;
	color: #1b65ac;
	font-weight: bold;
}

#domains {
	height: 176px;
	margin-top: 40px;
	background: url(../images/domains.png) center no-repeat;
}

#link {
	height: 60px;
	margin-top: 20px;
	background: url(../images/link.png) center no-repeat;
}

/*-------- thank you page --------*/
#highlight3 {
	list-style: none;
	margin: 50px 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	color: #1b65ac;
	font-weight: bold;
}

/*-------- list page --------*/
#list {
	width: 794;
	margin: 10px 20px;
	padding: 10px 20px;
	position: relative;
	overflow: auto;
	background: #f4f4f4;
	text-align: center;
}

ul h3 {
	font-size: 22px;
	text-decoration: underline;
	text-align: left;
	color: #000000;
}

.urls li {
	margin: 0px 0px;
	text-align: left;
	font-size: 20px;
	color: #1b65ac;
	font-weight: bold;
	list-style: none;
}

#column1 {
	float: left;
	width: 32%;
	position: relative;
}

#column2 {
	float: left;
	width: 32%;
	position: relative;
}

#column3 {
	float: right;
	width: 32%;
	position: relative;
}

/*---------------------------*/
