/*General Font Specifications*/

DIV {border : 0px solid;}

body, table, td, th, p {
	font-family : Verdana, Sans-serif;
	font-size : 11px;
	font-style : normal;
	/* background-image: url("/images/bgnd.gif");	*/
}




/* Set borders for test*/
table, td {
	border:0px solid #FFF; 
	text-align:center;
}

p {
	border : 0px solid #999;
	margin-top : 0px;
	text-align : justify;

}

/* general tags - standard*/

BODY  {
	margin : 0px;
	padding : 0px;
	/* background-color:#2A2A0B;*/
	background-color:#fff;
	text-align:center;
}


h1 {
	font-size : 13px;
	line-height : 10px;
	border : solid 0px;
	margin-bottom : 0px;	
	margin-left : 5px;
}

h2 {
 	font-size : 12px;
	font-style : bold;
	line-height : 12px;
	margin-left : 10px;	
}

h3 {
	font-size : 11px;
	font-weight : bold;
	margin-left : 10px;
	line-height : 10px;
	border : solid 0px;
	margin-bottom : 0px;	
}

hr {
	border : 1px solid #f63;

}

a {color : F60;}

a.nav {margin-right : 20px;}

/*
a:link {background-color: transparent; color: #030;}
a:active {background-color: transparent; color: #030;}
a:visited {	color: #030; }
a:hover {color : #030;text-decoration:underline;}
*/
.clearFloats {clear : both;}
.clearLeft {clear : left;}

img {
	border : 1px outset #000;
	padding : 2px;

}


img.noBorder {border : 0px solid #000;}

img.tn {
	padding : 5px;
	border : 1px dashed #F60;	
	margin : 5px;
}


table.resultTable td {
	vertical-align : top;
	text-align : middle;
	padding : 0px;	
	margin : 0px;
	
	
}


#header, #content, #footer, #nav, #subNav {
	margin : auto;
	width : 800px;
	text-align : left;
}



#header {
	height : 30px;
	border-bottom : 2px solid #F60;
}

#subNav {
	height : 20px;
	width : 700px;
	color : #f60;
	margin-top : 5px;
	padding: 0px 50px 0px 50px;
}

.browse {
	float : right;
}

#footer {
	clear : both;
	width : 660px;
	padding-left : 40px;
	margin-top : 3px;
	color : #999;
}
#footerContent {
	clear : both;
	width : 620px;
	color : #999;
}
.createdBy {
	float : right;
	border : 0px solid;
}

img.logo {
	border : 0px solid;
	float : left;
}

#languageSelect, #topNav {
	color : #060;
}


#languageSelect {
	float : right;
	margin-right : 40px;
	margin-top : 4px;
	
}

#topNav {
	float : left;
	margin-left : 20px;
	padding-top : 12px;
	width : 600px;
}


img.title {
	margin-left : 15px;
	margin-top : 20px;
	border : 0px solid;
}

#content {
	width : 800px;
	color : #030;
	text-align : center;
}

#contentLeft {
	width : 212px;
	text-align : right;
	margin-top : 5px;
	margin-bottom : 10px;
	color : #030;
}

#contentRight {
	width: 372px;
	float : right;
	text-align : left;
	margin-top : 5px;
	margin-bottom : 10px;
	color : #030;
}

#titleRight {
	width: 372px;
	float : right;
	text-align : left;
	margin-top : -17px;
	margin-bottom : 10px;
	color : #000;
}


/*Navigation styles*/
/*
a:link.nav, a:active.nav, a:visited.nav {
	color : #000;
	border : 0px solid #300;
	margin-right : 28px;
	padding-bottom : 5px;
	text-decoration : none;
}

a:link.navActive, a:active.navActive, a:visited.navActive {
	color : #000;
	margin-right : 28px;
	padding-bottom : 5px;
	text-decoration : none;
	border-bottom : 2px solid #CCC;
	text-decoration : none;
}

a:hover.navActive, a:hover.nav {
	border-bottom : 1px solid #CCC;

}

a:link.lang, a:visited.lang {
	margin-left : 10px;
	color : #000;
	padding-bottom : 5px;
	text-decoration : none;

}
*/
.exhTitle {
	font-weight : bold;
	border : 1px solid;
	margin-bottom : 20px;
	height : 30px;
}


.langBar {

	margin:auto;
	height : 40px;
	width : 800px;
	background-color : #300;
	color : #000;
	border-top : 1px solid #300;
}

.langName {
	float : left;
	margin-left : 80px;
	border : 0px solid;
}

img.langSwitch {
	float : right;
	border : 0px solid;
	margin-right : 15px;

}

.langImg {
	margin : 0px;
	padding: 0px;
}

#browseCollection {
	float : right;
	border : 0px solid;
	text-align : right; 

}

#browseArtwork {
	float : left;
	border : 0px solid;
	text-align : left;
}

#contentCenter {
	border : 0px solid;
	text-align : center;
	color : #000;	
	clear : both;
	width : 600px;
	margin : auto;
}

/* For scroll - tn box

#tnBox {
	border : 1px solid #300;
	text-align : center;
	color : #ccc;	
	clear : both;
	width : 600px;
	height : 75px;
	margin : auto;
	overflow: auto;
	overflow-x : hidden;
}

*/

