

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.png);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 810px; 
}


/* header */
.gfx {
	background: #222 url(img/gallery_pixel.jpg) no-repeat;
	height: 165px;
}
.gfx h1 {
	color: #605b57;
	font: normal 2.6em Arial,Tahoma,sans-serif;
	padding: 100px 20px;
}

.gfx h2 {
	color: #ffffff;
	font: normal 1.0em Tahoma,sans-serif;
	padding: 0px 0px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmeneu.png) repeat-x;
	border-right: 0px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #645e5e;
	float: left;
	font-size: 1.1em;
	padding-top: 4px;
	width: 142px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #F5F5F5;
}
.menu a#last {
	border-right: none;
	width: 100px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: 544a46;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #ff9900;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;
/* additional*/
}
.photo-border {
	border: 1px solid #393939;
	padding: 2px;
	width: 44px;
	display: block;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

#photos {
	height:300px;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: left 275px;
	
}
ul.photolist {
	LIST-STYLE-TYPE: none;
}
.photolist li {
	display: inline;
}
	
#website {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#website h2 span
{
	position: relative;
	left: -5000px;
/* hover effects    */	
}
ul.linklist {
	LIST-STYLE-TYPE: BOLD;
}
.linklist li {
	MARGIN: 0px 0px 2px;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
}
.linklist li A {
	PADDING-RIGHT: 1px;
	DISPLAY: block;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	COLOR: #FF9900;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #303030;
	TEXT-DECORATION: none! important;
}
.linklist li A:hover {
	BACKGROUND-COLOR: #31485c! important
}

#message p
{
	width: 440px;
	height: 106px;
	overflow: hidden;
	background-image: url(*message.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
}
#message p span
{
	position: relative;
	left: -5000px;
}
.H2 {
	color: #FF9900;
	font-weight: bold;
}

a img {
  border: none;
}