html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image: url(../cairo/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #7b6d60;
}

#wrapper {
	margin: 0 auto;
	width: 835px;
	font-size: 80%;
	background-image: url(wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#strap {
	background-image: url(strap_bg.jpg);
	background-repeat: no-repeat;
	height: 142px;
}

#innerwrapper {
	background-image: url(bridging_slice.jpg);
	background-repeat: no-repeat;
}





#leftcol {
	float: left;
	width: 190px;
	margin-left: 13px;
	padding-left: 10px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 190px;
	background-color: #7f7169;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #BCBDA0;
	padding: 2px 0 2px 4px;
	font-size: 85%;
	font-weight: bold;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #534a41;
	color: #fff; 
}

#content {
	width: 563px;
	margin-left: 240px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(pink_pebweb.jpg);
	height: 600px;
	}

#flashcontent {
	width: 580px;
	margin-left: 0px;
	float: right;
	}

h1 {
	font-size: 130%;
	padding: 10px 0;
}

#leftcol h2 {
	color: #8a7a71;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: 0px solid #333;
}

p {
	margin: 10px 0;
	line-height: 125%;
}

#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: 0px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: right;
	color: #ac998a;
	padding: 10px 30px 0 0;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #666666;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: 0px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
