@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: logo_font;
	src: url('harabara.ttf');
}
.custom_font{
	font-family: logo_font; /* no .ttf */
	color:#F00;
}
h1{font-size:100px;}
h2{color:#F00;font-size:26px;margin-top:40px; margin-bottom:-5px;}
h3{color:#C00;font-size:22px;margin-top:30px; margin-bottom:-5px;}
body{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#000;background:#DDF4FF;margin:0px; padding:0px; color:#F00; font-size:20px;}
a{font-weight:bold;color:#C00; text-decoration:none;border-bottom-width: 1px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-style: dotted;}
a:hover{color:#630; border-style:none;}
img{border:0;}
#bgcontainer{background:url(bg.jpg); background-repeat:no-repeat; background-position:top; height:640px; margin:auto;}
#logotext{margin-left:-50px;margin-top:80px;}
#logoleft{position:absolute;left:0px;width:200px;height:220px;vertical-align:bottom;}
#logomiddle{position:absolute;left:200px;width:500px;}
#logoright{position:absolute;right:0px;width:400px;}
#logocontainer{position:relative;width:1100px;margin-left:auto;margin-right:auto;height:220px;}
#bodycontainer{position:relative;width:1100px;margin-left:auto;margin-right:auto;}
#leftbodyspacer{position:absolute;left:0px;width:150px;}
#bodycontent{position:absolute;left:150px;width:550px;color:#960;}
#rightbodyspacer{position:absolute;right:0px;width:400px;}
#bottomgraphic{position:fixed; bottom:-3px;height:100px;width:100%;background:url(grass-pattern.png)}
a.title{font-weight:normal;color:#F00;border-bottom-width:0;border-style:none;}
