/* CSS Document */
body {
background-color: #FFFFFF;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#container {
border: none;
width: 908px;
height: auto;
margin: auto;
position: relative;
}

#header {
width: 908px;
height: 166px;
float: left;
}

#logo {
background-image: url(gfx/logo.jpg);
background-repeat: no-repeat;
width: 354px;
height: 166px;
float: left;
}

#right {
background-image: url(gfx/head.jpg);
background-repeat: no-repeat;
width: 554px;
height: 166px;
float: left;
}

#main {
background-image: url(gfx/main.jpg);
background-repeat: no-repeat;
height: 58px;
width: 181px;
float: left;
margin-top: 108px;
margin-left: 5px;
cursor: pointer;
}

#main:hover {
background-image: url(gfx/main_o.jpg);
background-repeat: no-repeat;
height: 58px;
width: 181px;
float: left;
margin-top: 108px;
margin-left: 5px;
cursor: pointer;
}

#info {
background-image: url(gfx/info.jpg);
background-repeat: no-repeat;
height: 79px;
width: 175px;
margin-top: 87px;
float: left;
cursor: pointer;
}

#info:hover {
background-image: url(gfx/info_o.jpg);
background-repeat: no-repeat;
height: 79px;
width: 175px;
margin-top: 87px;
float: left;
cursor: pointer;
}

#cont {
background-image: url(gfx/cont.jpg);
background-repeat: no-repeat;
height: 79px;
width: 184px;
margin-top: 87px;
float: left;
cursor: pointer;
}

#cont:hover {
background-image: url(gfx/cont_o.jpg);
background-repeat: no-repeat;
height: 79px;
width: 184px;
margin-top: 87px;
float: left;
cursor: pointer;
}

#space1 {
background-image: url(gfx/space1.jpg);
background-repeat: no-repeat;
width: 908px;
height: 83px;
float: left;
}

#content {
background-image: url(gfx/contentbg.jpg);
background-repeat: no-repeat;
width: 908px;
height: 489px;
float: left;
}

#left {
width: 78px;
height: 489px;
float: left;
}

#rep {
background-image: url(gfx/rep.jpg);
background-repeat: no-repeat;
height: 158px;
width: 60px;
float: left;
margin-top: 8px;
margin-left: 4px;
cursor: pointer;
}

#rep:hover {
background-image: url(gfx/rep_o.jpg);
background-repeat: no-repeat;
height: 158px;
width: 60px;
float: left;
margin-top: 8px;
margin-left: 4px;
cursor: pointer;
}

#peo {
background-image: url(gfx/peo.jpg);
background-repeat: no-repeat;
height: 148px;
width: 78px;
margin-top: 0px;
margin-left: 4px;
float: left;
cursor: pointer;
}

#peo:hover {
background-image: url(gfx/peo_o.jpg);
background-repeat: no-repeat;
height: 148px;
width: 78px;
margin-top: 0px;
margin-left: 4px;
float: left;
cursor: pointer;
}

#wed {
background-image: url(gfx/wed.jpg);
background-repeat: no-repeat;
height: 162px;
width: 78px;
margin-top: 0px;
margin-left: 4px;
float: left;
cursor: pointer;
}

#wed:hover {
background-image: url(gfx/wed_o.jpg);
background-repeat: no-repeat;
height: 162px;
width: 78px;
margin-top: 0px;
margin-left: 4px;
float: left;
cursor: pointer;
}

#photo {
width: 820px;
height: 489px;
float: left;
}

#conttxt {
font-weight: bold;
margin-top: 120px;
margin-left: 270px;
height: auto;
width: auto;
font-size: 11px;
}

.link {
color:#666666;
text-decoration: none;
}

.link:hover {
color:#FF9900;
text-decoration: none;
}

#space2 {
background-image: url(gfx/space2.jpg);
background-repeat: no-repeat;
width: 908px;
height: 83px;
float: left;
}

#footer {
background-image: url(gfx/foot.jpg);
background-repeat: no-repeat;
width: 908px;
height: 38px;
float: left;
}

#foottxt {
font-weight: bold;
float: left;
margin-top: 12px;
margin-left: 10px;
}


#ram {
background-image: url(gfx/ram.jpg);
background-repeat: no-repeat;
height: 33px;
width: 99px;
margin-top: 1px;
margin-right: 2px;
float: right;
cursor: pointer;
}