body {
	background: #699A49 url(bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: justify; 
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px;
	color: #333333;
	}

img {border: 0px none;}



/*////////// Layout //////////*/


#header {
        position: absolute;
        top: 0;
        left: 0;
        width: 503px;
        height: 327px;
	}

#navi {
        position: absolute;
        top: 327px;
        left: 490px;
        width: 150px;
        height: 47px;
	}

#content {
	position: absolute;
        top: 327px;
        left: 0;
        width: 503px;
        height: auto;
	padding-left: 20px;
	}


/*////////// Stylistics //////////*/

p {
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	color: #333333;
	padding: 0 10px 10px 0;
	margin-top: -10px;
	line-height: 16px;
	text-indent: 30px;
        }
p.block {
        background: #cccccc;
	color: #00555f;
	font-family: Georgia,"Times New Roman";
	line-height: 14px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
        padding: 5px;
        text-align: center;
        margin-left: 70px;
        margin-right: 60px;
	}

strong {color: #ffffff;}
i {color: #ffffff;}

.image {
	background: #ffffff;
	border: 5px solid #ffffff;
	}

input, select, textarea {
	color: #333333;
	background: #cccccc;
        border: 2px solid #ffffff;
	}

ul { list-style-type: none; }

li {
	font-family: arial, tahoma, sans-serif;
        color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
	background-image: url(bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
	}

.title {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px dotted #FFFFFF;
	list-style-type: none;
	background-image: url(bottles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 0 20px;
        letter-spacing: 1px;
	}



/*////////// Header //////////*/

h1 {
	color: #ffffff;
	font-family: arial, tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
        letter-spacing: 2px;
	}
h2 {
	color: #ffffff;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
        letter-spacing: 2px;
	}


/*////////// Links //////////*/

a:link, a:visited {
	color: #d81e00;
        text-decoration: none;
	font-weight: bold;
	}

a:active, a:hover {
	color: #00555f; 
	text-decoration: none;
	font-weight: bold;
	}

a.navi:link, a.navi:visited {
	color: #d81e00;
        text-decoration: none;
	font-weight: normal;
	}

a.navi:active, a.navi:hover {
	color: #00555f; 
	text-decoration: none;
	font-weight: normal;
	}