@charset "utf-8";
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d2d2de;
	color:#111;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	letter-spacing:1px;
	padding:0;
	margin:0;
}
a {
	color:#111;
	text-decoration:none;
}
a:hover { border-bottom:1px dashed #333; }
input, button, ui-widget { 
	font-size:12px;
	padding:2px;
}
input.error, textarea.error {
	border:1px solid #f00;
}

.wrapper {
	padding:0;
	margin:0 auto;
	width:960px;
}

.header {
	text-align:center;
	width:100%;
}
ul, li {
	display:inline;
	list-style-image:none;
}

.title {
	color:#fff;
	padding:0.2em;
}
.title li a {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0.2em 1em 0.2em 1em;
	margin-left:-0.1em;
}
.title a { color:#fff; }
.title a:hover { background-color:#46a3ca; border-bottom:none; }

.content {
	padding:1em;
}

.footer {
	background-color:#3592b9;
	color:#fff;
	font-size:12px;
	padding:0.25em;
}
.footer a { color:#eee; }
.footer a:hover { border-bottom:1px dashed #fff; }
