body {
	background-image:url(../images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	outline:none;
}
#layout {
	position:absolute;
	width:900px;	
	height:450px;
	left:50%;
	top:50%;
	margin-top:-300px;
	margin-left:-450px;
}
#main {
	width:854px;
	border:2px solid #cf6b6e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:20px;
	background-image:url(../images/main_background.png);
	background-position:top;
	background-repeat:repeat-x;

}
.block {
	width:261px;
	margin-right:30px;
	float:left;
	text-align:justify;
	line-height:17px;
}
.last {
	margin-right:0;	
}
.ui-tabs-hide {
    display:none;
}
.ui-tabs-selected {
}





#browser_bar {
	height:36px;	
	margin-bottom:15px;
}
#browser_bar_left {
	background-image:url(../images/browser_bar_left.png);
	width:30px;
	height:36px;
	float:left;
}
#browser_bar_background {
	background-image:url(../images/browser_bar_background.png);
	background-repeat:repeat-x;
	height:36px;
	width:821px;
	float:left;
}
#browser_bar_go {
	width:48px;
	height:36px;
	float:left;
	background-image:url(../images/browser_bar_go.png);
}

#logo {
	width:345px;
	height:45px;
	margin-bottom:15px;
	background-image:url(../images/logo.png);
	float:left;
}

#menu {
	height:45px;
	float:right;
	margin-top:5px;
}
ul {
	margin:0;
	list-style:none;
}
li {
	float:left;
	margin-left:15px;
	list-style:none;
	text-align:center;
}
#footer {
	margin-top:40px;
	text-align:center;
	font-size:11px;
	margin:0 auto;
}
#footer p {
	margin:0;
	color:#cf6b6e;
	margin-top:5px;
}
#footer ul {
	margin:0;
	padding:0;
	text-align:center;
	margin-top:25px;
}
#footer li {
	margin:0;
	padding:0;
	float:none;
	display:inline;
	margin-right:10px;

}





a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

a.light:link {
	color: rgb(207, 107, 110);
	font-weight: bold;
	text-decoration: none;
}
a.light:visited {
	color: rgb(207, 107, 110);
	text-decoration: none;
	font-weight: bold;
}
a.light:hover {
	color: rgb(207, 107, 110);
	text-decoration: none;
}
a.light:active {
	color: rgb(207, 107, 110);
	text-decoration: none;
}





.widget {
width: 310px;
margin: 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

.widget a {
	color: #222;
	text-decoration: none;
}

.widget a:hover {
	color: #009;
	text-decoration: underline;
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}
	
.tabdiv {
	margin-top: 2px;
	padding: 5px;
}

.ui-tabs-hide {
	display: none;
}




h1 {
	display:none;	
}
h2 {
	margin-top:0;
	font-size:17px;
	margin-bottom:17px;
}
.p1 {
	font-size:22px;	
}
.p2 {
	font-size:21px;	
}
.p3 {
	font-size:20px;	
}
.p4 {
	font-size:19px;	
}
.p5 {
	font-size:18px;	
}
.p6 {
	font-size:17px;	
}
.p7 {
	font-size:16px;	
}
.p8 {
	font-size:15px;	
}
.p9 {
	font-size:14px;	
}
.p10 {
	font-size:13px;	
}
.p11 {
	font-size:12px;	
}
.p12 {
	font-size:11px;	
}
.requests {
	line-height:44px;	
}
.req {
	margin-bottom:8px;	
}
.weburl {
	width:100%; 
	border:0; 
	background:transparent; 
	padding-top:5px; 
	padding-bottom:5px; 
	font-size:17px; 
	color:#404041;	
}