@charset "utf-8";
/* CSS Document */
html,body
{
height:100%
}


p
{
color:#03F;
}
body
{
background-color:#000;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#03F;
}
body.table
{
background-color:#44362D;
border:double
border-color:#906;
padding:10px
}
h1
{
	text-align: center;
	position: relative;
	height: auto;
	background-color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #03F;
	border: solid;
	border-color: #CCC;
	text-decoration: blink;
	width: 100%;
}
#sidebar
{
	background-color: #000;
	height:65%;
	width: 9%;
	float: left;
	border: solid;
	border-color: #CCC;
	font-size: 75%;
	padding: 5px;
	max-width: 100px;
	margin-right:15px
	position: fixed;
	left:0;
}
#footer
{
	padding: 2px;
	position: fixed;
    bottom: 0;
	float:left;
	clear:both


	
}
#content
{
width:85%;
float:left;
left-margin:10px
clear:left;

}
	
div
{
postion:fixed
}

#main
{
padding:10px;
margin-left:30px
}

#picture
{
position:absolute;
left:49%;
top:17%;

}
#CD
{
	position: static;
	
}
#order
{
	position: relative;
	length: 100px;
	height: inherit;
	color: #03F;
	border-color: #03F;
	border: thin
}
