/* Block */

body {
	font: 12pt Georgia;
	color: black;
	background: #a8aea7;
}

div {
	margin-top: 5px;
}

ul {
	list-style: none;
}

li {
	padding-right: 10px;
}

img {
	border-style: none;
}

/* Container */

#pagejar {
	width: 766px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 7px solid white;
	padding-bottom: 10px;
	padding-top: 20px;
	background: #443129;
}

/* Logo */

#logo {
	width: 766px;
	height: 57px;
	background: url(../images/logo.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#curly {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/curly.png) no-repeat;
	width: 52px;
	height: 28px;
	margin-top: 20px;
}

/* Projects */

.project {
	margin-top: 20px;
}

#thinksecret {
	width: 178px;
	height: 77px;
	border-style: none;
	background: url(../images/thinksecret.png);
	margin-top: 40px;
	margin-right: auto;
	margin-left: 314px;
}

#thinksecret:hover {
	background: url(../images/thinksecrethover.png);
}

/* Contact */

.contact {
	color: #ffffff;
	font: 10pt/130% Georgia, "Lucida Grande", Arial;
	margin-left: 165px;
	width: auto;
	margin-top: 50px;
}

#mail {
	float: left;
	background: url(../images/mail.png) no-repeat 14px 2px;
}

#phone {
	float: left;
	background: url(../images/phone.png) no-repeat 25px 2px;
}

#email {
	float: left;
	background: url(../images/at.png) no-repeat 19px 2px;
}

#email a {
	text-decoration: none;
}

.copyright {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 14pt;
	margin-top: 100px;
	font-size: 8pt;
	color: white;
}

#invisible {
	background: url(../images/thinksecrethover.png) no-repeat;
	display: none;
}
