body {
	background-color: #F7F6F4;
	background-image: url(web-design/webdesign_01.jpg);
	background-repeat: repeat-x;
}
.webdesign {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(web-design/webdesign_12.gif);
	background-repeat: repeat-y;
	margin-bottom: 25px;
}
.design {}
.center {}
.navi {
	background-image: url(web-design/navi_07.gif);
	float: left;
	width: 242px;
	margin-left: 26px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
.content {
	margin-bottom: 25px;
	font-family: Verdana;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	width: 498px;
	text-align: justify;
}
.content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #095178;
	text-align: left;
}
.content A {
	color: #333;
	text-decoration: underline;
}
.content A:hover {
	color: #000;
	text-decoration: underline;
}
#menu
{
	width: 242px;
}

#menu ul, #menu li
{
	list-style:none;
	padding: 0;
	margin:0;
}

#menu ul li
{
	display:block;
	padding:0;
	width: 242px;
}

#menu a
{
	display:block;
	padding:5px 10px 5px 10px;
	color: #333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	border-top-width: 0px;
	border-top-style: none;
}

#menu a:hover,#menu a.on
{
	text-decoration:none;
	font-weight:bold;
	color: #8ADFF9;
}

