html,body { margin:0; padding:0; height:100%; }
body { background:#B7C7AA; color:#5E4450; font-family: Arial, Verdana, Tahoma; background:url(../images/bg.jpg) left top repeat; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }

div#container { position:relative; margin:auto; width:830px; padding:0 0 0 0; /*background:red;*/ }

div#logo { z-index:99; position:absolute; right:5px; top:5px; background:url(../images/intro_logo.png) left top no-repeat; width:150px; height:55px; /* background:red; */ }

div#header { position:relative; width:450px; height:320px; padding:0 0 0 0; /*background:yellow;*/ }

div#menu_container { z-index:99; position:absolute; left:440px; top:95px; float:left; width:430px; text-align:left; /*background:red;*/ }
#menu_left { float:left; text-align:left; /*background:green;*/ }
#menu_right { float:left; text-align:left; padding:0 0 0 10px; /*background:blue;*/ }

.menu_item { cursor:pointer; width:210px; margin:0 0 1px 0; font-size:12px; color:#444; text-decoration:none; font-weight:bold; /* background:red; */ }
.menu_item .top { height:2px; width:210px; font-size:0px; background:url(../images/intro_menu_top.png) right top no-repeat; /* background:red; */ }
.menu_item .middle { padding:2px 10px 3px 10px; width:190px; background:url(../images/intro_menu_middle.png) right top repeat-y; text-align:left; /* background:red; */ }
.menu_item .bottom { height:2px; width:210px; font-size:0px; background:url(../images/intro_menu_bottom.png) right top no-repeat; /* background:red; */ }

#menu_right .menu_item .middle { padding:3px 10px 3px 10px; }

div#copyright { float:left; width:660px; padding:3px 0px 0px 0px; color:#000; font-size:9px; font-weight:bold; /*background:red;*/ }
div#copyright a:link, div#copyright a:visited, div#copyright a:active { font-size:9px; color:#000; text-decoration:none; font-weight:bold; }
div#copyright a:hover { text-decoration:underline; }