* {
	margin: 0;
	padding:0;
	font-size: 12px;
}

.overview_imgs {
	border: medium ridge #003333;
	background-color: #7B8F7D;
	padding: 3px;
}


body {
	background-color: #7b8f7d;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	background-image:url(../images/background_slice.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}

div#title span {
	display:none;
}

div#content {
}

div#content_gallery {
	height: 400px;
}


/** content styling **/
#heading {
	margin-left: 210px;
}

/* community version does not define the height */
#content_text, #content_text_community {
	width: 600.px;
	font-size: 16px;
	padding-right: 50px;
	margin-left: 210px;
}

#content_text {
	height: 500px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #718373;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

p {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 2.6ex;
}

p a {
	font-size: 12px;
	color: #003333;
}

p a:hover {
	font-size: 12px;
	color: #99CC99;
}

img.right_content {
	border: 1px none #003333;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Menu styling */
#menu {
	position: absolute;
	top: 175px;
	left: 32px;
}

#menu_home {
	position: absolute;
	top: 163px;
	left: 21px;
	display: none;
}

#menu ul, #menu_home ul {
	list-style:none;
	padding-left: 0px; /* distance from left side, if left aligned */
	padding-top:0px;
	padding-bottom:0px;
	text-align:left; /*where on the screen the menu is located */
	border: 0px solid blue;
}

#menu ul li, #menu_home ul li {
	padding:0;
	margin:0;
}

#menu ul li a, #menu_home ul li a {
	padding:0;
	margin:0;
}

#menu ul li a img, #menu_home ul li a img {
	padding:0;
	margin:0;
}

/** Footer **/
#footer {
	background-image: url(../images/background_bottom.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #333333;
	text-align: center;
	width: 900px;
	height: 45px;
}
