html{
width:100%;
height:100%;
background-color:#E4E4E4;
}

body{
width:100%;
margin:0 auto;
}

body a:hover{
color:#0CCA56;
}

#holder{
width:944px;
height:100%;
background-color:#FFFFFF;
margin:0 auto;
}

#header{
float:left;
width:100%;
height:243px;
background-image:url(../images/header.jpg);
}

#content_container{
float:left;
width:100%;
height:100%;
background-color:#FFFFFF;
padding-bottom:53px;
}

#left{
float:left;
width:228px;
height:100%;
}

#center{
float:left;
width:510px;
height:100%;
}

#right{
float:left;
width:206px;
_width:	203px;
height:100%;
background-image:url(../images/bg_right.jpg);
background-repeat:no-repeat;
}

#footer{
float:left;
width:944px;
height:40px;
background-color:#CFEFFA;
padding-bottom:30px;
_padding-bottom:0px;
margin-top:85px;
}

#content{
position:relative;
float:left;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

#menu{
float:left;
width:944px;
height:14px;
background-image:url(../images/bg_menu.gif);
background-repeat:repeat;
text-align:center;
padding-top:7px;
padding-bottom:7px;
}

#menu a{
text-decoration:none;
}

#menu a:hover{
color:#0CCA56;
}

#menu_left{
float:left;
background-image:url(../images/bg_left.gif);
background-repeat:no-repeat;
width:228px;
height:255px;
padding-top:10px;
}

#menu_left_ul{
margin-left:0px;
padding-left:0px;
width:100%;
list-style-type:none;
}

#menu_left_ul a{
text-decoration:none;
}

#contact{
position:relative;
float:left;
}

