/* CSS Document */
body#Body {
	background-color: #000;
	background-image: url(images/Celestial-Peace_Landscape5.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	width: 740px; 
	margin-right:auto; 
	margin-left: auto;
	height: 600px;
	/*background: rgba(0,0,0,.5);*/
}
	
#header {
	height: 197px;
	background-image: url(images/SkylineWithLightPollution.png);
	background-repeat:  repeat-x;
	background-color: rgba(0,0,0,.4);
	background-position: bottom;
	border: 1px solid black;
	margin-bottom: 10px;
}

#content 
{
	background-color: rgb(255,255,255);
    background-color:rgba(255,255,255,.8);
    padding: 10px;
    min-height: 600px;
    overflow: hidden;
}

#nav 
{
   position: relative;
   top: 28px; 
   background: url(images/0023_TechBlinkers.png) no-repeat;
}

#login 
{
    width: 100%;
    color: #FFF;
    text-align: right;
}

.user, a.user:link, a.user:active, a.user:visited {
    color: #FFF;
    font-size: 1.1em;
    font-weight:bold;
}
a.user:hover {
    text-decoration: none;
    color: Yellow;
}

#Breadcrumb 
{
    margin: 0px 0px 10px 0px;
    padding: 5px 8px;
    background-color: #CCC;
}

#Breadcrumb .Sep 
{
    margin-left: 5px;
    margin-right: 3px;
}

#Breadcrumb .SkinObject 
{
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

#Copyright 
{
    float:left;
    text-align: center;
    color: #FFF;
}

#terms 
{
    float: right;
}
#terms a {
    margin-left: 8px;
}


.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

