/* Basic Style */
h1 {
	margin:0;
}

body {
	margin:0;
	padding:0;
	outline:none;
	font-family:Arial, sans-serif;
	font-size:14px;
	background:#FFF url(../pics/bodybg.jpg) repeat-x;
}
img {
	border:none;
}
/* End Basic Style */

/* Main Style */
a.ws-logo {
	width:152px;
	height:152px;
	display:block;
	margin:10px auto;
	text-indent:-999999px;
	background:url(../pics/logo.png) no-repeat top center;
}
.ws-container {
	width:962px;
	margin:0 auto;
	background:#FFF;
	border-radius:6px;
	overflow:hidden;
}
.ws-container ul {
	width:930px;
	padding:0;
	list-style:none;
	margin:20px auto;
	overflow:hidden;
}
.ws-container ul li {
	display:block;
	float:left;
	padding-right:15px;
}
.ws-container ul li.ws-none {
	padding-right:0;
}
.ws-wrap {
	width:1000px;
	height:63px;
	margin:0 auto;
	background:#e9e9e9 url(../pics/bg.jpg) repeat-x;
	position:relative;
	box-shadow:0 -7px 10px rgba(0,0,0,0.2);
}
.ws-wrap:before {
	content:url(../pics/rightcorner.png) !important;
	display:block;
	position:absolute;
	top:-13.5px;
	left:0;
	z-index:1;
}
.ws-wrap:after {
	content: url(../pics/leftcorner.png) !important;
	display:block;
	position:absolute;
	right:0;
	top:-13.5px;
	z-index:1;
}
.ws-box {
	width:400px;
	margin:0 auto;
}
.ws-box img {
	float:left;
	margin-top:10px;
}
.ws-box p {
	float:right;
	padding-top:22px;
	color:#171717;
}
p.ws-copy {
	text-align:center;
	clear:both;
	margin:18px 0;
	font-size:12px;
	color:#444444;
}
/* End Main Style */