body {
	background: #2e2e2e;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Arial, Verdana;
	color: #fff;
}
a {
	color: #8080ff;
}
a img {
	border: none;
}
#pageshadow {
	width: 924px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(images/shadow-body.png);
}
#pageshadowcap {
	width: 924px;
	margin: 0 auto;
	background: url(images/shadow-bottom.png) no-repeat 0 bottom;
}
#page {
	background-repeat: no-repeat;
	background-image: url(images/top-background.jpg);
	width: 900px;
	margin: 0 auto;
}
#page-2 {
	background-repeat: no-repeat;
	background-image: url(images/top-background-2.jpg);
	width: 900px;
	margin: 0 auto;
}
#menu-top {
	height: 25px;
	background: url(images/glass-black.png);
	width: 826px;
	float: right;
}
#header a img {
	float: left;
}
#header {
	height: 45px;
}
#header ul {
	height: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right; /* ? */
}
#header li {
	float: left;
}
#header li a img {
	padding: 5px 0; 
}
.tab-selected .tab-left {
	float: left;
	height: 20px; 
	background: url(images/tab.png) no-repeat top left;
	padding: 0 0 0 7px;
}
.tab-selected .tab-right {
	float: left;
	width: 7px; 
	height: 20px;
	background: url(images/tab.png) no-repeat -173px 0;
}
.tab-plain {
	height: 20px;
	background: url(images/glass-white.png) repeat-x bottom;
}
.tab-plain div {
	height: 19px;
	background: url(images/glass-black.png);
}
.tab-plain a {
	display: block;
	height: 19px; 
	background: url(images/glass-black.png);
	padding: 0 7px;
}
.tab-spacer {
	width: 2px; /* space between tabs */
}
#menu-left {
	width: 443px; /* menu position from left */
}
#menu-right {
	width: 5px; /* menu position from right */
}
#banner-mainpage {
	height: 262px;
}
#banner-subpage {
	height: 77px;
}
#banner-subpage img {
	margin: 28px 23px 0;
}
#content {
	background: url(images/content-background.jpg) no-repeat;
	height: 293px;
}
#content-2 {
	background: #000 url(images/content-background-2.jpg) no-repeat;
	min-height: 500px;
}
#headline {
	height: 30px;
	margin: 0; 
	padding: 11px 15px 0;
	text-align: left;
}
#headline-2{
	height: 30px;
	margin: 0; 
	padding: 11px 15px 0;
	text-align: right;
}
.release {
	margin: 30px;
}
.release-icon {
	float: left;
	margin: 0 30px 0 0;
}
.release-title img {
	margin: 15px;
	float: left;
}
.release-title a img {
	float: right;
}
.release-description {
	width: 540px;
	border: 2px solid #818285;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 15px 15px 10px 15px; /* 15px all around? */
	float: right;
	margin: 0 0 10px 0;
}
.release-description p {
	margin: 0 0 15px 0;
}
.release-description .more {
	float: right;
	margin: 35px 0 0 0;
}
.release-description .thumbs {
	float: left;
}
.release-description .thumbs a {
	margin: 0 5px 0 0;
	line-height: 0;
}
.release-description .thumbs a img {
	border: 1px solid #ee8587;
}
.job {
	margin: 0 30px;
}
.job-title img {
	margin: 15px;
	float: left;
}
.job-description {
	width: 810px; /*580px; */
	border: 2px solid #818285;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 15px 15px 7px 15px; /* 15px all around? */
	float: left;
	clear: left;
	margin: 0 0 10px 0;
}
.job-description p {
	margin: 0 0 15px 0;
}
.job-description ul {
	margin: 5px 15px;
	padding: 0 30px;
}
.job-description .more {
	float: right;
	margin: 0; /*10px 0 0 0;*/
}

#contact-columns
{
	width: 700px;
	margin: 0px auto;
}

.contact-column
{
	width: 300px;
	float: left;
	margin: 10px;
	background-color: RGBA(0,0,0,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}

.contact-column .contact-title
{
	margin-bottom: 10px;
}

.contact-column hr {
	border: none;
	height: 4px;
	background-color: #444;
}

#aboutus-columns
{
	width: 700px;
	margin: 0px auto;
}

.aboutus-column
{
	width: 300px;
	float: left;
	margin: 10px;
	background-color: RGBA(0,0,0,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}

.aboutus-column .aboutus-title
{
	margin-bottom: 10px;
}

.styledinput
{
	padding: 4px;
	color: #ddd;
	background: none;
	border: 2px solid #4c4c4c;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#mailwait
{
	display: none;
	font-weight: bold;
	color: white;
	float: right;
	margin-right: 20px;
	background: #1c1c1c;
	padding: 20px 8px;
	border: 1px solid white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#mailwait.error
{
	background: #6c1c1c;
	border: 1px solid red;
}

#screen {
	float: left;
	width: 348px;
	height: 210px;
	margin: 42px 150px 0 0;
	padding: 0;
}
#screen ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0; 
}
#screen li {
	margin: 0 0 8px 0;
	width: 310px;
	height: 47px;
}
#news {
	float: right;
	height: 252px;
	width: 400px;
	text-align: right;
/*	overflow: auto; Is it supposed to scroll? */
}
#news h2 {
	height: 28px;
	margin: 11px 0 4px 0;
	padding: 0;
}
#news h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0; 
	padding: 0 10px 0 0;
}
#news p {
	font-family: Helvetica, Verdana, Arial;
	line-height: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0 0;
}
#footer {
	height: 38px;
	background: url(images/footer-background.png) repeat-x;
	padding: 8px 12px 0 0;
	text-align: right;
}