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

#wrapper {
	width:1024px;
	height:647px;
	margin:0px auto;
	background:url(indexBG.jpg) top left no-repeat;
	}
	

* {
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
	
}

body {
	background:url(BGgrad.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	}

fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}
.clearing {
	clear:both;
	float:none;
	height:0px;
}

	
#sideContent h2 {
	color:#FFFFFF;
	font-style:italic;
	
}

#sideContent #header h1 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:5px;
	letter-spacing:1px;
}

#sideContent #header {
	margin-left:-20px;
	width:230px;
	padding:10px 5px 0px 0px;
}

#sideContent #header p.LINEONE{
	font-size:14px;
}

#sideContent #header p {
	
	font-size:13px;
	font-style:italic;
	padding-bottom:15px;
	color:#FFFFFF;
}

#sideContent a{ color:#FFFFFF; padding:0px 4px;}

	
div.ahover {
    position: absolute;
    z-index: 99;
    background:#0000FF;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;

	/*border:2px solid #0000ff;*/
}
