/*
=Global
*/
body {background:#EFF2F3;}
#liquid-round {
width:90%;
margin:0px auto;
background:#fff url(/images/leftside.gif) repeat-y left top;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.top {
width:100%;
height:20px;
background:url(/images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/images/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(/images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(/images/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(/images/bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}

/*
=Headings & Others
*/
h1 {
	font-size:19px;
	margin:10px 0 10px 0;
	color:#F47A00;
	font:normal
}

/*
=Links
*/
a:link {
	color:#0057AE;
	text-decoration:underline;
}
a:visited {
	color:#3897F5;
	text-decoration:underline;
}
a:hover,
a:focus,
a:active {
	color:#F97C00;
	text-decoration:none;
}

.bigLink {
	font-size:20px;
}