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

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
}

.main  {
	width: 800px;
	/*height: 600px;*/
	margin: auto;
}

.header  {
	width: 800px;
}

#logo  {
	width: 400px;
	font-size: 80px;
	font-weight: bolder;
	letter-spacing: -6px;
}

.icons {
	width: 400px;
	height: 30px;
	float: right;
	border: none;
	text-align: right;
	margin-top: -60px;
}

.nav  {
	width: 333px;
	margin-top: 30px;
	margin-left: 468px;
	word-spacing: 35px;
}

#navlist li {
	font-size: 30px;
	letter-spacing: -1px;
	display: inline;
	
	
}

#content  {
	width: 800px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.recentwork {
	width: 800px;
	margin: auto;
}

.mainpic {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.boxabout  {
	width: 800px;
	height: 240px;
}

.aboutpic  {
	width: 800px;
	height: 213px;
	margin-left: auto;
	margin-right: auto;
}

.who  {
	width: 300px;
	float: left;
	margin-top: 10px;
}

.who h1 {
	text-align: left;
	font-size: 30px;
	letter-spacing: -1px;
	color: #6633CC;
}

.who p  {
	text-align: justify;
	font-size: 18px;
}

.what  {
	width: 300px;
	float: right;
	margin-top: 10px;
}

.what h1  {
	text-align: right;
	font-size: 30px;
	letter-spacing: -1px;
	color: #6633CC;
}

.what p  {
	text-align: justify;
	font-size: 18px;
}

#contact-wrapper  {
	width: 400px;
	float: left;
}

#titlesleft  {
	font-size: 25px;
	letter-spacing: -1px;
	color: #6633CC;
	text-align: left;
}

#titlesright  {
	font-size: 20px;
	letter-spacing: -1px;
	color: #6633CC;
	text-align: right;
}

.boxone  {
	width: 400px;
	height: 240px;
	float: left;
}

.boxtwo  {
	width: 400px;
	height: 240px;
	float: right;
	text-align: right;
}

.boxthree  {
	width: 400px;
	height: 186px;
	float: left;
}

.boxfour  {
	width: 400px;
	height: 186px;
	float: right;
	text-align: right;
}

#sendme  {
	font-size: 25px;
	letter-spacing: -1px;
	color: #6633CC;
	margin-left: 5px;
}

input {
	 color: #6633CC;
}

.button  {
	background-color: #FFFFFF;
	color: #6633CC;
	
}

.texta {
	 color: #6633CC;
}

.contactpic  {
	float: right;
}

.footer  {
	width: 375px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.contactfooter  {
	width: 375px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 156px;
}

#tof  {
	text-decoration: underline;
}

a:link {color:#999999; text-decoration: none;}      /* unvisited link */
a:visited {color:#999999; text-decoration: none;}  /* visited link */
a:hover {color:#6633CC; text-decoration: none;}  /* mouse over link */
a:active {color:#6633CC; text-decoration: none;}  /* selected link */
img  { border: none; }

/*TOOl TIP*/
.hotspot {color:#900; padding-bottom:1px; cursor:pointer}
#tt {position:absolute; display:block;}
#ttcont {display:block; padding:1px; background-color:#6633CC;}
