@charset "UTF-8";
/* CSS Document for monicachau.com as of 09.07.08 */

/*  background and text align property is centered left for IE 5 and older browsers */

body, html {
	background: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ffff99;
}

p {
	margin: 10px 0px 0px 0px;
}

a:link {
	color: #FFFFCC;
}

a:visited {
	color: #CCCC99;
}

a:hover {
	color: #FFCC66;
}

a:active {
	color: #FFFFCC;
}


/* add 10 pixels of space above and below header div */
#header {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid green;
}

/* no padding or margin above the maincontent div */
#maincontent {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid green;
}

/* add 10 pixels of space above and below footer div. clear:both ensures no floated elements intrude on the footer div */
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 65%;
	color: #666666;
	letter-spacing: .05em;
}

/* logo image that placed within the header div */
#logo {
	height: 70px;
	padding-bottom: 10px;
}

#topnav {
	height: 26px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 1px solid green;
}

#container {
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}

#leftcol {
	float: left;
	width: 350px;
	left: 20px;
	right: 20px;
	border: 1px solid blue;
}

#leftcol a {
	font-size: 85%;
	color: #CC0000;
	text-decoration: none;
}

#leftcol a:visited {
	font-size: 85%;
	color: #ccffff;
}

#rightcol {
	float: left;
	width: 600px;
}

#clear {
	clear: both;
}

#exhibitionlist { /* positions text list of exhibitions  */
	width: 320px;
	left: 50px;
	top: 220px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border: 0px solid purple;
}


#titles2 {
	width: 300px;
	left: 10px;
	top: 100px;
	position: relative;
	border: 1px dashed magenta;
}

#titles { /* positions the green horizontal strip below the gray section  */
	font: 0.6em/1.35em Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 660px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 4.1em;
	position: absolute;
	color: #333333;
	background: #666600;
}

#thumbs {
	width: 250px;
	top: 12px;
	left: 34px;
	float: left;
	position: absolute;
	height: 200;
	margin: 0px;
	padding: 0px;
	border: 0px dotted green;
}

#largeimages {
	width: 520px;
	height: 510px;
	top: 12px;
	left: 390px;
	float: right;
	position: absolute;
	border: 0px dotted black;
}

.orangetext {
	font-size: x-small;
	letter-spacing: 0.10em;
	color: #FF9966;
}

.yellowtext {
	font-size: x-small;
	letter-spacing: 0.10em;
	color: #FFCC66;
}

.graytextsmall {
	font-size: x-small;
	color: #ebebeb;
}

.graytextxsmall {
	font-size: xx-small;
	color: #ebebeb;
}



.title {
	font-weight: bold;
	color: #FF9933;
	letter-spacing: 0.1em;
}
.link {
	color: #FF9933;
}
.link2 {
	font-weight: 500;
	color: #FF9933;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.email {
	font-weight: bold;
	color: #99CC00;
}

li {
	list-style: none;
	padding: 0px;
	margin-left: -50px;
	font-size: 0.7em;
	color: #FFFF99;
}

