/*-------------------------------
Author: Tyng Law
Email: tynglaw[at]shaw[dot]ca
-------------------------------*/

#bar1 {
background:#ffffff url('/media/bar1.jpg') no-repeat top left;
width: 393px;
height: 34px;
margin-left: 23px;
}

#bar2 {
background:#ffffff url('/media/bar2.jpg') no-repeat top left;
width: 237px;
height: 34px;
margin-left: 6px;
text-align:center;
}

#bar3 {
background:#ffffff url('/media/bar3.jpg') no-repeat top left;
width: 229px;
height: 34px;
margin-right: 23px;
text-align:center;
}

#bar4{
background-color:#eeeeee;
width: 638px;
margin-left: 22px;
border: solid 1px #bbb;
}

#bar5 {
background-color:#eeeeee;
width: 230px;
margin-right: 22px;
border: solid 1px #bbb;
}
#box1 {
	background-color: #eeeeee;
	border-width: thin;
	border-color:#b2b2b2;
	border-style: solid;
	width: 371px;
	height: 160px;
	padding: 10px;
	margin-left: 23px;
	margin-top: 2px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #525252;

}

#box2 {
	background-color: #eeeeee;
	border-width: thin;
	border-color:#b2b2b2;
	border-style: solid;
	width: 215px;
	height: 160px;
	padding: 10px;
	margin-left: 6px;
	margin-top: 2px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#box3 {
	background-color: #eeeeee;
	border-width: thin;
	border-color:#b2b2b2;
	border-style: solid;
	width: 207px;
	height: 160px;
	padding: 10px;
	margin-right: 23px;
	margin-top: 2px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

