body 
{background: ;
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
margin-right: 0px;
margin-left: 0px; }


p { font-family: "Futura Lt BT", "Book Antiqua", Arial, Helvetica, sans-serif; font-size: 18px; color: #CCCCCC }

a:visited.group { "Futura Lt BT", "Book Antiqua", Arial, font-family: "CopprplGoth Bd BT", Arial; color: #666666}

a:link.group { font-family: "Futura Lt BT", "Book Antiqua", Arial, "CopprplGoth Bd BT", Arial; color: #666666}

a:visited { font-family: "Futura Lt BT", "Book Antiqua", Arial, "CopprplGoth Bd BT", Arial; color: #666666}

a:hover { font-family: "Futura Lt BT", "Book Antiqua", Arial, "CopprplGoth Bd BT", Arial; color: #CC0033}

a:link { font-family: "Futura Lt BT", "Book Antiqua", Arial, Monotype Corsiva, "CopprplGoth Bd BT", Arial; color: #ffffcc}

.centeralign {text-align:center}
.leftalign {text-align:left}


h1 { font-family: "Bernhardfashion BT", Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #FFFFCC }
h2 { font-family: courier, "Bernhardfashion BT", Arial, Helvetica, sans-serif; font-size: 38px; font-weight: bold; color: #FFFFCC }
h3 { color: #FFFFCC }
h4{ font-family: courier, "Bernhardfashion BT", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #FFFFCC }
h5 { font-family: "Bernhardfashion BT", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFCC }




div.background
  {
position: absolute;
top: 140px;
margin:0 auto;

  width: 100%;
  height: 100%;
  z-index:2 ;}



div.background2
  { 
position: fixed;
top: 130px;

left:0%;
  width: 100%;
  height: 100%;
  z-index:1 ;}


div.banner
{background-color: #000000;
position: fixed;
width:100%;
  height:100px;
top: 0%;
left:0%;
font-family: "book antiqua", "Times New Roman", Arial, Helvetica, sans-serif;
font-size: 50px;
z-index:10 ;}


.span
{color: #FFFFCC }

div.scroll2
{
margin:0 auto;

width:900px;
  height:100%;
z-index:11 ;
}

div.scroll
{
margin:0 auto;
width:900px;
  height:100%;
z-index:4 ;
}

div.transbox
  {
  width:100%;
  
  margin:0 auto;
  background-color: #000000;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
z-index:6 ;

  }

div.transbox p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #ffffff;
z-index:5 ;
  }



div{
	
	background:;
	border:;
	margin-bottom:20px;
	color:;
	text-align:center;
}

div.curved {
margin:0 auto;
  background-color: #000000;
overflow:auto;
border:2px #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
-moz-border-radius:10px;
-webkit-border-radius:10px;

z-index:7 ;
}


div.img{

	border:4px solid #fff;
	background:url(images/background.jpg) no-repeat;
	color:red;
	text-align:right;
z-index:8 ;
}


div.buttons
{background-color: #000000;
position: fixed;
margin: 0 auto;
width:100%;
  height:30px;
top: 95px;
z-index:11 ;}

div.buttons2
{
margin:0 auto;
width:800px;
  height:100%;
z-index:13 ;
}



a.ovalbutton{
background: transparent url(images/oval-gray-left.gif) no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
text-decoration: none;
}

a.ovalbutton p
  {
  margin: 1px 2px;
font-family: courier, "Futura Lt BT", "Book Antiqua", Arial, Helvetica, sans-serif; 
font-size: 16px; 
  font-weight: bold;
  color: #000000;
  }

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url(images/oval-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin:0 auto;

}

