@charset "utf-8";
/* CSS Document */
body{
background-image:url(../images/pattern.gif);
background-repeat:repeat;
margin:0px;
}
p{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}
h2{
font-size:14px;
font-weight:bold;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

p.date{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;

margin:0px;
color:#333333;
font-weight:bold;
}

a:link{
font-weight:bold;
color: #0099FF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:visited{
font-weight:bold;
color: #0099FF;
text-decoration:none;
}

#bg_full{
background-image:url(../images/bg_full.png);
background-repeat: no-repeat;
margin:0 auto;
width:870px;
}

#page_full{
width:790px;
margin:0 auto;
padding:0 40px 0 40px;
}

#page_half{
background-image:url(../images/bg.png);
background-repeat: no-repeat;
width:475px;
margin:0 auto;
padding:95px 0 0 0;
}

#content{
width:360px;
margin: 0px 0 0 60px;

}

#column_left{
width:360px;
margin: 95px 0 0 15px;
float:left;
}

#column_right{
width:360px;
margin-top:95px;
margin-left:45px;
float:left;
}

#footer{
width:790;
margin:0 auto;
}

#heading{
margin:0px 0 1px 0;
}

#section{
width:330px;
margin:0 0 8px 26px;
}


