/* Normalize margin and padding */

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size : 100%; }

ol,ul { list-style : none; }

address,caption,cite,code,dfn,em,strong,th,var
{ font-style : normal; font-weight : normal; }

table 
{ border-collapse : collapse; border-spacing : 0; } 

/* Removes list-style from lists */
fieldset,img
{ border : 0; }

caption , th{ text-align : left; }
body { background : transparent; }

html {
	margin: 0px;
        margin-top: 0px;
	padding: 0px;
	padding-top: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
	}
body {
        margin-top: 0px;
        margin-left: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	z-index: 0;
	}


#banner { 
	background-image : url(top_frame_3.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	position : fixed;
        padding-top: 1px;
        padding-left: 0px;
        margin-top: 0px;
        margin-left: -10px;
        width: 100% ;
	z-index: 5000;
 }

#content-wrapper
{
        width: 70%;
        float: left;
        background-color: transparent;
	z-index: -5;
}

#content
{
        text-align: left;
	float : left;
        padding: 20px;
        padding-left: 200px;
        width: 300px;
        background-color: transparent;
	z-index: 5;
}

#wrapper
{
        margin: 0px;
        padding-left: 8px;
        float: left;
        width: 100%;
	background-image : url(background.jpg);
	background-attachment : fixed;
	background-repeat : no-repeat;
	z-index: -5;
}

#featured
{
        text-align: left;
        float: left;
        padding-left: 280px;
        background-color: transparent;
        padding: 50px 5px 5px 5px;
        width: 40%;
	z-index: -5;
}
#demo
{
        float: right;
	top : 180px;
	right : 380px;
        margin-top: 160px;
        text-align: center;
	font-size: 1.2em;
        float: left;
        color: white;
	background-image : url(button.gif);
	height: 214px;
        width: 190px;
	z-index: 5;
}
#sidebar-wrapper
{
        width: 250px;
        float: left;
	z-index: -5;
}

#sidebar
{
        text-align: center;
        float: left;
	z-index: -5;
}
#navigation
{
	background-image : url(vr.jpg);
        background-repeat: no-repeat;
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 85%;
	height: 700px;
        padding: 10px 0px 0px 0px;
	margin-left: 7px;
	z-index: -50;
}


#navigation ul
{
        margin: 0px;
        padding: 210px 10px 0px 0px;
        float: left;
        width: 100%;
        list-style-type: none;
        text-align: center;
	z-index: -5;
}

#navigation li { float: left; margin: 0px; padding: 0; width: 180px; font-weight: bold; background-color : white; }


#navigation a:link,
#navigation a:visited
{
        float: left;
        display: block;
        color: black;
        padding: 5px 0px;
	border-style: double;
	width : 180px;
	z-index: -5;
}

#navigation a:hover,
#navigation a:active
{
        color: #ffffff;
        background-color: black;
	border-style: inset;
}
/*FOOTER*/
#footer{
        width: 779px;
        height: 32px;
        clear:both;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color:#FFFFFF;
        float: left;
	z-index: -5;
}
/*FOOTER LINKS*/
#footer a{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color:#FFFFFF;
	z-index: -5;
        text-decoration:none;
}
#footer a:hover{
        text-decoration:underline;
	z-index: -5;
}

