/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-position:top;
font-size: 11px;
line-height: 1.5em;
}

p {}

h1{
font-size:18px;
color:#333333;
font-weight:bold;
margin-bottom:2px;}

a:link {color: #FF6633;}     
a:visited {color: #FF6633;} 
a:hover {color: #FF6633;}  


#header{
background-image:url(images/header.jpg);
background-position:center;
background-repeat:no-repeat;
height:210px;
margin-left:auto;
margin-right:auto;
width:980px;
}

#navigation{		
width:160px;
float:left;
height:auto;
padding-left:20px;
padding-top:20px;
font-size:12px;
font-weight:bold;
line-height: 2.5em;
border-bottom: solid 8px #FF6600;
}

#outer{width:100%; 
margin: auto;
}

#main-part{
min-height: 500px;
width:940px;
padding-bottom:0px;
text-align:left;
padding:10px;
background-color:#FFFFFF;
}

* html #main-part{
height: auto;
margin: 0px auto;
width:940px;
padding-bottom:0px;
text-align:left;
padding:10px;
background-color:#FFFFFF;
}

#text_area{
margin-left:230px;
_margin-left:220px;
margin-top: 15px; 
width:490px;
height:auto;
color:#333333;
}

#text_area2{
margin-left:230px;
_margin-left:220px;
margin-top: 15px; 
width:690px;
height:auto;
color:#333333;
}


#content_holder {
width:720px;
height:auto;
float:left;
height:100%;
}

#content_holder2 {
width:920px;
height:auto;
float:left;
height:100%;
}

#side-bar {
width:160px;
float:right;
padding:10px;
padding-left:30px;
margin-top: 20px;

text-align:left;
background-color:#FCEDC9}


a.nav{
width:130px;
color:#333333;
text-decoration: none;
}

* html a.nav{
width:130px;
text-decoration: none;
font-weight:normal;
}

a.nav:link{font-weight:normal;}
* html a.nav:link{color:#333333;}
a.nav:hover{font-weight: bold; color:#FF6600;}
* html a.nav:hover{font-weight:bold; color:#FF6600;}
a.nav:visited{font-weight:normal;}
* html a.nav:visited{color:#333333;}

