﻿@charset "UTF-8";
/* CSS Document */



/* BASIC ELEMENTS // STRUCTURE /////////////////////////////////////////////////////// */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
    font: 12px/18px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000000;
    text-align: center;
    background: #C8CB08 url(../images/bgfond.jpg) no-repeat; 
	background-position:top center;
	
}



#wrapper {
	width: 800px;
	background-color: #EFF0B4;
	margin: 50px auto;
	border: 0;
	text-align: center;
}



/* header */

#header {
   width: 800px;
   background-color: #FFFFFF;
}



/* content */

#content {
	margin: 0 auto;
	padding: 30px 100px 45px 45px;
	border: 0;
	text-align: left;
}

/* APPLICATIONS /////////////////////////////////////////////////////// */


p {
    margin-bottom: 10px;
}
h1 {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #4B5F19;
	margin: 0 0 20px 0;
}

.copy_green {
	font-size: 14px;
	color: #4B5F19;
}

.copy_black {
   margin: 10px 0 0 0;
}

.copy_small {
   margin: 40px 0 0 0;
   font-size: 10px;
}

/* links */

a {
    color: #4B5F19;
	font-weight: normal;
}


a:link, a:visited {
    text-decoration: none;
}

a:focus, a:hover, a:active  {
    text-decoration: underline;
}





/* MISC /////////////////////////////////////////////////////// */

.clear {
    clear: both;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	overflow :auto !important
}

#oldbrowsermessage {
    display: none;
}


/* ADDITIONS /////////////////////////////////////////////////////// */

