	/* css reset by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}
/* /css reset */
	body,
	html {
		margin:0;
		padding:0;
		color:#979797;
		font:12px Tahoma, Geneva, sans-serif;
		background:#fbfbfb url(../images/bg.gif) top repeat-x;
	}
	a{
		text-decoration:none;
		color:#574887
	}
	a:hover{
		text-decoration:underline;
		color:#574887
	}
	p{
		margin-bottom:15px
	}
	h2{
		margin-top:24px;
		margin-bottom:17px;
		clear:right;
	}
	h2 span{
		display:none
	}
	#wrap {
		width:960px;
		margin:0 auto;
	}
	#header{
		height:482px
	}
	#block{
		clear:both;
		background:#f4f4f4;
	}
	#wrap2 {
		background: url(../images/wrapbg.gif) top left no-repeat;
		width:960px;
		margin:0 auto;
	}
	#main {
		float:left;
		margin-bottom:20px;
		width:253px;
	}
	#main #date{
		color:#29166d;
		margin-left:2px;
		padding-left:8px;
		border-left:4px solid #e9e7f2
	}
	#main #neews{
	}
	#main #neews a{
		color:#979797;
		text-decoration:none
	}
	#main #neews a:hover{
		color:#29166d;
		text-decoration:underline
	}
	#center {
		float:left;
		margin-left:20px;
		margin-bottom:20px;
		width:385px;
		text-align:justify;
	}
	#sidebar {
		float:right;
		width:243px;
		margin-bottom:20px;
	}
	#sep{
		width:38px;
		height:200px;
		margin-top:24px;
		margin-left:15px;
		float:left;
		background: url(../images/pin2.gif) center repeat-y
	}
	#wrap p, #center p, #sidebar p{
		margin-left:15px
	}
	#footer {
		clear:both;
		height:70px;
		color:#acacac;
		font-size:11px
	}
	#footer span{
		font-weight:bold;
		color:#2a1570
	}
	#footer #copyright {
		margin:0;
		margin-top:30px;
		float:left
    }
	#footer #menu {
		margin:0;
		margin-top:30px;
		margin-left:50px;
		float:left
    }
	#footer #menu a{
		color:#9b9b9b;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		margin-right:10px
    }
	#footer #menu a:hover{
		color:#2a1570;
		font-size:11px;
		font-weight:bold;
		text-decoration:none
    }
	#footer img {
		margin:0;
		margin-top:25px;
		float:right
    }
