
/*
Design by C1 Web Designs : www.c1webdesigns.com
*/

body {
   margin: 0px;
   padding: 0px;
   color: #a2979e;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   line-height: 1.5em;
   background-color: #f6f4e5;
}

body, th, td, input, textarea, select, option {
   font-family: Georgia, "Times New Roman", Times, serif;
}

p, ul, ol {
margin: 0 0 15px 0; padding: 0;}

h1 {
font-size: 18px; font-weight: bold; height: 27px;
}

h2 {
font-size: 14px; font-weight: bold;
}

img { border: none; }


a {
   color: #3AA0B9;
}

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

/* Header */

#header {
   width: 100%;
   height: 100px;
   margin: 0 auto;
   position: relative;
   z-index: 200;
}


/* Content */

#content {
   float: middle;
   width:100%;
   position: relative;
   z-index: 900;
}


#sub {
   clear: both;
   float: middle;
   position: relative;
   text-align: center;
   z-index: 600;
}



/* Footer */

#footer {
   clear: both;
   padding: 30px 0;
   text-align: center;
   font-size: smaller;
}



