body {
	margin-top: 20px;
	text-align: center;
	color: #000;
	font-family: Arial, Sans-Serif;
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	/*font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;*/

}
	
	p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: small;
	color: #000000;
	}
	
	
a {COLOR: #000000; text-decoration: none;}
a:visited {COLOR: #000000; text-decoration: none;}
a:hover {COLOR: #0066CC; text-decoration: underline;}

ul {
	margin-left: 15px;

}
h1 {
	font-size: 1.3em;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: .1em;
}
li { list-style-type: disc;
}
#wrap {
	position:relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 850px;
	margin:0 auto;
	background-image:url(bg.gif);
	background-color: #fff;

}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:100px;
	background-color: #fff;
}
#header_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	position: relative;
	width: 450px;
	left: 0px;
	top: 0px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
}

#header_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 400px;
	position: absolute;
	top: 0px;
	left: 450px;
	text-align: right;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

#menu{
	left:0px;
	top:100px;
	width:295px;
	height:280px;
	background-color: #000000;
	position: absolute;
	line-height: 35px;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: left;
	text-indent: 25px;
}
#menu ul
{
	margin: 0;
	list-style-type: none;
	padding-top: 20px;
} 
#menu li
{

}
#menu li a
{
	font-size:1.2 em;
	color:#FFFFFF;
}

#head_img {
	left:295px;
	width:555px;
	height:280px;
	position: absolute;
	top: 100px;
}

#sidebar{
	left:0px;
	width:275px;
	text-align: justify;
	position: absolute;
	top: 380px;
	font-size: 0.9em;
	line-height: 120%;

}



#content {
	left:296px;
	top:380px;
	width:555px;
	position: absolute;

}

#content ul
{
	font-size: small;
	line-height: 140%;
	text-indent: 0px;


}
#content li
{
}
#footer {
	background-color:#fff;
	width: 850px;
	font-size: 0.6em;
	color:#000000;
	text-align: center;
	padding-top: 50px;
	position: absolute;
	top: 1200px;
}
