* {margin:0;padding:0;}


body {
background:none repeat scroll 0 0 #FFFFFF;
color:#666666;
font:small Arial,Helvetica,sans-serif;
margin:20px 0;
}

.title {
	background:url("images/line.gif") repeat-x scroll left bottom transparent;
	color:#000;
	padding:3px 0 15px;
	
	
}

h2 {
	color:#000;
	font-size:26px;
}

h3 {
	color:#000;
	font-size:20px;
}

p {
line-height:180%;
margin-bottom:1.5em;
}


#wrap {
	margin: 0 auto;
	width:760px;
	height:1000px;
}

#header {
	background:url(images/logo.jpg) no-repeat;
height:180px;
width:760px;
}

#center {

    height:15px;
}

#content {
width:760px;
}

#sidebar {
float:left;
width:220px;
}

#menu {
padding:20px 0;
}

#menu ul {
list-style:none outside none;
}

#menu a {
border-top:1px solid #EEEEEE;
color:#666666;
display:block;
font-weight:bold;
padding:10px 20px;
text-decoration:none;
}
#menu a:hover {
background:#dcebfc;
color:#000;
}

#main {
float:right;
width:520px;
}

.story {
clear:both;
padding:0;
}

#footer {
	margin:0 0 20px 0;
}

fieldset{
	padding:0 0 7px 0;	
}

#sidebar fieldset{
	padding:5px 25px;
	border:1px dotted #ccc;
}

legend{
	padding:0 5px;
}
