html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url('../img/background.png') left top repeat-x;
	height: 100%;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

a img {
	border: 0;
}

#container {
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	position: relative;
}

#body {
	width: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#footer {
	display: none;
}

#left {
	width: 226px;
	float: none;
	margin-bottom: 25px;
}

#left div.vignette {
	display: none;
}

#menu {
	display: none;
}

#right {
	width: auto;
	float: none;
}

#menu2 {
	display: none;
}

#right #main {
	width: 763px;
	height: 341px;
}

#right.home #content {
	width: 750px;
	padding: 0px 0px 0px 6px;
	margin: 0px 7px 0px 0px;
}

#right.home #main_image {
	z-index: -1;
	position: relative;
}

#right #content a { color: #000; text-decoration: none; font-weight: bold; }
#right #content a:link { color: #000; text-decoration: none; font-weight: bold; }
#right #content a:visited{ color: #000; text-decoration: none; font-weight: bold; }
#right #content a:active { color: #6bb03e; text-decoration: underline; }
#right #content a:hover { color: #6bb03e; text-decoration: underline; }

#right #content #content_left {
	width: 568px;
	padding: 20px 20px 0px 0px;
	border-right: 1px solid #c6cacd;
	position: relative;
}

#right #content #content_left #fadeout_top {
	position: absolute;
	right: -1px;
	top: 0px;
	background: transparent url('../img/fadeout_top.png') left top no-repeat;
	width: 1px;
	height: 60px;
}

#right #content #content_left #fadeout_bottom {
	position: absolute;
	right: -1px;
	bottom: 0px;
	background: transparent url('../img/fadeout_bottom.png') left top no-repeat;
	width: 1px;
	height: 60px;
}

#right #content #login {
	width: 141px;
	float: right;
	margin: 0px 0px 0px 20px;
	padding:30px 0px 0px 0px;
}

* html #right #content #login {
	margin: 0px 0px 0px 10px !important;
}


#right #content #login div.text input {
	color: #818181;
	width: 119px;
	height: 20px;
	padding: 4px 4px 0px 9px;
	border: 0px;
	background: url('../img/input_bg.png') no-repeat left top;
}

* html #right #content #login div.text input {
	background-attachment: fixed !important;
}

#right #content #login div.text {
	margin: 7px 0px 7px 0px;
}



#right #content #content_left p {
	margin: 0px 0px 10px 0px;
	line-height: 19px;
	color: #333;
}

#right #content {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#right #content h1 {
	color: #68727a;
	font-weight: normal;
	font-size: 22px;
	font-family: Vag, Arial, Helvetica, Georgia;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
	/*max-width: 375px;*/
}

#right #content h1 img {
	vertical-align: bottom;
}

#right #content h1 span.green {
	font-weight: bold;
	color: #6bb03e;
}

#right #content h2 {
	color: #6eb43f;
	font-weight: bold;
	font-size: 14px;
	font-family: Vag, Arial;
}

#right #content h2 img {
	vertical-align: bottom;
}

#right #content h3 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

#right #content p {
	margin: 0px 0px 10px 0px;
	line-height: 19px;
	color: #333;
	max-width: 580px;
}

#right #content ul {
	margin-left: 0px;
	padding-left: 0px;
}

#right #content ul li {
	color: #333;
	max-width: 580px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 30px;
	line-height: 13px;
	background: url('../img/bullet.png') no-repeat left top;
	list-style-type: none;
	line-height: 14px;
}

#right #content ul.marginbottom li {
	margin-bottom: 12px;
}

#right #topright_photo {
	display: none;
	float: right;
}

#topright_container {
	display: none;
}