/* CSS Document */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 68.75%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #666;
}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	text-align: left;
	border: 1px #fff solid;
	position: relative;
	background-color: #fff;
	width: 900px;
}

#header {
	width: 900px;	
}

#title_content {
	width: 900px;
	height: 293px;
	background-image:url(images/title_time_expense_people.jpg);
	background-repeat:no-repeat;
}

#title_small_content {
	width: 900px;
	height: 200px;
	background-image:url(images/title_timeatwork.jpg);
	background-repeat:no-repeat;
}

#menu-container
	{
	position: relative;
	height: 36px;
	background-image:url(images/grey_banner.jpg);
	background-repeat:no-repeat;
	width: 900px;
	left: 0px;
	top: 0px;
	border: 0px #fff solid;
	}
	
#menu-container-pages
	{
	position: relative;
	height: 36px;
	background-image:url(images/grey_banner_3.jpg);
	background-repeat:no-repeat;
	width: 900px;
	left: 0px;
	top: 0px;
	border: 0px #fff solid;
	}
	
#menu
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 20px;	
	}
		
#menu a
	{
	text-align: center;
	display: inline;
	border: none;
	white-space: nowrap;
	padding-left: 35px;
	}
	
#menu a, #menu a:visited	/* menu at rest - links */
	{
	text-decoration:none;
	height: 19px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: #666;
	
	}	

#menu ul
	{
	list-style: none;
	float: left;
	padding-top: 7px;
/* width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#content {
	width: 900px;
	background-image:url(images/background_colour.jpg);
	background-repeat:repeat;
}

#main_content {
	width: 490px;
	background-color:#FFFFFF;
	float:left;
	padding:10px;
	padding-left:25px;
	text-align:left;
}

#right_content {
	width: 350px;
	float:right;
	height:auto;
	padding:10px;
	text-align:left;

}





/* =CONTENT */
h1 {
	font-size: 11px;
	font-weight: bold;
	color: #E88033;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #E88033;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #0066CC;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #f60;
}

p {
	font-size: 11px;
	color: #666;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#event_01 {
	margin-right: 8px;
	border: 1px solid #0066CC;
}

#table_events {
	padding: 5px;
	width: 290px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68758A;
	text-decoration: none;
	font-weight: bold;
}

a.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a.two:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
	
/* =FOOTER */
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-color: #999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 15px 8px;
	height: 15px;
/*	width: 900px;
	w\idth: 880px;*/
}

/* =PRETTY STUFF */





