/* CSS Document */
body {
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	background: #ececec;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
#text {
	width:450px;
}
h1 {
	font-size: 24px;
	font-weight:bold;
	color:#ff2b28;
	}
h2 {
	font-size: 18px;
	font-weight:bold;
	color:black;
}
h3	{
	font-size: 14px;
	font-weight:bold;
	color:blue;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 209px;
	height: 170px;
	top: 0px;
	left: 0px;
}
#alpha {
	margin: 0 auto;
	padding:0;
	width: 722px;
}
#beta {
	background: #FFF;
	position:relative;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
	width:722px;
	float:left;
	margin-bottom:10px;
}
#left {
	width:198px;
	padding-top:20px;
	float:left;
	padding-bottom:15px;
}
#nav {
	float:left;
	padding-top:15px;
	padding-bottom:23px;
	width:198px;
	background: #0600ff;
}
#left img{
	text-align:center;
	padding:20px 0 0 20px;
	margin-left:auto;
	margin-right:auto;
}
#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#nav ul a {
	display: block;
	height: 21px;
	text-align:left;
	background: url(pix/nav_bg.gif) no-repeat;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	padding:7px 0 0 60px;
}
#nav ul a:hover {
	color: #feb900;
}
#edit a:link {
	color: #ececec;
	font-size: 11px;
}
#edit a:visited {color:#ececec;
	}
#edit a:hover {color: #FF6600;}
#footer {
	padding-top:10px;
	width:722px;
	text-align:center;
	margin:0 auto;
	}
#footer a{
	color:#000;
	}
#header {
	height: 199px;
	width:722px;
	background: url(pix/header.jpg) no-repeat;
}
#pageText {
	width:449px;
	float:left;
	min-height:300px;
	text-align:left;
	padding:0 30px 20px 37px;
	background: #fff url(pix/divider.gif) top left no-repeat;
}
#pageText img{
	border: 1px solid black;
}
