body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background: #f1f1f1;
}
hr
{
    color:#CC3333;
    
    }
#liquid-round
{
    width: 750px;
    margin: 0px auto;
    background: #fff url(round/leftside.gif) repeat-y left top;
    overflow: hidden;
}
.top
{
    width: 100%;
    height: 20px;
    background: url(round/top.gif) no-repeat left top;
}
.top span
{
    display: block;
    position: relative;
    height: 20px;
    background: url(round/top-right.gif) no-repeat right top;
}
.center-content
{
    position: relative;
    background: url(round/rightside.gif) repeat-y right top;
    padding: 1px 20px 1px 25px;
    margin: -1px 0 -50px 0;
    overflow: hidden;
}
.bottom
{
    width: 100%;
    height: 60px;
    background: url(round/bottom.gif) no-repeat left bottom;
}
.bottom span
{
    display: block;
    position: relative;
    height: 60px;
    background: url(round/bottom-right.gif) no-repeat right top;
    overflow: hidden;
}
p
{
    margin: 0 0 1em 0;
}

#menu
{
    margin: 10px auto;
    width: 680px;
    background-color: #FF3333;
    border: solid 1px #FF3333;
}

#content
{
    padding: 10px;
    margin: 10px 10px 50px 10px;
    width: 660px;
    border: solid 1px silver;
overflow: hidden;
}

h1
{
    font-size: 36px;
    color: #CC3333;
}

 #login-menu
	{
	     margin: 10px auto;
	background-color: black; 
	font-size:10px;
	color: white;
	 width: 680px;
	text-align: right;
	font-weight: bold;
	color:white;
	height:15px;
	}








