body { 
	background-color: #333333;
/*	background-image: url("../images/squat2.jpg"); */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 600px;
}

p {
	margin: 0;
	color: #000000;
}

a {
	color: #3333CC;
}

#squat_page {
	width:100%;
	height: 100%;
}

#header{
	top: 0px;
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url("/images/home_title.png");  */
}

#home-title2-01 {
	float: left;
	width:89px;
}

#home-title2-02 {
	float: left;
	width:109px;
}

#home-title2-03 {
	float: left;
	width:105px;
}

#home-title2-04 {
	float: left;
	width:106px;
}

#home-title2-05 {
	float: left;
	width:103px;
}

#home-title2-06 {
	float: left;
	width:87px;
}

#home-title2-07 {
	float: left;
	width:74px;
}

#home-title2-08 {
	float: left;
	width:77px;
}

.menu {
   width: 56em;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
}

.menu ul {
   margin: 0;
   padding: 0px;
   list-style-type: none;
	font-weight: bold;	
}

.menu li {
	margin: 0; 
   padding: 0;
   float: left;
	width: 7em;
   margin-right: 1em;
   text-align: center;
}

.menu a {
	display: block;
   	width: 100%;
   	text-decoration: none;
	background: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

.menu a:hover {
    background: #ff9 none;
}

#page{
	color: #ff9;
	background: none;
}

#content{
	margin-top: 25px;
	width: 750px;
/*	height: 50%; */
	margin-left: auto;
	margin-right: auto;
}

#releases_info{
	width: 400px;
	float: left;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

#releases{
	clear: both;
	width: 400px;
	height: 300px;
	overflow: auto;
	float: left;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding: 0;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #FFFFFF;
}
.headingbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFF00;
}

.info {
	font-size: 9pt;
	color: #FFFFFF;
	margin-left: 20px;
}

#favorites_info{
	width: 300px;
	float: right;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

#favorites{
	width: 300px;
	height: 300px;
	overflow: auto;
	float: right;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.favorite {
	font-size: 9pt;
	color: #FF3399;
}