/* 
	Random Art CSS
	Created by John Olson.
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	min-width:940px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
}

#Page {
	position:relative;
	text-align: left;
	width: 940px;
	margin-left: auto;  
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}

#ContentBox {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 0;
}

#LoginBox {
	border:none;
	float:right;
}

#BodyBox {
	position: relative;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color:#000000;
}

#LeftColumn {
	width:750px; 
	max-width:750px;
	float: left;
	margin-right: 70px;
}

#RightColumn {
	float:left; 
	width:120px; 
}

#RandomArt {
	position: relative; 
	min-height: 470px;
	max-height: 470px;
	min-width: 750px;
	max-width: 750px;
	width: 750px;
	overflow:hidden;
	float: left;
}

.Clear {
    height: 0;
    clear: both;
    visibility: hidden;
}

#MenuBar 
{
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-size: 11pt;
	font-weight:bolder;
	margin: 0;
}

#MenuBar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#MenuBar li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#MenuBar a
{
	margin: 0;
	padding: 10px 5px;
	text-decoration: none;
}

#MenuBar a:link, #MenuBar a:visited
{
	color: #ffffff;
}

#MenuBar a:hover, #MenuBar a:active
{
	color: #ff5050;   
}

#MenuBar .Highlighted a:link, #MenuBar .Highlighted a:visited, #MenuBar .Highlighted a:hover, #MenuBar .Highlighted a:active
{
	color: #f6ff00;   
}

.TitleBar {
	background-color:#990066; 
	color:#FFFF99; 	
	font-weight: bold;
	width:100%; 
	height:35px; 
	text-align:center; 
	padding-top:15px;
}

.Box {
	background-color:#FFFF99; 
	color:#990066; 
	width:230px;
	padding:5px;
}

.textfade {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color:#FFFF99;
	font-weight:bold;
	padding:10px 10px 0px 10px;
}

#textfade1 {
	z-index:100;
}

.Panel {
	padding: 10px;
	background-color:#DDCDE5;
	font-weight: bold;
}

.Frame {
	margin-bottom: 10px;
}

img {
	border: 0px; 
}

.nodec {
	text-decoration:none;
}

.titlelinks {
	font: italic bold 14px/16px Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: underline;
	cursor: help;
	filter: DropShadow(Color=black, OffX=3, OffY=3, Positive=y);
}

#FooterBox {
	width:100%; 
	text-align:center;
	background-color:#000000; 
	color:#FFFFFF; 
	font-size:16px;
	padding: 5px;
	margin-top: 10px;
}

