/* imports */
@import '../css/reset.css';
/* jquery css */
@import '../css/redmond/jquery-ui-1.7.2.custom.css';

html, body {background:#D2E0D5; z-index:0; font:12px Helvetica}
.bar {background:#3B4A3E; height:150px; position:absolute; top:0px; width:100%; z-index:1; }
.bar address {font:72px Helvetica; color:#D5D5D5; margin:-25px auto 0px; width:1024px; cursor:pointer;}

header {z-index:2; position:relative; margin:38px auto 0px; width:1024px;}
section {z-index:2; position:relative; min-height:500px; margin:0px auto 0px; width:976px; padding:24px 24px 0px 24px;}
footer {z-index:2; position:relative; min-height:25px;}

.ui-width-310 {width:310px;}
.ui-width-643 {width:643px;}
.ui-widget{background:#D2E0D5; margin:0px 0px 25px 0px; border:solid 1px #3B4A3E; clear:both;}
.ui-widget-header {background:#3B4A3E; height:25px; color:#D5D5D5; border:none; font-size:18px; padding:0px 0px 0px 5px;}
.ui-widget-content {padding:5px; opacity:.5; border:none; filter: alpha(opacity = 50); zoom:1;}
} 

.text {opacity:1}
.body {background:#ffffff; clear:both;}

.ui-right-layout {
	float:right; 
	width:310px;
}

.ui-left-layout {
	float:left; 
	width:634px;
}

.clear {
	clear:both;
}

.xoxo li{
	list-style:none;
}

p{padding:5px;}
