/* CSS Document */

body, html	{
height: 100%;
min-height:100%;
}

body	{
text-align: center;
background-color: #926241;
margin: 0 auto 0 auto; /* this is so it won't float weirdly. It makes the whole thing will flush to the top */
padding: 0; /* this is so it won't float weirdly. It makes the whole thing will flush to the top */
font-family:Verdana, Arial, Helvetica, sans-serif;
}


p, td, li	{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bold	{
font-weight:bold;
}

.hidden	{
visibility:hidden;
}

.light_grey	{
color: #707277;
}

.dark_grey	{
color: #3a3a3a;
}

.gold	{
color: #926241;
}

.gold_bold	{
color: #926241;
font-weight:bold;
}

.gold_bold_italics	{
color: #926241;
font-weight:bold;
font-style:italic;
}

.orange_bold	{
color: #FD6A12;
font-weight:bold;
}

.textbox	{
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#wrapper	{
width: 750px;
height: 100%;
min-height:100%;
margin: 0 auto 0 auto;
padding: 0;
background-color:#000;
}

#radius_gallery_logo	{
width: 324px;
height: 70px;
margin: 0;
padding: 0;
background-color:#3a3a3a;
background-image:url(images/gallery/gallery_logo.gif);
background-repeat:no-repeat;
float: left;
position:relative;
}

#close_window	{
width: 408px;
height: 27px;
margin: 0;
padding: 43px 18px 0 0;
background-color:#3a3a3a;
float: left;
position:relative;
font-size:10px;
text-align: right;
}

#close_window a:link	{
text-decoration:none;
}

#close_window a:hover	{
text-decoration:none;
}

#close_window a:visited	{
text-decoration:none;
}

#close_window a:active	{
text-decoration:none;
}
#title_bar	{
width: 700px;
height: 8px;
margin: 0;
padding: 15px 25px 15px 25px;
background-color:#000;
float: left;
position:relative;
font-size:12px;
text-align: left;
background-image:url(images/gallery/gallery_left_vtile.gif);
background-repeat:repeat-y;
color: #FD6A12;
font-weight:bold;
}

#gallery_image_holder	{
width: 750px;
height: auto;
margin:0;
padding:0;
position:relative;
float: left;
background-color:#000000;
background-image:url(images/gallery/gallery_right_vtile.gif);
background-repeat:repeat-y;
background-position:right;
}

.image_side_col	{
width: 25px;
height: auto;
margin: 0;
padding: 0;
position: relative;
float: left;
}

#gallery_image	{
width: 696px;
height: auto;
margin: 0;
padding: 0;
border-color:#926241;
border-style:solid;
border-width:2px;
position: relative;
float: left;
background-color:#000;
}

#gallery_image_bottom	{
width: 750px;
height: 35px;
margin:0;
padding:0;
position:relative;
float: left;
background-color:#000;
background-image:url(images/gallery/gallery_right_vtile.gif);
background-repeat:repeat-y;
background-position:right;
}

#copyright	{
width: 725px;
height: 9px;
margin:0;
padding:8px 25px 8px 0;
position:relative;
color:#fff;
font-size:9px;
text-align:right;
float: left;
background-color:#3a3a3a;
}