body, html {
	margin: 0; padding: 0;
}

html {
	background: #8cc132 url('/images/layout/bottom_bg.jpg') repeat-x bottom;
	height: 100%;
}

body {
	background: #8cc132 url('/images/layout/bottom_bg.jpg') repeat-x bottom;
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	min-height: 100%;
}

img {
	border: 0;
}

h2 {
	color: #7aa82b;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}
h1 {
	color: #7aa82b;
	font-size: 30px;
	font-family: Tahoma, sans-serif;
	margin-top: 0; padding-top: 0;
}

h1.top, h2.top {
	padding-top: 0;
	margin-top: 0;
}

h1.top {
	margin-bottom: 16px;
}

h2.top {
	margin-top: 6px;
	margin-bottom: 7px;
}

div.clear {
	clear: both;
}

p {
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 12px;
}

a {
	color: #587a20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url('/images/layout/arrow.jpg');
}

#header {
	background-color: #ffffff;
	height: 94px;
}

#header .inner {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#mheader {
	background: url('/images/layout/bg_header.jpg') repeat-x;
	height: 233px;
}

#mheader .inner {
	width: 1066px;
	margin-left: auto;
	margin-right: auto;
	/* padding-left: 255px; */
	height: 233px;
	background: url('/images/layout/bg_header_buttons.png') no-repeat top right;
}

#mheader .inner .block {
	font-family: Tahoma, sans-serif;
	float: left;
	width: 276px;
	height: 115px;
	margin-top: 60px;
	margin-left: 64px;
}

#mheader .inner .block p {
	width: 180px;
	line-height: 18px;
	margin: 0; padding: 0;
	padding-top: 7px;
}

#mheader .inner .block p.create {
	padding-top: 19px;
}

#mheader .inner .block p.create a {
	color: #1f2113;
	padding-left: 22px;
	padding-right: 50px;
}

#mheader .inner .block p a {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#mheader .inner .block h2 {
	font-size: 30px;
	margin: 0; padding: 0;
	font-weight: bold;
}

#mheader .inner .block h2 a {
	color: #85dd22;
	text-decoration: none;
}



#mheader .inner .block.first {
	margin-left: 66px;
}


#content {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 50px;
}

#content .inner {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
}

#bline {
	background: #8cc132 url('/images/layout/footer_tbg.jpg') no-repeat top center;
	height: 31px;
}

#bottom {
}
#bottom .inner {
	min-height: 200px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#bottom .inner h2 a {
	color: white;
}

#btrans {
	height: 192px;
}

#left-ads {
	width: 362px;
	float: left;
}


#mainc {
	width: 610px;
	float: left;
}

#rightads {
	float: left;
	width: 193px;
}


#topmenu {
	float: right;
	background: url('/images/layout/topmenu_middle.jpg');
	height: 41px;
	color: white;
}
#topmenu .left {
	background: url('/images/layout/topmenu_left.jpg') no-repeat;
	width: 15px;
	height: 41px;
	float: left;
}
#topmenu .right {
	background: url('/images/layout/topmenu_right.jpg') no-repeat;
	width: 15px;
	height: 41px;
	float: left;
}

#topmenu ul {
	padding: 0; margin: 0;
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#topmenu ul li {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-right: 30px;
	padding-top: 10px;
	background: url('/images/layout/topmenu_split.jpg') no-repeat right;
	height: 31px;
}

#topmenu ul li.last {
	background: none;
	padding-right: 10px;
}

#topmenu ul li a {
	color: white;
}

#logo {
	float: left;
}

#header .menus {
	float: right;
}

#header #languages {
	margin-right: 40px;
	padding-top: 15px;
	clear: both;
	float: right;
}

#header #languages ul {
	padding: 0; margin: 0;
}


#create td {
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.flash_notice {
        width: 940px;
        background-color: #fbfbf5;
        color: #323232;
        border: 1px solid #963694;
        padding: 20px;
        font-size: 16px;
        text-align: center;
        position: absolute;

        opacity:0.95;filter:alpha(opacity=95);

        top: 0px;
        left: 50%;

        margin-left: -475px;

        float: left;
}


