@charset "utf-8";
/* CSS Document */

html{
background-color:#ffffff;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

html{
margin:0;
padding:0;
background-image:url(graphics/bg.png);
background-repeat:repeat-x;
}

body{
padding:15px;
margin:0;

}

h1{
font-size:18px;
color:#666666;
}

#outer{
width:808px;
margin-left:auto;
margin-right:auto;
}

#outerTop{
background-image:url(graphics/outer_top.png);
background-repeat:no-repeat;
height:16px;
width:100%;
}

#outerMiddle{
background-image:url(graphics/outer_middle.png);
background-repeat:repeat-y;
width:100%;	
padding:0 16px;
}

#outerBottom{
background-image:url(graphics/outer_bottom.png);
background-repeat:no-repeat;
height:25px;
width:100%;	
}

#header{
width:100%;
height:172px;
background-image:url(graphics/header.png);
background-repeat:no-repeat;
}

#logo{
border:0;
margin:25px;
}

#left{
width:150px;
margin-left:5px;
background-image:url(graphics/left_bg.png);
background-repeat:repeat-y;
float:left;
padding:0 10px;
}

#left a{
color:#000000;	
}

#right{
float:left;	
width:590px;
padding-bottom:15px;
}

.logoContainer{
width:20%;
float:left;
text-align:center;
}

.logoContainer img{
border:0;	
}

.logoContainer a{
text-decoration:none;
color:#000000;
}


