/* overriding HTML */

body {
	margin: 10px;
	padding: 0;
	font-family: Georgia, Serif, Verdana, Courier, Monaco, Monospace;
	font-size: 11px;
	line-height: 14px;
	background-color: #cccccc;
	background-image: url(bg/rotator.php)
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form, input, textarea {
	font-family: Courier, Monaco, Monospace;
	font-size: 10px;
}

a {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

img {
	border: none;
}

/* containers */

#content-wrapper {
	position: absolute;
	margin-top: -290px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 590px;
	overflow: hidden;
	text-align: left;
}

#content-background {
	width: 800px;
	height: 570px;
	background-color: #FFFFFF;
}

#splash {
	position: relative;
	top: 20px;
	left: 0px;
	width: 800px;
	height: 450px;
	overflow: hidden;
}

#title {
	position: absolute;
	top: 20px;
	left: 100px;
}

#menu {
	position: absolute;
	top: 170px;
	left: 100px;
	width: 130px;
	z-index: 10;
	padding: 0 10px 0 0;
}

a.selected {
	color: #333333;
	font-weight: bold;
}

a.unselected, a.img_unselected {
	color: #999999;
}

a.unselected:hover, a.img_unselected:hover {
	color: #666666;
}

a.img_selected {
	color: #333333;
	font-weight: bold;
}

#project-content {
	position: absolute;
	left: 240px;
	top: 20px;
	width: 460px;
}

#project-image-nav {
	position: absolute;
	left: 271px;
	top: 316px;
	width: 190px;
	text-align: right;
}

#project-image-wrapper {
	width: 460px;
	height: 310px;
	overflow: hidden;
}

li#architecture-list ul li a,
li#design-list ul li a,
#profile-list li a {
	font-size: 10px;
}

li#architecture-list ul li a:hover,
li#design-list ul li a:hover,
#profile-list li a:hover {
	color: #333333;
}

/* \*/
* html li#architecture-list ul,
* html li#design-list ul {
	float: left;
}
/* */

#footnote {
	position: absolute;
	top: 575px;
	left: 300px;
	color: #666666;
	font-family: Verdana, Courier, Monaco, Monospace;
	font-size: 9px;
	text-align: right;
}

#footnote a {
	color: #666666;
	font-size: 9px;
}

#footnote a:hover {
	color: white;
}
