@charset "utf-8";
/* CSS Document */

body
{
	background-color	:#414141;
	margin				:0 auto;
	text-align			:center;
}

#aboutBar
{
	background-color	:#414141;
	margin				:0px;
	width				:100%;
	height				:10px;
	background-color	:#414141;
	cursor				:default;
}

#aboutDescription
{
	background-color	:#000000;
	margin-left			:auto;
	margin-right		:auto;
	padding-top			:10px;
	padding-left		:20px;
	padding-right		:20px;
	padding-bottom		:20px;
	width				:900px;
	text-align			:left;
	cursor				:default;
}

#aboutDescription #title
{
	font-family			:Georgia, "Times New Roman", Times, serif;
	font-style			:italic;
	font-size			:40px;
	letter-spacing		:-1px;
	color				:#ffffff;
	padding-bottom		:15px;
	margin-bottom		:15px;
	border-bottom		:1px solid #414141;
	cursor				:default;
}

#aboutDescription #copy
{
	font-family			:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size			:13px;
	line-height			:20px;
	color				:#bbbbbb;
	overflow			:auto;
	vertical-align		:top;
}

#aboutDescription #column1
{
	float				:left;
	padding-right		:0px;
	width				:420px;
	text-align			:left;
	overflow			:auto;
}

#aboutDescription #column2
{
	float				:right;
	padding-right		:15px;
	width				:420px;
	text-align			:left;
	overflow			:auto;
}

#aboutDescription a
{
	color				:#bbbbbb;
}

#aboutDescription a:hover
{
	color				:#ffcc00;
}

#aboutDescription #copy #projects
{
	width				:400px;
	text-align			:center;
	border				:none;
}

#aboutDescription #copy #projects th
{
	font-size			:15px;
	color				:#f0f0f0;
	font-weight			:normal;
	text-align			:left;
	padding-bottom		:10px;
	border-bottom		:groove thin #5c5c5c;
}

#aboutDescription #copy #projects td
{
	padding-top			:20px;
}


#aboutDescription #copy #projects img
{
	border				:6px solid #363636;
	#border				:none;
}

#aboutDescription #copy #projects img:hover
{
	border				:6px solid #ffffff;
	#border				:none;
}

#aboutDescription #copy #projects a
{
	#border				:6px solid #363636;
}

#aboutDescription #copy #projects a:hover
{
	#border				:6px solid #ffffff;
}
