@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtr  #container #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 0.8em;
}
.oneColFixCtr #container #header {
	margin: 0px;
	width: 350px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #container #footer {
	text-align: center;
	font-size: 0.7em;
	margin: 0px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.oneColFixCtr #container #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: underline;
	}
	
.oneColFixCtr #container #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #262626;
	text-decoration: none;
	}




h1{
	background-image:url(images/richard_myer_logo.gif);
	width: 312px;
	background-repeat: no-repeat;
	height: 63px;
	padding: 0px;
	margin: 0px;
	float: left;
}
h2 {
	margin: 0px;
	padding: 0px;
}
#ComingSoon {
	background-image:url(images/richard_myer_coming-soon.gif);
	width: 195px;
	background-repeat: no-repeat;
	height: 44px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#Choose {
	background-image:url(images/richard_myer_choose.gif);
	width: 244px;
	background-repeat: no-repeat;
	height: 44px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.hidden {left: -10000px; position: absolute}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* NAVIGATION */
.oneColFixCtr #container #nav {
	margin: 0px;
	float: right;
	width: 149px;
	list-style: none;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtr #container #nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	}
.oneColFixCtr #container #nav li {
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 24px;
	padding-bottom: 3px;
	}

.oneColFixCtr #container #nav li a {
	height: 0px;
	height /**/:24px; /* for IE5/Win only */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 149px;
	display: block;
	overflow: hidden;
	display: block;
	text-indent: -900%;
	position: absolute;
	}
	
.oneColFixCtr #container #nav a:hover {
	background-position: 0px -24px;
	}

.oneColFixCtr #container #ram-home a  {
	width: 149px;
	background: url(images/nav/home.gif) top right no-repeat;
	}
.oneColFixCtr #container #bronze-sculptures a  {
	width: 149px;
	background: url(images/nav/bronze-sculptures.gif) top right no-repeat;
	}
.oneColFixCtr #container #about-richard-myer a  {
	width: 149px;
	background: url(images/nav/about-richard-myer.gif) top right no-repeat;
	}
.oneColFixCtr #container #events-and-shows a  {
	width: 149px;
	background: url(images/nav/events-and-shows.gif) top right no-repeat;
	}	
.oneColFixCtr #container #contact-richard-myer a  {
	width: 149px;
	background: url(images/nav/contact-richard-myer.gif) top right no-repeat;
	}
/* SLIDE SHOW */
#rotator
{
	cursor: pointer;
	overflow: hidden;
	width: 720px;
	height: 320px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#rotator img
{
	cursor: pointer;
	width: 720px;
	height: 320px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
