@CHARSET "UTF-8";
	
	

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
font-family: Courier New, Courier New, Courier6, monospace;
}

a {
text-decoration: none;
}

#main {
width: 810px;
margin: 0 auto;
position: relative;
height:300px;
}

#main > h1 {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
height:62px;
margin:48px 0 15px 0;
/*margin:48px 0 500px 0;*/
text-indent:-5000px;
width:137px;
}

ul#navigation {	
position: absolute;
right: 0;
top: 48px;
}
ul#navigation li {
float: right;
padding: 0 0 0 10px;
}
ul#navigation li a {
color: #999999;
text-decoration: none;
}
ul#navigation li a:hover {
color: #000;
}
ul#navigation li a:after {
content:'•';
color: rgb(255,0,0);
margin: 0 0 0 5px;
}

dl#projects dt {
display: none;
}
dl#projects > dd {
height: 150px;
padding: 10px 0;
border-bottom: 1px dotted #ccc;
position: relative;
}
dl#projects {
border-top: 1px solid #ccc;
}
dl#projects dl dd {
position: relative;
}
dl#projects dl dd img {
height: 150px;
position: absolute; top: 0;
}


dl#projects > dt:first-child + dd {
margin-top: 0px;
}
dl#projects > dd dl dt + dd + dt + dd {
left:250px;
position:absolute;
top:10px;
font-weight: bold;
}
dl#projects > dd dl dt + dd + dt + dd + dt + dd {
left:250px;
position:absolute;
top:40px;
font-weight: normal;
}
dl#projects > dd dl dt + dd + dt + dd + dt + dd + dt + dd{
left:250px;
position:absolute;
top:60px;
}
dl#projects > dd dl dt + dd + dt + dd + dt + dd + dt + dd + dt + dd {
left:250px;
position:absolute;
top:80px;
}


ul#photos {
margin: 10px 0 0 0;
border-top: 1px solid #ccc;
}
ul#photos li {
padding: 10px 0;
border-bottom: 1px dotted #ccc;
}
ul#photos li:first-child {
margin-top: 0px;
}
ul#photos li img {
width: 600px;
}


#navigation + p {
border-top: 1px solid #ccc;
padding-top: 54px;
}

p {
margin-bottom: 25px;
}


ul#address {
color:#999999;
font-size:85%;
margin:110px 0 0;
text-align: justify;
height: 12px;
overflow: hidden;
}
ul#address * {
display: inline;
}
ul#address li a {
color:#999999;
}
ul#address li a:hover {
color: #000;
}
ul#address li:after {
content:' • ';
color: rgb(255,0,0);
}
ul#address li.last:after {
content: '';
width: 0;
}







