* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

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

a:hover {
	color: #999999;
	text-decoration: none;
}

.boxed {
	padding: 15px;
	background: url(images/barcolor.png) repeat-x;
	height: 10px;
}

.heading {
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
	color: #FFFFFF;
}

.menu {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 20px;
}
img.small {
	padding: 10px;
	background-color: #FFFFFF;
}

/* Header */

#header {
	width: 660px;
	height: 86px;
	margin: 0 auto;
	text-align: center;
}

#header a {
	text-decoration: none;
	color: #A7ABB2;
}

#header h1 {
	font-size: 80px;
	letter-spacing: -12px;
	color: #0C0C0C;
	position: absolute;
	top: 7px;
	right: 18px;
}

#header h2 {
	letter-spacing: 6px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 260px;
	margin-left: 10px;
}

#left li {
	list-style: none;
}

#center {
	margin: 0 10px 0 280px;
}

#portfolio {
	height: 400px;
	width: auto;
	overflow: scroll;
	border: solid #666666 1px;
}
#bgroll1 {
	height: 400px;
	width: 3010px;
	background-color: #1A1A1A;
	background: url(images/blackpaper.jpg) repeat-x;
}
#bgroll2 {
	height: 400px;
	width: 2210px;
	background-color: #1A1A1A;
	background: url(images/blackpaper.jpg) repeat-x;
}
#bgroll3 {
	height: 400px;
	width: 3805px;
	background-color: #1A1A1A;
	background: url(images/blackpaper.jpg) repeat-x;
}

/* Footer */

#footer {
	background: url(images/barcolor.png) repeat-x;
	text-align: right;
	font-size: 77%;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

#legal {
	margin: 0;
	padding: 5px;
	line-height: normal;
	height: 10px;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}
#dot {
	padding: 0px 10px;
	font-family: "Times New Roman", Times, serif;
}
#myphoto {
	border: solid #666666 1px;
}