#conash3D0
{
display:none;
}

/* Body */
html, body {
text-align: center;
}

body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background: #558FC1 url(images/Ground.jpg) repeat-x scroll left bottom;
}

p {text-align: left;}

a {Color:#558FC1;}

a.normal {Color:Blue;}

hr
{
	border: 0px;
 	color: #558FC1;
	background-color: #558FC1;
	height: 2px;
}


/* HEADER */
.wrapper
{
	background: url(images/CloudsHeader.jpg) repeat-x;
	height: 260px;
}

.header
{
	top: 50px;
	left: 50px;
	position: relative;
	width: 850px;
	height: 78px;
	margin: 0 auto;
	background: url(images/BlueskyHeader.png) no-repeat;
}

.subheader
{
	top: 50px;
	left: 70px;
	position: relative;
	width: 850px;
	height: 260px;
	margin: 0 auto;
	background: url(images/sub_header.png) no-repeat;
}


/* Top Menu */
.menu_top
{
	position: relative;
	top: -75px;
	width: 800px;
	height:30px;
	margin: 0 auto;
	text-align: right;
}

.menu_top a{
	display: block;
	text-decoration: none;
	font-family: Comic Sans MS;
        font-size: 13px;
	color: #666;
	width:100px;
	height:30px;
	float: right;
	display: inline;
	margin-right: 8px;
	background:  url(images/tab.png) no-repeat;
	padding-top: 4px;
	text-align:center;
}

.menu_top a.active{
	display: block;
	text-decoration: none;
        font-size: 13px;
	font-family: Comic Sans MS;
	color: #bfcdd6;
	width:100px;
	height:30px;
	float: right;
	display: inline;
	margin-right: 8px;
	background:  url(images/tab_active.png) no-repeat;
	padding-top: 4px;
	text-align:center;
}

/* Main Box  AND Corners */
.main_trans
{
	/* for IE */
	filter:alpha(opacity=40);
  	/* CSS3 standard */
  	opacity:0.4;
}

.main_box_gray
{
	position: relative;
	top: -75px;
	background-color: #666666;
	width: 900px;
	height:100%;
	margin: 0 auto 20px;

}

.main_box_blue
{
	background-color: #bfcdd6;
	width: 850px;
	height:100%;
	margin: 0 auto 20px;
}

.outmain_top
{
top: -75px;
	background: url(images/OutMainTop.png) no-repeat top left;
}

.outmain_bottom
{
top: -95px;
	background: url(images/OutMainBottom.png) no-repeat bottom left;
}

.outmain_top, .outmain_bottom {
	margin: 0 auto;
	position: relative;
   width: 900px;
   height:30px;
   font-size: 1px;
}


.main_top div {
   background: url(images/MainContentCorner_TL.png) no-repeat top left;
}
.main_top {
   background: url(images/MainContentCorner_TR.png) no-repeat top right;
}
.main_bottom div {
   background: url(images/MainContentCorner_BL.png) no-repeat bottom left;
}
.main_bottom {
   background: url(images/MainContentCorner_BR.png) no-repeat bottom right;
}

.main_top div, .main_top,
.main_bottom div, .main_bottom {
	margin: 0 auto;
   width: 100%;
   height:30px;
   font-size: 1px;
}

.main_content
{
	padding: 0px 30px 0px 30px;
	text-align:left;
	margin: 0 auto;
	min-height: 150px;
	width:790;
	font-family: Comic Sans MS;
	color: #666;
}

.main_content h3
{
	padding-left: 20px;
	color: #bfcdd6;
	background-color: #666666;
}

/* Flags */
.germany
{
	position:absolute;
	top:0px;
	left:0px;
	height:12px;
	width:18px;
	src: url(images/german_flag.jpg);
}

.germany a
{
	text-decoration: none;
}

.usa
{
	position:absolute;
	top:0px;
	left:22px;
	height:12px;
	width:18px;
	background: url(images/usa_flag.jpg) no-repeat;
	text-decoration: none;
}

.usa a
{
	text-decoration: none;
}

/* Footer */
.footer
{
	width: 131px;
	height:104px;
	position:relative;
	z-index: -1;
	bottom: 0px;
	left: 160px;
	background: #558FC1 url(images/Tree.jpg) no-repeat;
}

.photoRight
{
	float:right;
	padding: 20px 20px 20px 20px;
	BORDER: 0px;
}

.photoLeft
{
	float:left;
	padding: 20px 20px 20px 20px;
	BORDER: 0px;
}

/* IE Fixes */
<!--[if IE]>
.item {
margin: 5px;
padding: 10px;
}
<![EndIf]-->

