/*Minimal CSS reset*/
* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #030303;
	background-image: url(speakertexture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#container {
	width: 840px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #D5D5D5;
	font-weight: bold;
	line-height: 14pt;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#copyright {
	font-size: 11px;
	clear: both;
	height: 20px;
	margin-bottom: 20px;
	width: 325px;
}
#logo {
	margin-top: 45px;
	height: 72px;
	width: 330px;
	float: left;
	margin-bottom: 80px;
}
#logo     p  a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p  a:link  {
	text-decoration: underline;
	color: #FFFFFF;
}
p  a:visited             {
	text-decoration: underline;
	color: #FFFFFF;
}
p  a:hover             {
	color: #66CCFF;
	text-decoration: none;
}
#links {
	text-align: right;
	word-spacing: 8px;
	font-weight: bold;
	width: 500px;
	float: right;
	margin-top: 90px;
	margin-bottom: 118px;
}
#header {
	clear: left;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
	color: #66CCFF;
}
#home-image   {
	float: right;
}
#description  {
	width: 830px;
	float: left;
	margin-bottom: 50px;
}
#info-header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	width: 840px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	float: left;
	color: #66CCFF;
}
#info-left {
	width: 430px;
	margin-bottom: 70px;
	float: left;
}
#about-image img {
	float: right;
	clear: right;
	height: 237px;
	width: 366px;
	margin-bottom: 30px;
	border: 1px solid #424242;
}
#design-info {
	background-color: #181818;
	border: 1px solid #424242;
	width: 230px;
	margin-bottom: 20px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#design-left {
	float: left;
	margin-bottom: 20px;
}
#design-right {
	float: right;
	margin-bottom: 20px;
}
#dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2577C4;
	color: #333333;
	margin-bottom: 60px;
	margin-top: 50px;
	float: left;
	clear: left;
	width: 840px;
}
#about-left {
	width: 830px;
	float: left;
}
#header-portfolio {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 60px;
	float: left;
	clear: left;
}
#page-header {
	float: left;
	width: 840px;
	margin-bottom: 20px;
	color: #66CCFF;
}
#design-left  p img {
	border: 1px solid #424242;
}
#design-right p img {
	border: 1px solid #424242;
}
#section-header {
	float: left;
	width: 840px;
	margin-bottom: 20px;
	color: #66CCFF;
	margin-top: 50px;
}
