/* CSS Document */


* {
border:none;}

body,html {
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0;
padding:0;
behavior:url('hover.htc'); /*For IE*/
min-height:100%;
height:100%;
}

p {text-indent:6px;}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:bold;}
a {color:#000000; text-decoration:none;}
a:hover { text-decoration:underline overline;}
ul {list-style-type:none; margin:0; padding:0;}
li { background-image:url(images/bullet.gif); background-repeat:no-repeat; padding-left:15px; background-position:0px 4px; margin-bottom:9px; }


#main { /*Mainj wrapper*/
margin:0 auto 0 auto;
width:800px;
padding-left:66px;
background-image:url(images/bg.jpg);
background-position:33px;
background-repeat:repeat-y;
}

#header { /*Header */
background-image:url(images/header.gif);
width:734px;
height:121px;
float:left;clear:both;}

#menu { /*Menu */
width:734px;
float:left;clear:both;
}

#menu ul {
margin:0;
padding:0;
list-style-type:none;
width:100%;
display:block;
float:left;
background-image:url(images/menu_bg.gif);
background-repeat:repeat-x;}

#menu li {
display:block; float:left;
background-image:url(images/button.gif);
width:105px;
height:28px;
margin:0;
padding:0;
background-position:top;
text-align:center;
padding-top:10px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;}

#menu li a {
color:#FFFFFF;}
#menu li:hover, #menu li.selected { /*Add class="selected" to button which links to current page*/
background-image:url(images/button.gif);
background-position:0 100%;} 
#menu a:hover {
text-decoration:none;}

#menu .line {
width:100%;
height:6px;
background-color:#FF8C01;
float:left;
clear:both;
font-size:1px;}

/*#########################*/

#content { /*Content part*/
padding:50px 30px 25px 30px;
float:left; clear:both;
width:674px;
}

#footer { /*Footer*/
height:40px;
width:714px;
float:left;
clear:both;
background-image:url(images/footer.gif);
background-color:#FF8C1C;
background-repeat:repeat-x;
color:#FFCE9F;
font-size:10px;
padding:10px;
text-align:right;
}

/*########################*/

#bottom_shadow { /*This is just an addon to bottom, otherwise it would look little crispy etc...*/
background-image:url(images/bot_shadow.gif);
background-repeat:repeat-x;
margin:0 auto 0 auto;
width:734px;
height:32px;
}


/*Classes for content, see XHTML*/
.text_box {width:100%; float:left; clear:both; margin-bottom:30px;}
.img{ width:150px; float:left; background-repeat:no-repeat;}
.text {  float:left; width:450px; text-align:justify; margin-bottom:30px;}

