/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    color                   :       #bbbbbb;
    font-family             :       Helvetica, sans-serif;
    font-size               :       14px;
    margin                  :       0px 0px 0px 0px;
    text-align              :       center;
}

a:link {
    color                   :       #bbbbbb;
	text-decoration         :       none;
}

a:visited {
    color                   :       #bbbbbb;
	text-decoration         :       none;
}

a:hover {
    color                   :       #2fcdb8;
}

img {
    border                  :       none 0px;
}

td {
    vertical-align          :       top;
}

/****************************ID Classes********************************/

/*** Container ***/

#container {

}

/*** Logo ***/

#logo {
    height                  :       100px;
   background-color:Aqua;
    width                   :       412px;
}

/*** Navigation Area ***/

#nav {
    height                  :       45px;
       background-color:red;
    padding                 :       0px 0px 0px 0px;
    width                   :       412px;
}

#nav_button_1 {
    float                   :       left;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       156px;
}

#nav_button_2 {
    float                   :       left;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       118px;
}

#nav_button_3 {
    float                   :       left;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       183px;
}

#nav_button_4 {
    float                   :       left;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       95px;
}

#nav_button_5 {
    float                   :       left;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       80px;
}

#nav_button_6 {
    float                   :       right;
    height                  :       20px;
    padding                 :       0px 0px 0px 0px;
    width                   :       98px;
}

/*** Content Area ***/

#contentplaceholder {
    padding                 :       40px 0px 0px 0px;
    text-align              :       center;
}

.h1 {
    font-size               :       18px;
    font-weight             :       bold;
}

.h2 {
    font-size               :       14px;
    font-weight             :       bold;
}

/*** Image Slider ***/

#gallery  {
    height                  :       500px;
    margin                  :       0;
    padding                 :       0;
}

#gallery li {
    display                 :       block;
}
