#wrapper {
	position: relative;
   margin-right: auto;
   margin-left: auto;
   width: 1000px;
   height: 750px;
}

#container {
        position: relative;
        width: 991px;
        height: 694px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
}

#header {
        position: relative;
        width: 989px;
        height: 50px;
        float: left;
        border: 1px solid #000000;
}

#logo {
        width: 169px;
        height: 34px;
        top: 6px;
        position: absolute;
        left: 9px;
        background-image: url('images/logosmall.jpg');
        background-repeat: no-repeat;
}

#leftcolumn {
        position: relative;
        width: 198px;
        height: 640px;
        float: left;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #000000;
}

#mainimage {
        position: relative;
        width: 790px;
        height: 292px;
        float: left;
        background-color: #FFFFFF;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
}

#maincontent {
        position: relative;
        width: 580px;
        height: 347px;
        float: left;
        background-color: #FFECD9;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}
#maincontenttext {
		position: absolute;
		left: 20px;
}

#rightcontent {
        position: relative;
        width: 209px;
        height: 347px;
        float: left;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #000000;
}
#rightcontenttext {
      position: absolute;
      left: 20px;
}

#footer {
        position: absolute;
        width: 1000px;
        height: 50px;
        float: left;
        top: 700px;
}

li {
		list-style-type: none;
}

a.rootmenulink {
		color:#FF8000;
      font-family:Calibri;
      font-size:Large;
      font-weight:normal;
      text-decoration:none;
		margin-left:15px;
}

a.rootmenulink:hover {
      color:#FF8000;
      font-family:Calibri;
      font-size:Large;
      font-weight:bold;
      text-decoration:none;
		margin-left:15px;
}

a.currentrootmenulink {
      color:#FF8000;
      font-family:Calibri;
      font-size:Large;
      font-weight:bold;
      text-decoration:none;
    margin-left:15px;
}

a.menulink1 {
      color:#000000;
      font-family:Calibri;
      font-size:Large;
      font-weight:normal;
      text-decoration:none;
		margin-left:30px;
}

a.menulink1:hover {
      color:#FF8000;
      font-family:Calibri;
      font-size:Large;
      font-weight:normal;
      text-decoration:none;
		margin-left:30px;
}

a.currentmenulink1 {
      color:#000000;
      font-family:Calibri;
      font-size:Large;
      font-weight:bold;
      text-decoration:none;
    margin-left:30px;
}

a.menulink2 {
      color:#000000;
      font-family:Calibri;
      font-size:Medium;
      font-weight:normal;
      text-decoration:none;
		margin-left:45px;
}

a.menulink2:hover {
      color:#FF8000;
      font-family:Calibri;
      font-size:Medium;
      font-weight:normal;
      text-decoration:none;
		margin-left:45px;
}

a.currentmenulink2 {
      color:#000000;
      font-family:Calibri;
      font-size:Medium;
      font-weight:bold;
      text-decoration:none;
    margin-left:45px;
}

.maintext {
        font-family: Calibri, Arial, sans-serif;
        font-size: 12px;
        color: #000000;
        overflow: auto;
}
.maintextbold {
        font-family: Calibri, Arial, sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
}
.imagelinknoborder {
        border-width: 0;
}
#footer {
        position: absolute;
        width: 990px;
        height: 50px;
        float: left;
        top: 700px;
}
.footertext {
        font-family: Calibri, Arial, sans-serif;
        font-size: x-small;
        font-weight: bold;
        text-align: right;
}
.footertextorange {
        text-align: center;
        font-family: Calibri, Arial, sans-serif;
        font-size: x-small;
        font-weight: bold;
        color: #FF9900;
}
input:focus    { 
		  border-color: #FF8000; 
		  border-style: solid;
}
textarea:focus { 
        border-color: #FF8000;
        border-style: solid;
}

