@import url('layout.css');
@import url('nav.css');
@import url('content.css');
@import url('exhibition.css');
@import url('tables.css');
@import url('lists.css');
@import url('popup.css');
@import url('gallery.css');
@import url('headers.css');
@import url('forms.css');

html {
	height: 100%;
}

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
    margin: 0;
	text-align: left;
	height: 100%;
}

/*::-moz-selection { 
	background: #67789a; 
	color: black;
}

::selection { 
	background: #67789a; 
	color: black; 
}*/

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

br.clearfix {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

form {
	margin: 0;
	padding: 0;
}

#errorMsg {
	color: #f00;
	font-weight: bold;
}

