html, body {
	margin:0;
	padding:0
}
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #EFF0EF;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #666666;
}


div#container {
	width:950px;
	margin:0 auto
}
div#content {
	float:left;
	width:625px
}
div#content-left {
	float:left;
	width:470px
}
div#content-right {
	float:right;
	width:470px
}div#content-full {
	float:center;
	width:950px
}

div#nav-header {
	float:right;
	width:310px;
}
div#navigation {
	float:right;
	width:308px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#nav-header-title {
	width:90%;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 26px;
	margin: 0px;
}

div#nav-content {
	width:90%;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
}
div#extra {
	clear:both;
	width:100%;
	margin-top: 5px;
}


/* content container rounded corners //////////////////////////////////////////////////////////////////// */
#liquid-round {
	width:630px;
	background-color: #fff;
	background-image: url(../img/rounded/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 5px;
}
.top {
	width:100%;
	height:15px;
	background:url(../img/rounded/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:10px;
	background:url(../img/rounded/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(../img/rounded/right.gif) repeat-y right top;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: -50px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: justify;
}
.bottom {
height:60px;
background:url(../img/rounded/left-bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image: url(../img/rounded/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* end content container rounded corners //////////////////////////////////////////////////////////////////// */

/* half content container rounded corners //////////////////////////////////////////////////////////////////// */
#liquid-round-half {
	width:470px;
	background-color: #fff;
	background-image: url(../img/rounded/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 5px;
}
.top {
	width:100%;
	height:15px;
	background:url(../img/rounded/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:10px;
	background:url(../img/rounded/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(../img/rounded/right.gif) repeat-y right top;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: -50px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: justify;
}
.bottom {
height:60px;
background:url(../img/rounded/left-bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image: url(../img/rounded/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* end half content container rounded corners //////////////////////////////////////////////////////////////////// */

/* full content container rounded corners //////////////////////////////////////////////////////////////////// */
#liquid-round-full {
	width:950px;
	background-color: #fff;
	background-image: url(../img/rounded/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 5px;
}
.top {
	width:100%;
	height:15px;
	background:url(../img/rounded/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:10px;
	background:url(../img/rounded/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(../img/rounded/right.gif) repeat-y right top;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: -50px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: justify;
}
.bottom {
height:60px;
background:url(../img/rounded/left-bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image: url(../img/rounded/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* end full content container rounded corners //////////////////////////////////////////////////////////////////// */


