﻿html
{
	margin: 0;
	padding: 0;
	border: 0px;
}
body
{
	margin: 0;
	padding: 0;
	border: 0px;
	color: #990000;
    background-color: #c8cdc8;
	background-image: url(../images/roses.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#container
{
	width: 728px;
	height: 1240px;
	color: #990000;
	background-color: #fffff0;
	/*	background-color: #fff8e9;*/
	margin: 0 auto; /* puts container element in center position */
}
div#header
{
    width: 100%;
	height: 135px;
	color: #990000;
	background-color: inherit;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}
div#columns_1
{
	float: left;
	width: 728px;
	height: auto;
    color: #990000;
    background-color: inherit;
}
div#c1_content_left
{
	float: left;
	width: auto;
	height: auto;
	border-style: none;
	color: #990000;
	background-color: inherit;
}
div#c1_content_left div /* alternative for CSS box model hack) */
{
    padding: 0 20px 10px 0;
}
div#c1_content_right 
{
	float: left;
	width: 525px;
	height: auto;
	color: #990000;
	background-color: inherit;
	border-style: none;
   	/*text-align: center; */
}
div#c1_content_right div /* alternative for CSS box model hack) */
{
    padding: 0 0 10px 0;
}
div#nav_lang
{
	color: #990000;
	background-color: inherit;
	float: left;
	width: auto;
	margin: 0;
}
div#nav_lang ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
	font: 13px verdana, arial, sans-serif;
	text-transform: lowercase;
}
div#nav_lang li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
div#nav_lang li a
{
	display: block;
	width: 100px;
	padding: 2px 1px 2px 10px;
	border: solid 1px #d9e9d8;
	text-decoration: none;
	color: #336600;
	background-color: #d9e9d9;
}
div#nav_lang li a:hover
{
	border: solid 1px black;
	color: #000000;
	background-color: transparent;
}
div#nav_lang li#active a
{
	border: #d9e9d9 1px solid;
	font-weight: normal;
	color: #336600;
	background-color: #f3f0e1;
}
div#nav_lang li#active a:hover
{
	color: #336600;
	background-color: #f3f0e1;
}
h1 
{
	font: 24px Verdana, Arial, sans-serif;
	font-style: italic;
    text-align: center;
    margin: 0 0 0 0;
    padding: 20px 10px 0px 10px;
	color: #990000;
	background-color: inherit;
}
h2
{
	font: 18px Verdana, Arial, sans-serif;
	font-style: italic;
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 30px;
    padding: 0 10px 0 0;
    color: #990000;
   	background-color: inherit;
}
p.first_paragraph
{
    font: 16px Verdana, Arial, sans-serif;
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 30px;
    padding: 0 10px 0 0;
    color: #990000;
   	background-color: inherit;
}
div.nav_detail
{
	float: right;
	width: auto;
	height: 70px;
	margin-right: 20px;
	padding: 0;
	color: #990000;
	background-color: inherit;
}
div.nav_detail ul
{
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
	text-align: center;
	font: 13px verdana, arial, sans-serif;
	text-transform: lowercase;
}
div.nav_detail li
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
div.nav_detail li a
{
	display: block;
	width: auto;
	padding: 2px 10px 2px 10px;
	border: solid 1px #d9e9d9;
	text-decoration: none;
	font-weight: normal;
	color: #336600;
    background-color: #f3f0e1;
}
div.nav_detail li a:hover
{
	border: solid 1px black;
	color: #000000;
	background-color: transparent;
}
p.address
{
    font: 13px Verdana, Arial, sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0 0 0 0;
    color: #000000;
   	background-color: inherit;
}
div#columns_2
{
	float: left;
    width: 728px;
    height: auto;
    color: #990000;
    background-color: inherit;
}
div#content2
{
	float: left;
	width: 450px;
	height: auto;
	border-style: none;
    color: #fffff0;
	background-color: #f3f0e1;
}
div#content2 div	/* alternative for CSS box model hack */
{
	margin: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
p.indent 
{
	font: 16px Verdana, Arial, sans-serif;
	text-indent: 20px;
	text-align: justify;
    margin-bottom: 10px;
	color: #0267B5;
	background-color: #f3f0e1;
}
div.picture
{
    float: left;
    width: auto;
    height: auto;
    color: #990000;
	background-color: inherit;
}
div.picture div		/* alternative for CSS box model hack */
{
    margin: 0 0 0 0;
    padding: 0 30px 15px 40px;
}
div#footer img
{
    padding: 20px 0 0 0;   
}
