﻿/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #ffffff;
background-image: url(images/bg_browser-1.jpg);
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#26024a;
padding:0px;
margin:0px;
line-height:1.4em;
}
a {color:#26024a; text-decoration: none;}
a:visited {color:#26024a; text-decoration: none;}
a:hover {color: #DB7093; text-decoration: none;}
a:active { color:#000000; text-decoration: none;}

h1 {
font-family: Georgia, Times New Roman, Serif;
font-size: 2.5em;
line-height: 2.1em;
}

h2 {
font-size:20px;
font-weight: normal;    
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
width: 849px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #e4e4e4;
/* ----background-color: #EBD3E0; ----*/
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
background-image: url(images/mtnOakPotteryHeader.jpg);
padding: 0px;

}

#bannerText {
    text-align:center; 
}

#nav-main {
    text-align: right;
    display: block;
    float: right;
    padding-top: 215px;
    margin-right: 10px;
    font-size: 1.2em;
    text-decoration: none;
    }
td#nav-main {
    padding-right: 4px;
    }

/* -----------------content--------------------- */
#content {
/* --- background-color: #ffffff; --- */
padding: 0px;
margin-right: 0px;
background-image: url(images/bgTile.png);
background-repeat:repeat-x;
}

div#content { 
min-height:600px;
/* height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

#content p {
}

p, pre{
padding: 5px 10px;
}

/* --------------left navi------------- */

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
background-color: #e4e4e4;

 }

/* -----------contact page ---------------------- */

#contactContent {
    margin: 20px;
}