@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff url(../img/top.gif) repeat-x;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#222222;
}
* {
	margin:0;
	padding:0;
}
#body {
	width:960px;
	margin:0 auto 0 auto;
}
a {
	color:#004477;
	text-decoration:underline;
}
a:hover {
	color:#CC0000;
}

#header {
	position:relative;
}
#header h1 {
	font-size:30px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:32px 0 25px;
	width:600px;
}
#header h1 a {
	text-decoration:none;
	color:#222222;
}
#header h1 a:hover {
	color:#CC0000;
}
#header #bubble {
	background:transparent url(../img/bubble_right.gif) no-repeat scroll right center;
	display:block;
	height:28px;
	position:absolute;
	right:0;
	top:40px;
}
#header #bubble p {
	background:transparent url(../img/bubble_left.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	height:28px;
	padding:4px 12px 0 10px;
}

#content {
	width:728px;
	float:left;
}
#content h2.category {
	border:medium none;
	color:#1C1C1C;
	font-size:22px;
	font-weight:normal;
	margin:5px 0 20px;
	padding:0;
	text-align:left;
}

#sidebar {
	border-left:1px solid #999999;
	float:right;
	font-size:12px;
	margin:0 0 20px;
	padding:0 0 20px 15px;
	width:200px;	
}

#footer {
	background:#EEEEEE none repeat scroll 0 0;
	border-bottom:6px solid #222222;
	border-top:1px solid #BBBBBB;
	color:#555555;
	font-size:11px;
	margin:0 auto;
	padding:7px 10px 3px 10px;
	position:relative;
	text-align:center;
	width:940px;
	float:left;
}
#footer small {
	display:block;
	text-align:right;
}