/*
   about.css
   3D-Eye Home Mini-Site "What is 3D-Eye Home?" style sheet
   Written by D. Christopher Goodman for Eyemaginations.
   Created: 2008.03.18.18.12EDT
   Updated: 2008.04.15.11.17EDT
*/

/*Includes*/

/*Pseudo-Class Definitions*/

/*Element Definitions*/

/*Class Definitions*/
.callouts
{
   height:210px;
   padding-bottom:20px;
}

.calloutLeft
{
   height:190px;
   width:275px;
   float:right;
   padding-right:25px;
}

.calloutCenter
{
   height:190px;
   width:263px;
   float:right;
   padding-left:25px;
   padding-right:25px;
}

.calloutRight
{
   height:190px;
   width:275px;
   float:right;
   padding-left:25px;
}

/*ID Definitions*/
#aboutMarquee
{
	clear: both;
   width:915px;
   /*padding-top:25px;*/
}

#contentBody
{
   /*This definition cascades from main.css*/
   padding-top:0px;
   padding-bottom:0px;
}

#pageHeader
{
   padding-bottom:45px;
}

#pageContent
{
   width:915px;
   padding-bottom:95px;
}

#centerPage
{
   height:225px;
   padding-top: 50px; /*Added by CM - 2008.04.15 */
}

#desc
{
   float:left;
   width:640px;
}

#desc>img
{
   padding-bottom:20px;
}

#desc>img+img
{
   padding-bottom:25px;
}

#descImage
{
   float:right;
}
