#space {
	height:800px;
}

a:link{
	color: #FF6;
}

a:hover{
	color: #FFF;
}

a:visited{
	color: #FC9;
}

body  {
	/*font: 100% Lucida Sans Unicode, Lucida Grande, sans-serif; */
	background: #271e19;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#info {
	font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif lighter;
	color: #fffce9;
}

#cc {
	text-align: center;
	padding-top: 50px;
	font: 10px Lucida Sans Unicode, Lucida Grande, sans-serif lighter;
	color: #fffce9;
}

#contact {
	padding-top: 50px;
	font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif lighter;
	color: #fffce9; 
}

#profile {
	padding-top:50px;
	text-align:left;
	font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif lighter;
	color: #fffce9;
}


#mainContent {
  min-width: 1000px;
  height: 900px;
  background: url(../ui/bg.jpg) no-repeat center; 
  margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#mainContentbroken {
  min-width: 1000px;
  height: 900px;
  background: url(http://www.sagarpatel.net/ui/bgbroken.jpg) no-repeat center; 
  margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#mainmenu{
	padding:1px;
	min-width: 800px;
}

#marqueeborder {
	position: absolute;
	margin-left: -400px;
	z-index: 1000;
}

#marquee{
	z-index: 2000;
	padding-top: 48px;
	min-width: 750px;

}

/* place css fixes for all versions of IE in this conditional comment */
.thrColEls #sidebar1, .thrColEls #sidebar2 { padding-top: 30px; }
.thrColEls #mainContent { zoom: 1;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
