body
{
	font-size: 100.01%;
	background: #000;
	color: black;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
}
a
{
	text-decoration: none;
	color: #000070;
}
a:visited
{
	color: #000040f;
}
a:hover
{
	text-decoration: underline;
}

#mainframe
{
	width: 80%;
	margin: auto;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
#footer
{
}
#top
{
	background: url(images/top.jpg) repeat-x;
}
#menu
{
	background: url(images/menu.jpg) repeat-x;
	height: 68px;
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li
{
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a
{
	display: block;
	height: 68px;
}
#menu ul li a span
{
	display: none;
}

#menu ul li#home a,#menu ul li#home 
{
	width: 73px;
	background: url(images/home.jpg) no-repeat;
}
#menu ul li#home a:hover
{
	background: url(images/home-down.jpg) no-repeat;
}
#menu ul li#about a,#menu ul li#about
{
	width: 84px;
	background: url(images/about.jpg) no-repeat;
}
#menu ul li#about a:hover
{
	background: url(images/about-down.jpg) no-repeat;
}

#menu ul li#services a,#menu ul li#services
{
	width: 104px;
	background: url(images/services.jpg) no-repeat;
}
#menu ul li#services a:hover
{
	background: url(images/services-down.jpg) no-repeat;
}

#menu ul li#forum a,#menu ul li#forum
{
	width: 62px;
	background: url(images/forum.jpg) no-repeat;
}
#menu ul li#forum a:hover
{
	background: url(images/forum-down.jpg) no-repeat;
}

#menu ul li#hosting a,#menu ul li#hosting 
{
	width: 71px;
	background: url(images/hosting.jpg) no-repeat;
}
#menu ul li#hosting a:hover
{
	background: url(images/hosting-down.jpg) no-repeat;
}
#menu ul li#customer a,#menu ul li#customer 
{
	width: 135px;
	background: url(images/customer.jpg) no-repeat;
}
#menu ul li#customer a:hover
{
	background: url(images/customer-down.jpg) no-repeat;
}
#content
{
	clear: both;
	background: white;
	font-size: 85%;
}
div.regular
{
	padding: 10px 35px 10px 35px;
}
div.notice
{
	background: url(images/notice.jpg) no-repeat #DCEAFF; 
	padding: 10px 35px 10px 35px;
}
div.notice p
{
	margin-top: 0;
}
div.regular2
{
	background: #f0f0f0;
	border-top: dotted 1px #aaa;
	padding: 10px 35px 10px 35px;
}
div.notice2
{
	background: #FfeFdF; 
	padding: 10px 35px 10px 35px;
}
h1
{
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 1.5em;
	border-bottom: solid 1px #ccc;
}
img.float_r
{
	border-left: solid 20px white;
	float: right;
	margin-bottom: 10px;
}
img.float_l
{
	border-right: solid 20px white;
	float: left;
	margin-bottom: 10px;
}
img.float_l_about
{
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	background: white;
	border: solid 1px #bbb;
}
img.float_r_about
{
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	background: white;
	border: solid 1px #bbb;
}
div.about
{
	border-top: solid 1px #e0e0e0;
	background: #f5f5f5; 
	padding: 10px 35px 10px 35px;
}
div.about p
{
	margin-top: 0;
}
p.duties
{
	background: url(images/notice.jpg) no-repeat #DCEAFF; 
	padding: 10px 10px 10px 35px;
	border: solid 1px #999;
	display: table-cell;
}
hr
{
	clear: both;
}

h2
{
	padding: 10px 0 10px 0;
	margin: 0;
	color: #557;
	font-size: 1.3em;
}
#footer
{
	text-align: center;
	clear: both;
}
#footer p
{
	padding-bottom: 2em;
}
#footer ul
{
	margin: 0;
	padding: 1em 0 1em 0;
	list-style: none;
	border-top: dotted 1px #888;
	border-bottom: dotted 1px #bbb;
	font-size: 120%;
}
#footer ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul li a
{
	border-left: solid 1px #aaa; 
	padding: 0 10px 0 10px;
}
#footer ul li#home a
{
	border: none;
}
#smallcontent
{
	border: solid 1px #e0e0e0;
	background: #fffff9;
	padding: 15px;
	border-bottom: solid 10px #e0e0e0;
}
#smallcontent b
{
	font-size: 110%;
	color: orange;
}
#smallcontent i
{
	color: blue;
}
p span.sl
{
	color: #653;
	letter-spacing: 1px;
}