/* reset.css */

/* meyer web reset */

/* 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;
}










/*font sizing
base font = 16px


desired / base font = size in ems
34px 34 / 16 = 2.125em
30px 30 / 16 = 1.875em
18px 18 / 16 = 1.125em
14px 14 / 16 = 0.875em
12px 12 / 16 = 0.75em
11px 11 / 16 = 0.6875em
10px 10 / 16 = 0.625em
32px 32 / 16 = 2.0em
20px 20 / 16 = 1.25em

*/

/* typography.css */
h1 { }

.art h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif;}
h2{}
h3 { }
h4 { }
h5 {}

p { font: 0.75em Verdana, Geneva, sans-serif; }


a { }
a:hover { }
a:active {}














/* grid.css */
body { background: url(../imgs/bg_index.jpg); background-repeat:no-repeat; background-attachment: fixed; }

#container {width:960px; margin:0px auto; outline: 0px dashed #f00;}

#header { 
height: 100px;}


 
#thumbs {
width: 660px;



}

#thumbs li{
float: left;
margin: 0 10px 10px 0;

}


#content-wrapper { overflow: auto; }




#primary-content { 
	width: 600px;
	
	margin: 101px 0px 20px 420px; 
	margin: 0px auto 50px auto;
	outline:0px dashed #0ff; 
	background: #fff; 

	}
	
	
#secondary-content {
	display: block;
	width: 200px;
	background: url(../imgs/secondary_nav.gif);
	float:left;
	margin: 101px 0px 20px -770px;
}



#footer {
margin: 200px auto 0px auto;
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}


#TB_window #container {
width: 800px;
height: 400px;
outline: 0px dashed #f00;

}

#TB_window #primary-content { 
	width: 800px;
	
	margin: 0px auto;

 

	}


#TB_window #primary-content img {
float: left;
padding:0px 10px 0 0;

}
#TB_window #footer {
display:none;

}


/* forms */