@charset "utf-8";
body {
	font: 11px Georgia, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

a {
color:#666666;
text-decoration:none;

}
a:hover {
color:#ff0000;
text-decoration:none;
}
img {
	border: 1px solid #CCCCCC;
}
a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#666666;
text-decoration:none;
}



#container {
	width: 1060px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 50px 0px 20px 0px;
	text-decoration:none;

}
#header a {
color:#000000;
text-decoration:none;
}
#header a:hover{
color:#ff0000;

}
#header h1 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-size:16px;
color:#000000;


}

h1 {
font-size:20px; }

#oneCollumnMain {
width:auto;
	padding: 50px 70px ;
}


#mainContent {
width:auto;
	padding: 50px 0px 50px 300px;
}


#mainContent a {
color:#ff0000;
text-decoration:underline;
}
#mainContent a:hover{
color:#999999;

}
h3{
	font-size:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
h2 {
font-size:14px;
padding: 0px 0;
}

#artDisplay img {
padding-top: 20px;
}

#leftNav {
background:url(images/sideNavBG.jpg);
background-repeat:no-repeat;
float: left;
height:600px;
width:250px;
	padding: 50px 0px 0px 50px ;
}
#leftNav a {
color:#000000;
text-decoration:none;
}
#leftNav a:hover{
color:#ff0000;

}
#leftNav h1{
font-size:20px;
padding: 0px 0;

}
#leftNav b{
font:11px Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bold;
}

#footer {
font-size:10px;
	padding: 20px;
text-align: center;
}
#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
color:#000000;
text-decoration:none;
}
#footer a:hover{
color:#ff0000;

}
.topLinks01 {
	font-size: 10px;
	padding-top: 10px;
}
.topLinks02 {
	font-size: 10px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 5px;
}
.topLinks02:hover {
background-color:#fbf9f9;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigButton {
color: #000000;
text-align:center;
width:150px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	background-color:#ffffff;
	border: 1px solid #000000;

}
.bigButton:hover {
color:#FFFFFF;
border: 1px solid #ff0000;
background-color:#ff0000;
}ul {
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
li {
font-size:10px;
	display: list-item;
	list-style-type: none;
	line-height: 12px;
	}
