*{
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;/*#939393;*/
	font-size: 12px;
}


#sitehugger {
	width: 900px;
	background-color: #b3d337;
	margin: auto;
	margin-top: 10px;
	border: 1px solid #000000;
}

#sidebar {
	float: left;
	width: 180px;
	background-image: url(../images/f.gif);
	background-repeat: no-repeat;
	background-position: 10px 110px;
	line-height: 250px;
	text-indent: -5000px;
}

#hugger {
	margin-left: 180px;
	background-color: #ffffff;
}

#header {
	height: 102px;
	border-bottom: 2px solid #939393;
}

h1 {
	background-image: url(../images/logo.gif);
	line-height: 80px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: -5000px;
}


h2 {
	color: #b3d337;
	margin-left: 25px;
	padding-top: 5px;
	font-size: 20px;
	border-bottom: 1px dotted #939393;
	margin-right: 35px;
}

#content {
	border-bottom: 2px #939393 solid; 
	/*padding-bottom: 10px;*/
	padding-top: 25px;
}

/*THIS DIV CONTAINS THE TEXT ON THE HOME PAGE ONLY AND CONTAINS IMAGE ON ALL OTHER PAGES*/
#text {
	float: right;
	width: 243px;
	padding-right: 40px;
	font-size: 12px;
}

#text a {
	text-decoration: none;
	color: #939393;
}

/*THIS DIV CONTAINS THE IMAGE ON THE HOME PAGE ONLY AND CONTAINS TEXT ON ALL OTHER PAGES*/
#image {
	margin-left: 25px;
	margin-bottom: 25px;
}

.img_float {
	float: right;
	padding-right: 45px;
}

.img_float_pay {
	float: right;
	margin-right: 50px;
}

.pay {
	padding-top: 15px;
	margin-bottom: 35px;
}

#footer {
	margin-left: 180px;
	width: 720px;
 	margin-top: 0px;
	text-align: center;
	background-color: #ffffff;
	padding-top: 5px;
}

#footer p {
	font-size: 9px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #b3d337;
}

a {
	outline: none;
	border: none;
	color: #888888;
}

a:hover {
	color: #b3d337;
}

a img {
	border: none;
}

p {
	padding-bottom: 10px;
}

.indent {
/*USED FOR PARAGRAPH IN SERVICES PAGE ABOVE CONTENT DIV*/
	margin-left: 25px;
	padding-top: 5px;
	width: 665px;
}

/*TO GET BACK TO TOP OF PAGE ON PORTFOLIO*/

/************
*SERVICES PG*
*************/

.service_list {
	list-style-image: url(../images/checkmark.gif);
	margin-left: 25px;
}
/************
CONTACT FORM*
************/
.asterix {
	color: #00CCCC;
	font-size: 18px;
}

#form_content {
	margin-left: 25px;
}

form label {
	display:block; 
	width:140px; 
	float:left; 
	text-align:left; 
	font-weight:bold;
}

.contact_img {
	padding-top: 50px;
}

/*FOR FRESH INK MEDIA TITLE ON CONTACT PAGE*/
.green {
	color: #b3d337;
	font-size: 14px;
}