	/* GENERAL
*************************************************************************************************************************************************/
body												{ font-family: Arial,  calibri, Helvetica, sans-serif; font-size: 11px;  color: #2b2352;   }
body												{ background: #FFFFFF; text-align: center }
html												{ overflow: scroll}

/* TEXT
*************************************************************************************************************************************************/
p													{ line-height: 13px }

/* LINKS
*************************************************************************************************************************************************/
a:link											{ color: #2b2352; font-weight: bold; text-decoration: underline; outline: none }
a:visited										{ color: #2b2352; font-weight: bold; text-decoration: underline }
a:active										{ color: #2b2352; text-decoration: underline }
a:hover											{ color: #2b2352; text-decoration: underline }
a.active, a:visited.active				{ color: #2b2352; font-weight: bold; text-decoration: none; outline: none }

/* LAYOUT
*************************************************************************************************************************************************/
#container									{ border: 0px solid red; width: 791px; height: 551px; margin: 20px auto 0px auto; text-align: left; background: #fefaca }

/*SUBLAYOUT
*************************************************************************************************************************************************/
#container .left								{ border: 0px solid red; width: 474px; height: 551px;  float: left; background: no-repeat }
#container .right							{ border: 0px solid red; width: 295px; float: left;  }

#text											{ border: 0px solid red; height: 271px; padding: 90px 0px 0px 0px }

/* MENU
*************************************************************************************************************************************************/
#mainmenu									{ font-weight: bold;  position: relative; left: 338px; top: 391px; width: 108px }
#mainmenu ul								{ margin: 0px; padding: 0px }
#mainmenu li								{ border: 0px solid red; margin-bottom: 11px  }
#mainmenu a								{ border: 0px solid red; display: block; width: 91px; height: 15px; font-size: 10px; padding: 3px 0px 0px 10px; text-decoration: none  }
#mainmenu a:hover						{ text-decoration: underline }

#submenu									{ border:0px solid red; font-weight: bold;    }
#submenu ul								{ margin: 30px 0px 0px 0px; padding: 0px }
#submenu li									{   }
#submenu a									{ font-size: 10px; color: #ffd305; margin: 0px 0px 13px 0px; display: block; width: 130px; height: 15px; background: url(../img/button_sub.gif) no-repeat; padding: 1px 0px 0px 10px; text-decoration: none  }
#submenu a:hover						{ text-decoration: underline }

/* HEADERS
*************************************************************************************************************************************************/
h1													{ font-weight: bold; font-size: 30px; padding: 5px 0px 5px 0px;    }
h2													{ font-weight: bold; font-size: 12px; margin: 0px 0px 10px 0px }

