/*stylesheet*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: #ddd;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


/*here we go*/
body, html{
font-family:georgia, tahoma, verdana, serif;
}

/*page stuff*/
#home #main-body {
width: 50em;
margin: 30px auto 10px auto;
line-height: 1.5em;
}

/* content styles */



/*header*/
h1{
text-align:center;
margin-bottom:.6em;
font-size:200%;
}

h1 a{
text-decoration:none;
color:#333;
font-weight:normal;
border:0;
}

/*nav*/

#nav {
text-align:center;
padding: 0;
}
#nav ul {
text-align:center;
list-style:none;
}
#nav li {
display:inline;
font-family: georgia, tahoma, serif;
font-size: 80%;
letter-spacing: 1px;
}
#nav li a {
color: #999;
border: none;
padding:10px;
text-decoration:none;
font-weight:bold;
}
#nav li a:hover, #nav li a.active {
color: #333;
}
/*main*/

/*thumbnails*/
table#thumbs{
clear:both;
margin:3em auto;
}

table#thumbs td{
padding:5px 6px;
}

img.thumb{
margin:0px;
border:2px solid #fff;
}

a img{
border:0;
}

div.transOFF {
width: 100%; 
background-color: silver;
width:180px;
height:80px;
}
div.transON  {
width:180px;
height:80px;
width: 100%; 
background-color: silver;
opacity:.60;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
}



/*footer*/

#footer{
text-align:center;
font-size:80%;
color:#666;
clear:both;
margin:2em 0;
}

/*headings*/


h2 {
margin: 1em 0 .6em 0;
padding-bottom: 5px;
font-size: 140%;
font-weight:normal;
line-height: 1.2em;
letter-spacing: .1em;
border-bottom: 1px solid #666;
clear:both;
}

/*lists*/

dl{
clear:both;
margin-bottom:.5em;
}
dt{

}

#content ul{
list-style-type:square;
padding-left:1em;
margin:1em 0;
}

/*forms*/
form{
width:22em;
float:right;
}

label{
width:6em;
display:block;
float:left;
}
input,
textarea{
font-family:georgia, tahoma, verdana, serif;
font-size:95%;
margin-top:.2em;
}
input.submitButton{
padding:3px;
font-family:georgia, tahoma, verdana, serif;
background-color:#bbb;
margin-left:6em;
}

/*anchors*/
a{
text-decoration:none;
border-bottom:1px dotted #333;
padding-bottom:1px;
color:#333;
}
a:link,
a:visted{

}
a:hover, a:active{
border-bottom-style:solid;
}

a.thumbLink{
border:0;
}

dfn{
cursor:help;
border-bottom:1px dotted #000;
font-style:normal;
}