@charset "utf-8";
/* CSS Document */

/*---- Global ----*/
body{
margin:0;padding:20px 0;
background:#e5e2e5 url(images/bg.jpg) left top repeat-x scroll;
font:12px/150% Arial, Helvetica, sans-serif;color:#000;letter-spacing:0px;
text-align:center;color:#000;
}
div{margin:0;padding:0;text-align:left;}
h1, h2, h3, h4, h5, h6{padding:0;margin:15px 0;font-family:"Trebuchet MS", "Times New Roman", Times, serif;}
p{padding:0;margin:0 0 15px 0;}
h1, h2, h3, h4, h5, h6{font-weight:bold;color:#996a98;}
h1{font-size:2.1em;}
h2{font-size:2.2em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5, h6{font-size:1.1em;}
a, a:link, a:visited{color:#996a98;text-decoration:none;}
a:hover, a:active{text-decoration:underline;}
img{border:none;}
hr{border-width:1px;border-color:#444;}
ul{list-style:url(images/bullet.gif) outside;}
li{height:25px;line-height:25px;}

/*---- Layout ----*/
#container{
margin:0 auto;
width:940px;
background:#fff url(images/main_bg.jpg) center top repeat-x scroll;
}
	.containerinner{padding:25px;}
	.logo{display:block;margin:0;padding:0;}
		.logo a{display:block;width:363px;height:133px;background:url(images/logo.gif) left top no-repeat;text-indent:-4000px;}

#main{float:left;width:363px;}
	#contents{height:285px;}
.box{padding:10px;background-color:#a18ca0;color:#fff;}
	.box a{color:#ffd1fe;}
	#main strong{font-size:16px;font-weight:bold;color:#996a98;}
#content_right{float:right;width:502px;}

	#footer{clear:both;float:none;margin:0 auto;width:940px;padding:15px 0;text-align:center;color:#a18ca0;}
	#footer a,
	#footer a:hover,
	#footer a:active{font-weight:bold;color:#a18ca0;}

/*---- Classes ----*/
.clearfloat{clear:both;}

/*--Form Classes--*/
.labeldiv{padding-right:10px;}
