body {
  margin: 0px;
  padding: 0px;
  font-family: Georgia, serif;
	color: #555;
	background: #a7a9ac;
}

body.home {
	background: #a7a9ac url('./cmd_bg.png') top left repeat-x;
}

body.home div.logo {
	background: transparent url('./cmd_logo_large.png') top right no-repeat;
	height: 500px;
}

div.main {
	background: white;
}

a{
  color: #2797b7;
  text-decoration: none;
}

a:link{}

a:visited{}

a:active{}

a:hover{
  color: orange;
	text-decoration: underline;
}

#menu_div {
  margin: 55px 0 0 0;
}

ul.menu {
  list-style-type: none;
	font-size: 1.2em;
}

ul.menu li {
  display: inline;
}

ul.menu a {
	color: #777;
}

ul.menu a:hover {
	color: orange;
}

ul.menu a.current {
	color: orange;
}

ul.menu a.current:hover {
	color: #555;
}

.sidebar {
	color: #555;
	border-left: 1px solid orange;
	width: 339px !important;
}

ul li {
  margin-left: 40px;
}

h1, h2, h3 {
	color: orange;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.content p {
	padding-left: 20px;
}

div.sidebar p {
	padding-right: 20px;
	padding-left: 20px;
}

/*div.footer {
	color: white;
	margin: 450px 0 0 0;
	text-align: center;
}*/
div.meta_contact {
	margin: 30px 0 0 0;
	text-align: right;
}

div.creative_image {
  width: 270px;
  text-align: center;
  float: left;
}