/* CSS Document */
#text {
	width:350px;
}
#wikiedit {
	width:350px;
}
#wikiedit form {
	width:350px;
}
#csum {
	width:330px;
}
body {
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top:15px;
}
a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	margin-left: 15px;
	font-size: 24px;
	font-weight:bold;
	color:#000;
	}
h2 {
	margin-left: 15px;
	font-size: 18px;
	font-weight:bold;
	color:#1f96d4;
}
h3	{
	margin-left: 15px;
	font-size: 14px;
	font-weight:bold;
	color:#6bb9ad;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 240px;
	height: 50px;
	top: 0px;
	left: 0px;
}
#alpha {
	width: 756px;
	margin-right: auto;
    margin-left: auto;
}
#nav {
	text-align:left;
	width: 756px;
	height: 24px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding:0;
	height:24px;
	white-space:nowrap;
}
#nav li
{
display: inline;
background: url(pix/nav_right.gif) no-repeat right top;
margin:0;
margin-right:4px;
padding:0;
height:24px;
float:left;
}

#nav a{
    padding:5px 15px;
	display:block;
	background: url(pix/nav_left.gif) no-repeat left top;
	height:24px;
	float:left;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
#nav a:link{
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
#nav a:visited{
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
#nav a:hover{
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	background: url(pix/nav_left_hover.gif) no-repeat left top;
}
#mainWrap {
	float:left;
	width:756px;
	background: url(pix/bg_main.gif) repeat-y;
}
#nav li:hover
{
background: url(pix/nav_right_hover.gif) no-repeat right top;
}
#edit a:link {
	color: #fff;
	font-size: 11px;
}
#edit a:visited {color:#fff;
	}
#edit a:hover {color: #FF6600;}
#footer {
	color:#999;
	font-size:10px;
	width:660px;
	padding-top:5px;
	text-align:center;
	left:0;
	margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#999;
}
#header {
	position:relative;
	height: 50px;
	width:756px;
	background:   url(pix/header.gif) no-repeat;
}
#beta {
	width:756px;
	margin:0;
	padding:0;
	float:left;
}
#topLeft {
	float:left;
	width:377px;
	height:116px;
}
#left {
	margin-top:2px;
	float:left;
	width:377px;
}
#main {
	min-height:342px;
	border: 1px solid #CCC;
	margin-top:2px;
	text-align:left;
	float:left;
	width: 375px;
}
#main a:link{
	color:#c1ba82;
	text-decoration:none;
	font-size:12px;
}
#main a:visited{
	color:#c1ba82;
	text-decoration:none;
	font-size:12px;
}
#main a:hover{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#main p{
	margin:14px 10px 14px 15px;
	line-height:170%;
}
#main #wikitext{
	margin:14px 10px 14px 15px;
	line-height:170%;
	width:350px;
}
#main img{	
	padding:8px;
}
#right {
	margin-left:2px;
	width:377px;
	float:left;
}
#topRight {
	width:377px;
	float:left;
	border-top:2px solid white;
	height:232px;
}
#browse {
	border-top:2px solid white;
	width:377px;
	float:left;
	height:226px;
	background: #fff url(pix/247.jpg) no-repeat left;
}
#bottom {
	margin-top:2px;
	float:left;
	height:24px;
	padding-top:7px;
	text-align:center;
	background:#218abf;
	width:756px;
	color:#fff;
}
#bottom a{
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}