/* START LAYOUT */
body { 
	margin: 0px;
	line-height: 160%;
	background: url('img/bg.jpg'); #d9d9d9;
    }

#layout{
	width: 600px;
	padding: 0px 0px 0px 0px;
	background-color: #cfe6dc;	
	margin-right: auto;
	margin-left: auto;}

#header {
    background: url(img/layout.jpg) no-repeat;
	height: 375; 
	margin: 0px; 
	padding: 10px 10px 10px 10px;}


#menu { 
	text-align: center;
	padding: 0px;
	margin: 375px 0px 0px 0px;
}

#menu a {
	padding: 10px;
	margin: 10px;
    text-decoration: none;
	border-bottom: none;
    letter-spacing: 1px;
    font: 11px Century Gothic, Times New Roman;
	color: #429696;
    text-transform: lowercase;
	line-height: 16px; 
	}

#menu a:link {
	color:#429696;
}

#menu a:visited{
	color:#429696;
}

#menu a:hover {
	color:#FFFFFF;
	background-color: #429696;
}

#content{
    padding: 0px 25px 10px 25px;}

#footer {
	color: #FFFFFF;
	background-color: #429696;
    height: 70px;
	clear: both;
	padding: 15px 0px 0px 0px;}

#footer p {
	font-size: 10px;
	text-decoration: none;
    font-family: Trebuchet MS;
    text-align: center;
    float: left;
    width: 600px;
	color: #FFFFFF; 
    }

#footer A  {
	text-decoration : none;
	color: #96cbb9; 
	font-size: 10px;
    }

#footer A:hover {
	text-decoration: underline;
	color: #c0e0d3;}

/*END LAYOUT*/


/*TEXT, IMG AND LINKS START*/
p, body {
	font: 10px Arial, Trebuchet MS;  
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 17px;
	letter-spacing: .1em;
    font-weight: normal;
}

blockquote {
	border-left: 5px solid #429696;
	background: #9ff1f1;
}

input, textarea, select{
	background-color: #aad6c7;
	color: #000000;
	letter-spacing: 0px;
	border: 1px #000000 dotted;
	padding: 2px; 
	font: 11px "Trebuchet MS", Tahoma, Arial;
}

strong, b {
    text-decoration: none;
	font-size: 11px;
	color: #134a49;
	font: 10px "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;}

em, i {
 	color: #134a49;
	font: 10px "Trebuchet MS", Tahoma, Arial;
	font-style: italic;}

ul, ol {
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	line-height: 145%;}

li {
	padding-bottom: 3px;
    font: 10px "Trebuchet MS", Verdana, Arial, Sans-serif;
    color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 8px;}

img {
	border: 0px none;}

a  {
	text-decoration: none;
    font-weight: bold;
	color: #429696; 
    }

a:hover {
	text-decoration: none;
	color: #134a49;}

/* TEXT, IMG AND LINKS END */


/* HEADERS */

h1 {
	margin: 15px 0px 5px 0px;
	color: #429696;
	font-family: Century Gothic, Georgia, sans-serif;
	font-size: 17px;
    font-style: italic;
	padding: 0px;
	letter-spacing: 1px;
    font-weight: normal;
	height: 18px;
	text-transform: lowercase;
	border-bottom: 1px dotted #429696;}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #429696;
	font-family: Century Gothic, Georgia, sans-serif;
	font-size: 16px;
    font-style: italic;
	height: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: lowercase;
	border-bottom: 1px dotted #429696;}

h3 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #429696;
	font-family: Century Gothic, Georgia, sans-serif;
	font-size: 12px;
    font-style: italic;
	height: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: lowercase;
	border-bottom: 1px dotted #429696;
	width: 300px;}

/* HEADERS END */
