/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
/* hyperlinks */
	color: #fafafa;
	text-decoration: none;
}
body {
	background: #000 url("selfportrait/img/bg.png") repeat-x fixed left bottom;
/* body text */
	color: #d3d3d3;
	margin: 20px 0;
	text-align: center;
	font: normal 1em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}


/* quoted text */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url("selfportrait/img/quote.gif") no-repeat;
	padding-left: 28px;
	color: #f5f5f5;
}

div.quote2 {
	text-align: right;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #f00; 
/* top right bottom left borders */
	border-color: #d3d3d3 #a9a9a9 #a9a9a9 #d3d3d3; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 604px; 
}


/* Header */
.gfx {
	background: #000 url("images/Coming_Soon.gif") no-repeat;
	height: 337px
}
.gfx h1 {
	color: #d1d1d1;
	font: normal small-caps 1.8em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu 2 (Quad Buttons) */
.menu2 a {
	background: #000 url(selfportrait/img/brixwin_1.gif) no-repeat;
/* menu2 button text */
	color: #dcdcdc;
	float: left;
	font: normal small-caps 17px;
	text-align: center;
	padding-top: 4px;
	width: 150px; height: 46px;
}
.menu2 a:hover {
	background-position: left bottom;
	color: #fff;
}
.menu2 a#last {
	width: 149px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.menu2 a#last2 {
	width: 150px;
	border-bottom: 1px solid #d3d3d3;
}
.menu2 a#last1 {
	width: 150px;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.menu2 a#last3 {
	width: 150px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

/* Menu 3 (Triple Buttons) */
.menu3 a {
	background: #000 url(selfportrait/img/brixwin_2.gif) repeat-x;
/* menu3 button text */
	color: #dcdcdc;
	font: normal small-caps 17px;
	text-align: center;
	float: left;
	padding-top: 4px;
	width: 200px; height: 46px;
}
.menu3 a:hover {
	background-position: left bottom;
	color: #fff;
}
.menu3 a#last {
	width: 199px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.menu3 a#last2 {
	width: 200px;
	border-right: none;
	border-bottom: 1px solid #d3d3d3;
}


/* Content */
.content {
	border-top: 1px solid #d3d3d3;
	background: #d3d3d3;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: small-caps bold 1.5em sans-serif,Arial;
	color: #808080;
}
.content p {
	margin: 0 0 12px;

}
.item {
	background: #090909 url("selfportrait/img/bgitem.gif") repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	border-top: 1px solid #d3d3d3;
	padding: 5px;
	background: #0a0a0a;
	color: #999;
}