* {
	margin-top: 0px;
	margin-bottom: 0;
}



html, body {
	background: url('/images/bg.jpg') no-repeat top center;
	background-color: black;
	font-size: 12pt;
	margin-top: 3px;
	height: 100%;
}
a {color: #EFA500;}

#wrapper{
	width: 770px;
	padding: 0;
	margin: auto auto;
	margin-top: 0;
	margin-bottom: 0;
}

#login_wrapper {
    width: 100%;
    height: 20px;

}

#login_bar2 {
    color: white;
    font-size: .8em;
    text-align: right;
    background: black;
    margin-bottom: 3px;
    width: 440px;
    height: 0px;
    float: right;
    vertical-align: top;

}
#login_bar2 input {
    color: #a4a4a4;
    background: #2D2D2D;
    //font-size: .7em;
    border: 1px solid;
    margin-top: 0px;
    padding: 0px 0px 2px 0px;
    vertical-align: top;
    width: 100px;    
    height: 13px;
    
}

#login_bar1 {
    float: left;
    height: 0px;
    width: 280px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    vertical-align: bottom;
}


#header {
    width: 770px;
    height: 324px;
    background: url('/images/header2.jpg');
}
#nav {
	background: url('/images/nav_left.jpg') no-repeat right;
}

.rbuttons {
	margin-top: 0px;
	margin-bottom: 0px
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0 0 0 0;
	float: right;
	vertical-align: top;
	border: 0;
}

#nav ul {
    font-family: myriad, verdana, tahoma, arial, sans-serif;
    font-size: 0.7em;
    padding: 10px 5px 10px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#nav ul li {
    display: inline;
}

#nav a {
    font-weight: normal;
}

#nav ul li a:link, #nav ul li a:visited {
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 0px;
}
#nav ul li a:active
{
    background-color: white;
    color:black;
}

#nav ul li a:hover{
    background-image: url(/images/nav_bg.jpg);
}

#flash {
	text-align: center;
	background-color: #191919;
	margin-bottom: 10px;
	color: #ffaa33;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
}

#content {
	width: 770px;
	background: url('/images/topleft_bg.jpg') no-repeat top left; 
	background-color: white;
}
#footer a p{

}
#footer {
    color: #ffaa33;
    font-family: myriad, verdana, tahoma;
    font-size: .6em;
    margin-left: auto;
    margin-right:  auto;
    width=770;
    clear: both;
    padding: 10px 0px;
    text-align: center;
}



/* Rounded Corners */





.roundcont
{
        background-color: #171717;
}

.roundcont p{
        margin: 0 10px;
}

.roundtop
{
        background: url('/images/corner_ur.gif') no-repeat top right;
}


.roundbottom
{
	background: url('/images/corner_lr.gif') no-repeat bottom right;
	clear: both;
}


img.corner2
{
	border:  none;
	display:  block !important
}

img.corner
{
	width:  13px;
	height:  12px;
	border:  none;
	display:  block !important;
}


.topaccountbuttons {
	float: left;
	margin-top: 0px;
	padding: 0px 5px 0px 0px;
	vertical-allign: bottom;
	border: 0;

}



.topbarbuttons {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}


#login_gfx {
  width: 60px;
  height: 75x;
  margin: 0px 0px;
  padding: 0px  0px 0px 0px;
  border: 0;
  background: url("/images/login_button.jpg") no-repeat right top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  vertical-align: top;
}
form>#login_gfx {
	height: 25px;
}

#bottom {
	padding-top: 4px;
	margin-bottom: 0px;
	height: 0px;
	background: url(/images/bottom_fade.jpg) bottom center no-repeat;
	clear: both;
}

