/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font-family: "Comic Sans MS";
	font-size: 13px;
	line-height: 1.231;
}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a {
	text-decoration:none;
	color:663399
}
a:hover {
	text-decoration: underline;
	color:663399
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
}

.fl{
	float:left;
}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header {
	position:relative;
	height:200px;
	font-family: "Comic Sans MS";
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#logo {
	position:absolute;
	top:10px;
	right:103px;
	width: 822px;
	height: 101px;
	text-align: center;
}
#logo h1 {
	font-size:34px;
	color:#000000
}
#logo div {
	padding-left:100px;
}
#nav {
	position:absolute;
	top:108px;
	left:55px;
	background:url(images/nav.jpg);
	width:908px;
	height:42px;
	line-height:42px;
}
#nav li {float:left;  font-weight:700; width:100px;background:url(images/nav_b.jpg) no-repeat ;  }
#nav li.first {background: none} 
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {
	margin:0  0 0 5px;
	background-image: url(images/nav_hover.jpg);
}
/* content */
#content { }
.main {
	width:470px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: left;
}
#text {
	width:470px;
	margin: 0px;
}
#text h2 {
	font-size:25px;
	padding-bottom:20px
}
#text p img {float:left; padding:0 20px 0 0}
#text a {
	color:#000000
}
#col {
	margin:10px 0 10px 0;
	background:url(images/col.jpg);
	height:130px;
}

#col div {
	width: 180px;
	margin: 10px 0 0 10px;
	display:inline
}
#col .first  {margin: 20px 0 0 20px }
#col li{line-height:20px;}
#col .first ul {border-right:#EEE 1px solid; }

.side { width:430px;display: inline; background: url(images/side.gif) no-repeat; height:537px}
.side h2 {font-size:22px}
.sideinner img{margin:35px  0 30px 65px;}
.sideinner h3 a{
	font-size:34px;
	color:#CC33FF;
	margin:0 0 0 85px;
	font-family: Croobie;
}
/* footer */
#footer { background:url(images/ft.jpg); height:133px; position:relative}
#ftinner{
	position:absolute;
	bottom:30px;
	width:600px;
	margin-left:120px;
	text-align: center;
	left: 161px;
}
.ftlink {width:500px;}



div.scroll {
	height: 300px;
	width: 400px;
	overflow: auto;
	border: .5;
	padding: 8px;
}

</style>
