/* CSS Document - Chard Chenier */

body {
	background-color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

/* HOME */

#homeheader {
	margin-top:3%;
	background-color:#FFB802;
	width: 100%;
	height: 150px;
}

#homebody {
	margin-top:20px;
	background-image: url('../images/linehome.png');
	background-position: center;
	background-repeat: repeat-y;
	width:1000px;
}

#homelanguage{
	margin-top:10px;
	width: 150px;
	text-align:right;
	float:left;
}

#homemenu{
	margin-top:10px;
	width: 200px;
	text-align:left;
	float:left;
}

#line{
	width:50px;
	height: 100px;
	float:left;
}

#homecontent {
	margin-top:5px;
	width: 550px;
	text-align:justify;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFFFFF;
	float: left;
}

#homefooter {
	background-image: url('../images/footerart.png');
	background-position: center;
	background-repeat: repeat-x;
	width: 100%;
	height: 205px;
}

/* HEADER */

#header {
	margin-top:0px;
	background-color:#FFB802;
	width: 100%;
	height: 150px;
}

#divheader{
	background-color:#FFB802;
	width: 1000px;
	height: 50px;
}

#logo{
	margin-top:90px;
	width: 700px;
	float: left;
	text-align: left;
}

#language{
	width: 300px;
	margin-top: 120px;
	float:left;
	text-align: right;
}

/* MAIN BODY */
	
#mainbody {
	margin-top:20px;
	background-image: url('../images/lineback.png');
	background-position: center;
	background-repeat: repeat-y;
	width:1000px;
}

#menu{
	width: 200px;
	text-align:right;
	float:left;
}

#line{
	width:50px;
	height: 100px;
	float:left;
}

#content {
	width: 750px;
	text-align:justify;
	float: left;
}

#pic{
	widht:171px;
	float:left;
}

#toptext {
	width:579;
	margin-top:5px;
	text-align:justify;
	float:left;
}

br { clear: both; }

a.link{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
}

a.hover{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

a.visited{
	color: #392B15;
	font-family: Arial;
	font-size: 11px;
}

/* EXHIBITS & COLLECTIONS SUBMENU */

a.exhmenu:link{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
}

a.exhmenu:visited{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
}

a.exhmenu:hover{
	color: #FFB802;
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;

}

a.contact:link{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}

a.contact:visited{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}

a.contact:hover{
	color: #FFB802;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;

}

.yellowtext{
	font-family: Arial;
	font-size: 11px;
	color: #FFB802;
}


a.footer:link{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

a.footer:hover{
	color: #CBB587;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

a.footer:visited{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

.maintext{
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #FFFFFF;
}

.smalltext{
	font-family: Arial;
	font-size: 9px;
}

.browntext{
	color: #392B15;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

.browntextsmall{
	color: #392B15;
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
}
