/* CSS Document */

body {
	background: #000;
	margin: 0;
}

.pagemaster {
	width: 812px;
	height: 100%;
}
.skinmaster {
	height: 100%;
	border: 0px;
}
.skinheader {
	height: 79px;
}
.skinbody {
	background: url(../images/page_bg.jpg) no-repeat;
	height: 274px;
	padding-top: 49px;
	padding-left: 100px;
	padding-right: 100px;
}
.left {
	background: url(../images/left_bg.jpg) repeat-y;
}
.right {
	background: url(../images/right_bg.jpg) repeat-y;
}
.content {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #eee;
	font-size: 12pt;
	text-align: justify;
}
.content p {
	margin-top: 0px;
	line-height: 1.3em;
}
.leftalign {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
}
.rightalign {
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 8px;
}










/* HOME BUTTONS */
.b_home {
	background: url(../images/buttons/home_b1.jpg) no-repeat;
	width: 95px;
	height: 45px;
}
.b_home a {
	display: block;
	width: 95px;
	height: 45px;
}
.b_home a:hover {
	display: block;
	background: url(../images/buttons/home_b2.jpg) no-repeat;
	width: 95px;
	height: 45px;
}

/* WEB DESIGN BUTTONS */
.b_webdesign {
	background: url(../images/buttons/webdesign_b1.jpg) no-repeat;
	width: 133px;
	height: 45px;
}
.b_webdesign a {
	display: block;
	width: 133px;
	height: 45px;
}
.b_webdesign a:hover {
	background: url(../images/buttons/webdesign_b2.jpg) no-repeat;
	width: 133px;
	height: 45px;
}

/* GRAPHIC DESIGN BUTTONS */
.b_graphicdesign {
	background: url(../images/buttons/graphicdesign_b1.jpg) no-repeat;
	width: 170px;
	height: 45px;
}
.b_graphicdesign a {
	display: block;
	width: 170px;
	height: 45px;
}
.b_graphicdesign a:hover {
	background: url(../images/buttons/graphicdesign_b2.jpg) no-repeat;
	width: 170px;
	height: 45px;
}

/* HOSTING BUTTONS */
.b_hosting {
	background: url(../images/buttons/hosting_b1.jpg) no-repeat;
	width: 98px;
	height: 45px;
}
.b_hosting a {
	display: block;
	width: 98px;
	height: 45px;
}
.b_hosting a:hover {
	background: url(../images/buttons/hosting_b2.jpg) no-repeat;
	width: 98px;
	height: 45px;
}

/* TATTOOS BUTTONS */
.b_tattoos {
	background: url(../images/buttons/tattoos_b1.jpg) no-repeat;
	width: 96px;
	height: 45px;
}
.b_tattoos a {
	display: block;
	width: 96px;
	height: 45px;
}
.b_tattoos a:hover {
	background: url(../images/buttons/tattoos_b2.jpg) no-repeat;
	width: 96px;
	height: 45px;
}

/* CONTACT BUTTONS */
.b_contact {
	background: url(../images/buttons/contact_b1.jpg) no-repeat;
	width: 132px;
	height: 45px;
}
.b_contact a {
	display: block;
	width: 132px;
	height: 45px;
}
.b_contact a:hover {
	background: url(../images/buttons/contact_b2.jpg) no-repeat;
	width: 132px;
	height: 45px;
}

/* SERVICE BUTTONS */
.b_service {
	background: url(../images/buttons/service_b1.jpg) no-repeat;
	width: 132px;
	height: 45px;
}
.b_service a {
	display: block;
	width: 132px;
	height: 45px;
}
.b_service a:hover {
	background: url(../images/buttons/service_b2.jpg) no-repeat;
	width: 132px;
	height: 45px;
}

/* Muse screen display */
.links {font-size: 12pt;}
.links a:link {color: rgb(153,51,51); text-decoration: none}
.links a:visited {color: rgb(153,51,51); text-decoration: none}
.links a:hover {color: yellow; text-decoration: underline}
.links a:active {text-decoration: none}
