@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeeee;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-attachment:fixed;
	margin:2% 0%;
}

a {
	color:green;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
h1 {
	font-size:20px;
	font-weight:normal
	}
h2 {
	font-size:18px;
	font-weight:normal
	}
h3 {
	font-size:16px;
	font-weight:normal
}
h4 { 
	font-size:14px;
	font-weight:normal
	}
	
#navi_dropdown {background:url(../images/navi.gif) repeat-x;} 

#categories {
	text-align: left;
	padding: 0px;
	float: left;
	height: 100%;
	width: 200px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#content_area {
	text-align: left;
	padding: 0px;
	float: left;
	height: 100%;
	width: 645px;
	background-color: #FFFFFF;
	background-image:url(../images/content_box_backgrounds.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
}
#mini_ad_box {
	text-align: left;
	float: right;
	height: 100%;
	width: 130px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCC;
	border:1px solid #999;
	margin-right: 15px;
}
#newsletter {
	text-align: left;
	float: right;
	height: 100%;
	width: 120px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	background-color: #FFFFFF;
	background-image:url(../images/content_box_backgrounds.gif);
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

#nav-menu ul
{
list-style:url(../images/arrow.png);
padding: 0;
margin: 0px 0px 0px 25px;
font-size:80%;
}
#nav-menu li a
{
text-decoration: none;
color:#333;
}
#nav-menu li a:hover { text-decoration:underline;}
#nav-menu li a {margin-left:15px;}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}
#content_box_holder {
	background-color: #FFFFFF;
	height: 100%;
	width: 1000px;
}
.header_ads {border:1px solid #999;}
#websites {background:url(../images/websites.jpg) no-repeat; height:45px;} 
#printing {background:url(../images/printing.jpg) no-repeat; height:45px;} 
#networking {background:url(../images/networking.jpg) no-repeat; height:45px;} 
#web_hosting {
	background:url(../images/web_hosting.jpg) no-repeat;
	height:45px;
} 
#blog {background:url(../images/blog.jpg) no-repeat; height:45px;} 
