/* CSS Document */

body
{
	text-align:center;
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
    color:#FFFFFF;
	
}

#holder
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
	width:980px;
	position:relative;
}

#progress
{
    position:absolute;
    bottom:10px;
    left:150px;
}

#adminPanel1
{
    clear:both;
    margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:970px;
	padding:5px;
	padding-top:15px;
	font-weight:bold;
	line-height:25px;
	background-image:url(../images/admin_rpt.gif);
	background-repeat:repeat;
}

#media
{
    height:478px;
    width:980px;
    background-color:#000000;
    background-image:url(../images/loading-black-1.gif);
	background-repeat:no-repeat;
    background-position: center 150px;    
}

#image
{
    line-height:0px;
    width:100%;
    text-align:center; 
}

#content
{
    height:195px;
    width:775px;
    float:right;
    background-color:#CC0066;
    padding:10px;
	padding-top:15px;
	padding-left:15px;
    font-size:.7em;
	line-height:1.3em;
}

#contenttext
{
	overflow:auto;
	height:195px;
	width:775px;
}

#content1
{
	float:left;
	width:430px;
}

div#content1 p:last-child {margin-bottom:0px;}


#content2
{
	float:right;
	width:300px;
	text-align:left;
}

div#content2 p:last-child {margin-bottom:0px;}
div#content2 p:first-child {margin-top:0px;}

h1 { font-size: 1.2em; margin-top:0px; margin-bottom:15px; font-weight:normal; }
h2 { font-size: 1.1em; margin-top:0px; margin-bottom:15px; font-weight:normal; }
h3 { font-size: 1.1em; margin-top:0px; margin-bottom:15px; font-weight:normal; }

p
{ 
	margin-top:12px;
	margin-bottom:12px;
}

#menu
{
    height:190px;
    width:150px;
    padding:15px;    
    float:left;
    background-color:#000000;   
    font-weight:normal;
    font-size:.7em;
}

#ajaxMenu
{
    display:none;
}

.clearme { line-height:0px;height:0px;clear:both; }

.galImage { vertical-align:middle; text-align:center; width:50px; padding-bottom:20px;}

a { color:#FFFFFF; }

#menu a { color:#FFFFFF; text-decoration:none; display:block; margin-bottom:3px; }
#menu a:hover { color:#FF0099; }

.menuItemSelected { color:#FF0099; display:block; margin-bottom:3px;}
.clearMe { line-height:0px;height:0px;clear:both; }
