.rounded_STYLE
{
    background-color: #ebeaea;          /* if needed */
    border: 2px solid #990000;   /* if needed */
    -webkit-border-radius: 2px;    /* for Safari */
    -moz-border-radius: 2px;       /* for Firefox */
}
.leftnav_STYLE
{
    background-color: #ebeaea;          /* if needed */
    border: 3px solid #990000;   /* if needed */
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;       /* for Firefox */
}
#container1
{
	width: 808px;
	height: 0 auto;
    background-color: #333;          /* if needed */
    border: 4px solid #333;   /* if needed */
}
#container
{
	width: 800px;
	height: 0 auto;
    background-color: #959595;          /* if needed */
    border: 4px solid #959595;   /* if needed */
}
#header {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	text-align: left; }