body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.content h1 {
	color: #5c237b;
}

.content h2 {
	color: #5c237b;
}

.content h3 {
	color: #5c237b;
}

ul {
	list-style-position: inside;
	padding-left: 4px;
}

.header {
	width: 100%;
	background: url(images/header-bg.jpg) #93ca3c top left repeat-x;
	height: 30px;
	padding-top: 9px;
	margin-bottom: 5px;
}

.header-sitename {
	float: left;
}

.header-inner {
	width: 900px;
	margin: 0 auto;
}	

.header-inner ul {
	margin: 0 0 0 0;
	font-size: 12pt;
	float: right;
}

/* comment */
.header-inner ul li {
	display: inline;
	width: 200px;
	margin: 0 0 0 0;
	padding-left: 16px;
}

.header2 {
    width: 900px;
	margin:0 auto;
	}
	
.header2-logo {
    width: 165px;
	height: 145px;
	background: url(images/acm-logo.jpg) top left no-repeat;
	float: left;
	}
	
.header2-img {
  height: 115px;
	text-align:right;
	vertical-align:middle;
	width: 481;
	float: right;
	padding-top: 30px;
}

.nav-bar {
	width: 180px;
	float: left;
	padding-right: 20px;
}

.content {
	width: 700px;
	float: left;
	padding-bottom: 30px;
}

.wrapper-outer {
	width: 900px;
	margin: 0 auto;
}

.nav-bar h3 {
	background: url(images/nav-section-bg.jpg) #93ca3c top left no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 5px;
}

.nav-bar ul {
	list-style: none;
	text-align:left;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.nav-bar ul li {
	background: url('images/list-arrow.gif') no-repeat;
	background-position: right;
	line-height: 35px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0;
	padding: 0;
}

.post-outer {
  background: url(images/post.png) repeat-y;
  border-bottom: 1px #93ca3c solid; 
  margin-bottom: 10px;
}

.post-inner {
  background: url(images/post-top.jpg) no-repeat top left;
  padding-left: 5px;
  padding-right: 5px;
}

.post-inner h2 {
  margin-top: 5px;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.post-meta {
  border-top: 1px #93ca3c solid;
  padding: 5px;
  margin-top: 5px;
}

.post-meta a {
  padding-left: 17px;
  background: url('images/list-arrow.gif') top left no-repeat;
}

.footer {
  position: fixed;
  bottom: 0px;
  background: url(images/header-bg.jpg) repeat-x;
  height: 30px;
  width: 100%;
}

.footer-inner {
	}

.footer-copy {
  float: left;
  padding-top: 7px;
  padding-left: 5px;
}

.footer-powered {
  float: right;
  padding-top: 3px;
  padding-right: 5px;
}
