/* Last Updated: May 10, 2006 by Anthony Watts */

/* LAYOUT*/

html, body {
width: 100%;
margin: 0;
padding: 0;
background: #000000;
font-family: Arial, sans-serif;
font-size: 1em;
color: #FFFFFF;
}

#header {
margin: 60px 0 40px 20px;
padding: 0;
}

#content {
width: 730px;
margin: 0 0 0 46px;
padding: 0;
}

.thumbnails {
float: left;
margin: 0 40px 0 0;
height: 170px;
}

.description {
margin: 0 0 20px 0;
}

.media {
margin: -32px 0 40px 0;
}

/* TYPOGRAPHY */

p {
margin: 0 0 0.8em 0;
font-size: 0.8em;
line-height: 1.4em;
}

p.note {
margin: 10px 0 0 0;
font-size: 0.7em;
line-height: 0;
}


/* IMAGES */

img {
border: none;
}

.thumb {
border: 2px solid #ffffff;
margin: 0;
}

.backarrow {
margin: 0 0 0 25px;
}

/* HEADINGS*/

h1 {
margin: 0;
background: url(images/template_bigarrow.gif) 0 3px no-repeat;
font-size: 1.1em;
text-transform: uppercase;
text-indent: 25px;
}

h2 {
margin: 0 0 0.8em 0;
font-size: 0.9em;
text-transform: uppercase;
}

/* LINKS */

a {
font-size: 0.8em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
outline: none;
}

.listlink {
padding: 1px 1px 0 1px;
}

.listlink:hover {
background: #ffffff;
color: #000000;
}

.backlink {
margin: 15px 0 0 0;
padding: 1px 1px 0 1px;	
font-size: 0.75em;
font-weight: bold;
text-transform: uppercase;
color: #636363;
}


.backlink:hover {
background: #ffffff;
color: #000000;
}

/* LISTS */

ul {
margin: 0;
list-style-position: outside;
list-style-type: none;
}

