﻿
/*
	Title:		webPageRoundedBox
	Date:		May 17, 2009
--------------------------------------------------------------			
*/

	/* COMMON ELEMENTS */
body{margin:0;padding:0px; background:url(../images/body_x.jpg) repeat-x;}
.clear:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
a img{border:0}
a{text-decoration:none}
ul{list-style:none}

.FL{float:left;width:auto}
.FR{float:right;width:auto}
.CB{clear:both}
	/* COMMON ELEMENTS */

#wrap{ width:992px; margin:10px auto 0; padding:0 6px 0 4px; overflow:hidden; position:relative; background:url(../images/box-y.png) repeat-y top;}
.wrapInner{ clear:both; width:992px; padding:10px 0; background:url(../images/boxInner-x.gif) repeat-x bottom;overflow:hidden; min-height:200px}
.tx,.bx,.lt,.rt,.lb,.rb{ width:10px; height:10px; font-size:8px; position:absolute; background:url(../images/cornersAndxs.gif) repeat-x 0 0; top:0; left:0;}
.tx{ width:992px;}
.bx{ background-position:0 -20px; width:1002px; top:auto; bottom:0;}
.lt{ background-position:0 -40px;}
.rt{background-position:0 -60px; left:auto; right:0;}
.lb{background-position:0 -80px; top:auto; bottom:0;}
.rb{background-position:0 -100px; left:auto; right:0; top:auto; bottom:0;}
