@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/Slash-BG.png);
	background-color: #4e463c;
	
}
#top {
	position: fixed;
	background-color: #F0EFE9;
	}

#top {
		left: 0; right: 0;
		height: 30px;
		z-index: 1000;
		}
#top_dots {
	height: 1px;
	z-index: 1001;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	margin-top: 35px;
		}
		

		
#top {
	top: 0;
	background-image: url(images/BarGradient.png);
		}
		
		
#copyright {
	position:absolute;
	width:230px;
	height:15px;
	z-index:4001;
	margin-left: 410px;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	color: #BBB;
	font-style: italic;
	margin-right: 410px;
	margin-top: 500px;
	text-align: center;
}

#sm_camera {
	height: 20px;
	width: 30px;
	margin-top: 5px;
	position: absolute;
	z-index: 1001;
	background-image: url(images/SM_Camera2.png);
	margin-left: 7px;
}

#container {
	width: 1050px;
	height: 500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
}

#sm_container {
	width: 125px;
	height: 15px;
	position: absolute;
	right: 7px;
	margin-top: 8px;
}

#ph_container {
	width: 150px;
	height: 15px;
	position: absolute;
	right: 135px;
	margin-top: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #554C42;
}

#logo_container {
	width: 425px;
	height: 125px;
	position: absolute;
	margin-left: 305px;
	margin-right: 305px;
	background-image: url(images/Logo1a.png);
	margin-top: 10px;
}

#cat_container {
	width: 1050px;
	height: 230px;
	position: absolute;
	margin-top: 168px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
}

#web_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#blog_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 150px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#twitter_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#facebook_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 450px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#flickr_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 600px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#client_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 750px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#contact_container {
	width: 150px;
	height: 190px;
	position: absolute;
	margin-top: 40px;
	margin-left: 900px;
}

.icon {
	width: 150px;
	height: 190px;
}

A:link {
	text-decoration: none;
	color:#000;
	border: none;
	font-weight: normal;
}
A:visited {
	text-decoration: none;
	color:#000;
	outline: none;
	border: none;
font-weight: normal;
}
A:active {text-decoration: none; outline: none; border: none; color:#000;font-weight: normal;}
A:hover {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	text-transform: none;
}
