*{
    margin 0;
    padding 0; 
}

body{
    background-image:url('../images/strip_vertical.jpg');
    background-repeat:repeat-x;
    background-color:#000000; 
    font-family: Helvetica, Lucida, Utopia, Verdana, Arial;
    line-height: 25px;
    text-align: center;
}

#wrapper{
    text-align:center;
    margin-top:30px;
}

#header{
    color:#00bfff;
	text-align:center;
	font-size:1.8em;
	font-variant:small-caps;
}

#container{
    width:960px;
    min-width:960px;
    text-align:left;
    margin: 0px auto;
}

hr{
    width:960px;
}

.vertical{
	writing-mode:tb-rl;
	filter: flipv fliph;
}

#left_nav{
    width: 30px;
    height: 450px;
    float:left;
}

#right_nav{
	width:30px;
	height:450px;
    float:left;
}

#data{
    color: #999999;
    width: 850px;
	overflow: auto;
    min-height: 410px;
    height:410px;
    text-align:left;
    float:left;
    padding:20px;
	margin:auto;
}

.divHeading{
	width=100%;
}

.information{
	text-decoration: underline;
}

.label{
	font-weight: bold;
}

.little{
	font-size:.7em;
}
