/**********************************************************
Name:			homepage.css
Description:	CSS definitions for Camtex homepage.
Date:			19/06/2007
Author:			Andrei Vais
**********************************************************/

#homepage {width: 100%;}

#homepage h2 {margin-bottom: 14px;}

#homepage a em {font-style: normal;}

#homepage .homepagedisplay
{
	float: right;
	margin: 3px 0 10px 25px;
}

#imageMontage
{
	background: #FFFFFF;
	float: right;
	width: 44.7%;
}

#imageMontage div.ImageColumn
{ 
	float: left;
	margin-right: 0.1%;
	width: 53.4%;
}

#imageMontage div.ThinColumn
{ 
	float: left;
	width: 46.2%;
}

#imageMontage img
{
	border: 0px solid #FFFFFF;
	border-bottom-width: 1px;
	float: left;
}

#EventDetails
{
	background: #C0BCB9;
	border: 1px solid #88817A;
	clear: both;
	color: #000000;
	margin-top: 9px;
	padding: 3% 5%;
	width: 89.8%;
}

#EventDetails h3, #EventDetails p
{
	font-weight: bold;
	margin: 0 0 3px 0;
}

#EventDetails h3 {font-size: 90%;}
