/* basics */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	background: #E6E6E6 url(box01.jpg) no-repeat center top;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 467px;
   height: 558px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
   border-style: none;
}

#container {
	width: 100%;
	padding-top: 75px;
	background-position: center top;
	background-repeat: no-repeat;
}

/* end basics */

/* menu */

#menu ul {
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin-right: 1em;
	font-size: .8em;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline-block;
	padding: 2px 5px;
	background-color: #eee;
}

/* end menu */

/* content */

#content {
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
	font-size: .8em;
	float: none;
	text-align: left;
}

#content h1 {
	width: 240px;
	height: 61px;
	background-image: url(head.gif);
	margin-bottom: 1.3em;
}

#content h1 a {
	display: none;
}

#content h2 {
	margin-bottom: 1em;
	margin-top: 1.5em;
	letter-spacing: .2em;
	font: normal 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#content h3
#content h2, h3, p, hr {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#content h3 span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	display: inline;
	border-right: 1px solid #000;
	margin-right: 5px;
	padding-right: 8px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
}

#content p, #content hr

#content h2, h3, p, hr {
	margin-bottom: 1em;
}

#content #intro {
	margin-bottom: 3em;
}

/* end content */

/* project */

#project-info {
	margin-left: 180px;
}

#project-image {
	width: 300px;
	height: 150px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

#project-thumbs {
	margin-bottom: 1em;
	float: left;
	width: 160px;
}

#project-thumb {
	width: 70px;
	height: 70px;
	margin-bottom: 8px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 8px;
}

/* end project */

/* form */

form {
	clear: right;
	zoom: 1;
	margin-top: 2em;
}

form label, form input, form textarea, form select {
	margin-bottom: 20px;
	display: block;
	float: left;
}

form input[type="text"], form input[type="password"], form textarea, form select {
	width: 250px;
}

form label {
	width: 125px;
	margin-right: 20px;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
}

form br {
	clear: left;
}

form table {
	margin-bottom: 20px;
}

td input {
	margin-bottom: 0;
}

form .error {
	margin-left: 145px;
	color: #900;
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
	font-style: italic;
}

.hidden {
	display: none;
}

/* end form */

/* footer */

#footer {
	text-align: center;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 4em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	color: #000;
	height: 150px;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
}

/* end footer */