/*
 *  File:     main.css
 *
 *  Created:  30/10/2006
 *  Updated:  --/--/----
 *
 *  Main CSS file for the bollywood beauties site.
 *
 */

/*  DEFAULTS
 ***************************************/

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height: 1.3;
}


/*  TEXT
 ***************************************/

img {
  padding: 0xp;
  margin:0px;
}

/*  LINKS
 ***************************************/

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #39c;
}

a:hover {
	font-weight: bold;
	color: black;
}


/*  LAYOUT
 ***************************************/

body
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#bodyContainer
{
	width: 800px;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align: left;
	padding: 0px;
	background: #fff;
}


/*  HEADER
 ***************************************/

#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 800px;
	height: 124px; */
/*	height: 152px; */
/*	background: #fff url(../img/banner.jpg) top left no-repeat;*/
}


/*  FOOTER
 ***************************************/

#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 17px;
	background: #fff url(../img/footer.jpg) top left no-repeat;
	clear: both;
}

/*  CENTERED BOX
 ***************************************/

#centerBox {
  margin-top: 15px;
  text-align: center;
}


/*  HOME PAGE
 ***************************************/

.imageRow {
/*  clear: both;*/
}

.infoBox {
  margin: 3px 8px;
/*  width:140px;*/
  float: left;
}

/*  DAY INFORMATION
 ***************************************/

#dayInfo {
  margin: 3px 5px;
  float: right;
}

#imageLarge {
  margin-top: 5px;
  width: 405px;
  float: left;
}