/*======================================*/
/*                                        Wrapper	                                      */
/*======================================*/

#wrapper
{
	height : 549px;
	width : 950px;
	border : solid #CCCCCC;
	border-width : 0px;
	text-align : left;
	margin: 0px auto;
	overflow : auto;
	margin-top : 23px;
}

/*======================================*/
/*                                        Contact	                                      */
/*======================================*/

#contact
{
	height: 138px;
	width: 471px;
	border: solid #CCCCCC;
	border-width: 1px;
	text-align: justify;	
	float : left;	
}

#contact h2
{
	position : relative;
	font-size : 20px;
	font-family : Lucida Grande, Verdana, Arial;
	padding : 0px 0px 0px 50px;
	margin : 0px 0px 0px 0px;	
}

#contact p
{
	font-size : 12px;
	font-family : Lucida Grande, Verdana, Arial;
	padding-left: 50px;
	margin: 4px;
}

/*======================================*/
/*                                          Menu	                                      */
/*======================================*/

#menu
{
	height: 138px;
	width: 170px;
	border: solid #CCCCCC;
	border-width: 1px;
	position: relative;
	margin-left: 482px;
	text-align : left;
	font-size : 10px;
	font-family : Lucida Grande, Verdana, Arial;
	background-image: url(images/buttonMask.gif);
}

#menu table
{
	margin: -10px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	position: relative;
	border-spacing: 0px 0px;
	border-style: none;
	border-width: 0px;
	width: 170px;
}

#menu tr
{
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	border-spacing: 0px 0px;
	border-style: none;
	border-width: 0px;
}

#menu td
{	
	margin: 0px 0px 0px 0px;	
	padding: 0px 10px 1px 0px;
	border-spacing: 0px 0px;
	border-style: none;
	border-width: 0px;
	text-align: right;
}

#menu td:hover
{	
	border-width: 1px;
	border-style: double;
	border-top-color: #EEE;
	border-left-color: #EEE;
	border-right-color: #EEE;		
	border-bottom-color: #CCC;
}

#menu td:hover a
{	
	color: #000;
}

/*======================================*/
/*                                        Date    	                                      */
/*======================================*/

#date
{
	height: 138px;
	width: 285px;
	border: solid #CCCCCC;
	border-width: 1px;
	position: relative;
	margin-left: 662px;
	margin-top: -140px;
	text-align : right;
}

#date p
{
	font-size : 11px;
	font-family : Lucida Grande, Verdana, Arial;
	padding : 0;
	margin : 2px;
	color : #444444;	
	position : relative;
	margin-top : 100px;
	margin-right : 10px;
	z-index : 1;
}
/*======================================*/
/*                                        Content	                                      */
/*======================================*/

#content
{
	height: 350px;
	width: 947px;
	border: solid #CCCCCC;
	border-width: 1px;
	float : left;	
	margin-top : 10px;
}

#content iframe
{
	border: none;
}
/*======================================*/
/*                                        Footbar	                                      */
/*======================================*/

#footbar
{
	height: 34px;
	width: 947px;
	margin: 0px auto;
	border: solid #CCCCCC;
	border-width: 1px;
	text-align: justify;	
	position: relative;
	margin-left: 0px;
	margin-top: 372px;	
	text-align : center;
}

#footbar p
{
	font-size : 10px;
	font-family : Lucida Grande, Verdana, Arial;
	padding-left: 1px;
	margin: 10px;
	color : #444444;
	position : relative;
	margin-top : -10px;
	z-index : 1;
}
