body {
	margin: 0px auto;
	padding: 0;
	color:white;
        background-image:url('blackbody.jpg');
}

h1 {
font-size:36px;
color:white;
margin-right:0px;
margin-left:0px;
padding-top:1px;
padding-left:4px;
font-family:'Droid Sans', helvetica, sans-serif;
font-weight: normal;
}

h2 {
font-size:28px;
color:white;
margin-right:0px;
margin-left:0px;
padding-top:1px;
padding-left:4px;
font-family:'Droid Sans', helvetica, sans-serif;
font-weight: normal;
}
h3 {
font-size:22px;
color:white;
margin-right:0px;
margin-left:0px;
padding-top:1px;
padding-left:4px;
font-family:'Droid Sans', helvetica, sans-serif;
font-weight: normal;
} 

h4 {
font-size:16px;
color:white;
margin-right:0px;
margin-left:0px;
padding-top:1px;
padding-left:4px;
font-family:'Droid Sans', helvetica, sans-serif;
font-weight: normal;
} 




a:link {color:white;}
a:visited {color:yellow;}
a:hover {color:pink;}
a:active {color:gold;}


.container {
float:center;
font-family: 'Droid Sans', helvetica, sans-serif;
font-style: normal;
font-size:12px;
color:white;
width:1100px;
height:auto;
margin:0px auto;
background:#191919;
}



#page {
float:center;
width:940px;
height:auto;
margin:0px auto;
padding:0px;
}


/* Header */

#header {

width: 940px;
height:295px;
margin: 0 auto;
padding: 0px;
background:#282828;
}

/*padding top right bottom left*/

#img1 
{
position:absolute;
float:right;
padding:5px 200px 0px 610px;
z-index:1;
}

#img1 a:link {color:#282828;}
#img1 a:visited {color:#282828;}
#img1 a:hover {color:silver;}
#img1 a:active {color:#282828;}


/* Logo */

#logo {
float: left;
width:920px;
height:175px;
margin: 0;
padding:5px 10px 5px 10px;
color:white;
}






/* Menu */



#menu {
        display:block;
        float:center;
	width:875px;
        height:100px;
	margin:175px 0px 0px 0px;
	padding:0px;
        background:fuchsia;
      }


#menu ul {
list-style:none;
margin:0px auto;
padding:0px;
}


#menu li {
display:block;
float:left;
width:106px;
height:85px;
background:#282828;
color:white;
margin:0px auto;
}

#menu a {
 	display:block;
        float:center;
        width:105px;
	height:55px;
        color:#F1BAD6;
	margin:.5px 0px .5px 0px;
        padding:8px 0px 0px 0px;
        line-height:normal;
        letter-spacing: -1px;
	text-decoration: none;
	text-align:center;
        font-family: 'Droid Sans', helvetica, sans-serif;
        font-weight:200;
        font-size:14px;
        letter-spacing:1px;
        background:#800033;
}


#menu a:hover {
        color:white;
        text-decoration:underline;
        background:#D11975;
        border-bottom:.5px solid silver;
        border-radius:25px;
       -moz-border-radius:25px; /* Firefox 3.6 and earlier */
       -webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
	box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
}




#gallery {
float:center;
width:900px;
height:auto;
margin:0px auto;
padding: 0px;
}

#gallery ul {
margin:0px;
padding:0px;
list-style:none;
}


#gallery li {
	float:left;
	margin:5px 0px 10px 0px;
	padding:0px 20px 0px 0px;
        text-align:center;
}



#gallery img
{
border: 1px solid #FFFFFF;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#gallery img:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}




/* Background */

#bg1 {
	
	background: url(bg1.jpg) repeat-y left top;
}

#bg2 {

	background: url(bg2.jpg) no-repeat left top;
}

#bg3 {
	padding:25px;
	background: url(bg3.jpg) no-repeat left bottom;
}




.accordionWrapper{display:inline-block; background:#fff; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0px}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none;}





#tableform {
float:center;
width:885px;
height:auto;
margin:0px auto;
padding:0px 0px 0px 10px;
background:black;
}




#tableform td {
float:left;
width:auto; 
height:auto;
font-family: 'Droid Sans', helvetica, sans-serif;
font-style: normal;
font-weight:400;
font-size:12px;
letter-spacing:1px;
padding:0px;
margin:0px;
}


#list { 
float:center;
width:auto; 
height:auto;
font-family: 'Droid Sans', helvetica, sans-serif;
font-style: normal;
font-weight:400;
font-size:12px;
letter-spacing:1px;
padding:0px;
margin:0px;
} 
 
#list ul {margin:0px; padding:0px;} 
#list ul li { display:inline; height:40px; float:left; list-style:none; list-style-position:inside;
margin:0px auto; padding:10px 0px 0px 20px; position:relative;width:100px;height:40px;background:black;color:white;border-left:.1px solid #800033; border-bottom:.1px solid #800033;
text-transform: uppercase;font-family: 'Droid Sans', helvetica, sans-serif;font-size: 10px;}
#list li a {color:white; text-decoration:none;} 
#list li a:hover {text-decoration:underline;color:silver;padding:0px 0px 0px 0px;}

#list li:hover ul { display:block; width:100px;color:silver;} 
#list li li { list-style-type:none;list-style-position:inside;display:list-item; width:100%;background:black;color:white;}
#list li ul { margin:0px; padding:0px; display:none; position:absolute; left:0px; top:40px;}
#list li li a {color:white; text-decoration:none;} 
#navigation li li a:hover {text-decoration:underline;fuchsia;}

#list p {
float:center;
width:800px; 
height:auto;
font-family: 'Droid Sans', helvetica, sans-serif;
font-style: normal;
font-size:12px;
font-size:12px;
padding:5px 0px 5px 15px;
margin:0px 0px 0px 0px;
background-color:#303030;
}



#footer  {
float:center;
width:940px;
height:140px;
margin:0px auto;
padding:0px;
background:black;
text-align:left;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
background:black;
clear:both;
}



#footerone {
float:left;
width:150px;
height:80px;
margin:20px 1px 0px 1px;
padding:0px 0px 0px 55px;
border-right:.1px solid silver;
}

#footerone li {
padding:5px 0px 5px 0px;
}


#footertwo {
float:right;
width:665px;
height:88px;
margin:20px 1px 1px 1px;
padding:10px 5px 5px 45px;
}

/* Menu1 */



#menu1 {
        display:block;
        float:center;
	width:875px;
        height:90px;
	margin:175px 0px 0px 0px;
	padding:0px;
        background:#D11975;
      }


#menu1 ul {
list-style:none;
margin:0px auto;
padding:0px;
}


#menu1 li {
display:block;
float:left;
width:106px;
height:85px;
background:#282828;
color:white;
margin:0px auto;
}

#menu1 a {
 	display:block;
        float:center;
        width:105px;
	height:55px;
        color:#F1BAD6;
	margin:.5px 0px .5px 0px;
        padding:8px 0px 0px 0px;
        line-height:normal;
        letter-spacing: -1px;
	text-decoration: none;
	text-align:center;
	font-family: 'Droid Sans', helvetica, sans-serif;
	font-size:14px;
        font-weight:bold;
        background:#800033;
}


#menu1 a:hover {
        color:white;
        text-decoration:underline;
        background:#D11975;
        border-bottom:.5px solid silver;
        border-radius:25px;
       -moz-border-radius:25px; /* Firefox 3.6 and earlier */
       -webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
	box-shadow: 1px 1px 1px rgba(90,90,90,0.3);
}

