body {
  background: #444444;
/*    background: black;*/
/*	scrollbar-face-color: #FF7E00;
	scrollbar-arrow-color: #FFFFFF; */
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow-y: scroll;
	font: 90% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
    font-size: 110%;
    margin: 5px 0px 0px 0px;
}




/*#content {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
*/
.right {
    float:right;
    padding: 7px;
}

a img
{
	border: none;
}

#atlas_logo
{
	background-image: url('../images/atlas.png');
	background-position: center center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	height: 125px;
}


#menu
{
	background: #f87f10;
	border-top: thin solid #FFFFFF;
	padding: 2px;
	color: white;
	text-align: center;
	margin: 0px;
}


#footer
{
	clear: left;
	background: #f87f10;
	border-top: thin solid #FFFFFF;
	display: block;
	padding: 2px;
	color: white;
	text-align: center;
	margin: 0px;
}

#footer div
{
	border-right: thin solid white;
	border-left: thin solid white;
	font-size: smaller;
	text-align: center;
	padding-left: 5px;
	display: inline;
	padding-right: 5px;
}

.menu_item a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-left: thin solid white;
	border-right: thin solid white;
	padding-left: 15px;
	padding-right: 15px;
}

.menu_item a:hover
{
	font-weight: bolder;
	border: thin solid white;
}

.no_margin
{
	margin: 0px;
}

div.product
{
    display: block;
    min-height: 230px;
/*    border: thin dashed black;*/
    margin: 20px 0px 0px 0px;    
    padding: 0px 0px;
}

h2
{
    font-family: Arial, "MS Trebuchet", sans-serif;
    padding: 0px;
    font-size: 95%;
    margin: 0px;
}

.product img
{
    max-width: 300px;
    border: thin solid black;
}
.oneven img
{
    float:left;
    margin-right: 5px;
}

.even img {
    float: right;
    margin-left: 5px;
}

.album
{
    margin-top: 15px;
}

.album img
{
    margin-right: 2px;
    margin-bottom: 2px;
}

#content
{
	position: relative;
	margin-top: 2px;
	border: thin solid #f87f10;
	padding: 8px;
	float: left;
	width: 882px;
	min-height: 400px;
}

#all
{
	width: 900px;
	background: white;
	text-align: left;
	border: thick solid white;
	margin-left: auto;
	margin-right: auto;
}


#content a, #content a:visited, #content a:active
{
	color: black;
	background-color: transparent;
}

