/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

/**
 * yui customization
 *
 * for a custom page width, divide your desired
 * pixel width by 13 to find em width. Multiply
 * that value by 0.9759 for IE via *width.
 */

/* custom doc -> 857px */
#doc {
	margin:auto;text-align:left;
	width:65.923em;/* !IE */*width:64.334em;/*IE*/
	min-width:857px;
}


/* custom t2 -> 209px */
.yui-t2 .yui-b {
	float:left;
	width:16.0769em;*width:15.689em;
}

.yui-t2 #yui-main .yui-b {
/*     margin-left:17.0769em;*margin-left:16.665em; */
	margin-left:16.5385em;*margin-left:16.1399em;
}

#yui-main {
	background-image: url(../images/elements/bg_loop.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

