@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff;
	margin: 0px 0px 0px 0px; /* good practice to zero the margin, padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* centers the container in IE browsers. The text is set to the left aligned default in the #container selector */
}
#container
{
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 10pt;
 	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
}
#header
{
	height: 165px;
	background: url(graphics/logo.gif) no-repeat;
}

#search {
	height: 115px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 60px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18pt;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #0273b3;
}

#navigation
{
	background: #767772;
	padding: 0px 0px 0px 10px; 
	margin: 0px 0px 0px 120px; 
}

#content
{
	color: #232323;
	font-size : 10pt;
	background: #ffffff;
	margin-top : 20px;
	margin-left : 10px;
	text-align: left;
}

#content-gallery
{
	height: 595px;
}

.floatstop{
	clear: both;
}

#footer
{
	padding: 20px 0px 0px 0px;
	clear: both;
	text-align: center;
	font-size: 8pt; 
	color : #545050;
}

.footerlink{
	font-size: 8pt; 
	color: #545050;
	line-height: 1.5;
}
.footerCopyL {
	text-decoration: bold; 
	line-height: 1.5;
	margin-top : 15px;
	float: left;
}
.footerCopyR {
	text-decoration: bold; 
	line-height: 1.5;
	margin-top : 15px;
	float: right;
}
A {
	font-weight: bold; 
	color : #232323;
	text-decoration: underline
}
A:hover {
	font-weight: bold; 
	color: #99CC33;
	text-decoration: underline
}
h1 {
	color : #545050;
	margin: 0 5px 0px 0px;
	padding-bottom : 0px;
	font-size : 16pt;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding : 0px;
	font-size : 12pt;
	font-weight: bold;
}
h3 {
	padding: 0;
	margin : 0px 0px 0 120px ;
	color : #767772;
	font-size : 8pt;
	font-weight: bold;
}
h4 {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0 
	font-size : 11pt;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
}
.highlightbig {
	font-weight: bold;
	font-size : 12pt;
}


.rightimage
{
	float: right;
	display: inline;
	margin: 0px 30px 0 10px;
    border:2px solid #ffffff;
}

.rightimagebor
{
	float: right;
	display: inline;
	margin: 0px 30px 0 10px;
    border:2px solid #0273b3;
}

.righttext
{
	float: left;
	margin: 10px 10px 10px 10px;
}

.lefttext
{
	float: left;
	margin: 10px 10px 10px 10px;
}

.leftimage
{
	float: left;
	display: inline;
	margin: 0px 30px 0px 10px;
    border:2px solid #ffffff;
}

.leftimagebor
{
	float: left;
	display: inline;
	margin: 0px 30px 0px 10px;
    border:2px solid #04028a;
}

.imagemag
{
	margin: 10px 10px 10px 10px;
    border:2px solid #ffffff;
}

.imageartist
{
	float: left;
	display: inline;
	margin: 10px 30px 15px 10px;
    border:1px solid #000000;
}
.textartist
{
	height: 180px;
}
.texthometag
{
	line-height: 0.9;
	padding: 0px 0px 0px 5px;
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 14pt;
}
.texthomeart
{
	line-height: 1.1;
	padding: 0px 0px 0px 0px;
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 22pt;
	color: #99CC33;
	text-align: right;
}
.imagetop
{
	margin: 10px 9px 15px 0px;
    border:1px solid #000000;
}

.image
{
	display: inline;
	margin: 0px 5px 0px 5px;
    border:2px solid #04028a;
}

.indenttext
{
	padding-left : 140px;
}

#rightcol
{
	display: inline;
	width: 457px;
	float: right;
	margin: 10px 0px 5px 0px;
}

#leftcol
{
	display: inline;
	width: 500px;
	float: left;
	margin: 12px 20px 10px 0px;
}

