*
{
	margin: 0px;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #cccccc;
	color: #222222;
	text-align: center;
}

a {
	background-color: inherit;
	color: #fff;
/*	text-decoration: none;*/
}

a:hover {
/*	color: #fff;*/
	text-decoration: none;
}

a.active {
	color: #fff;
	text-decoration: none;
}

p {
	color: #fff;
}

h1 {
	font-size: 120%;
	color: #666666;
	}

span {
	color: #666666;
	text-align: left;
}

#wrap {
	width: 800px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/layout_5.jpg);
	background-repeat: no-repeat;
}

#menu {
	position:absolute;
	top:170px; width:120px; height:380px;
	margin-left: 40px;
}


#content {
	position:absolute;
	top:170px; width:600px; height:370px;
	text-align: left;
	margin-left: 160px;
}

#content p {
	color: #666666;
}

#content a {
	color: #666666;
/*	text-decoration: underline;*/
}

#footer {
	position:absolute;
	top:540px; width:720px; height:20px;
	text-align: center;
	margin: 0px 40px 0px 40px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dashed #666666;
}

/* Example CSS style for encrypted email links */

span.emo_address, a.emo_address {
  color: #000000;
/*  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #888888; */
}

span.emo_address:hover, a.emo_address:hover {
  color: #81A021;
/*  border-bottom-color: #006600; */
}
