/***********************************************/
/* styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 9pt;
	color: #ffc;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	left: 0px;
	top: 0px;
}

h3{
	font-size: 120%;
	color: #fc6;
	padding-top: 15px;
}

h4{
	font-size: 120%;
	color: #999;
}


/******* hyperlink and anchor tag styles *******/

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

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

/************** content styles *****************/

#content{
	text-align: left;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 80%;
}

#contentSmall{
	font-size: 80%;
	color: #fc6;
	padding-bottom: 5px;
}

/************** project gallery styles *****************/

#gallery{
	font-size: 80%;
	color: #ffc;
}

#gallery table{
	text-align:center;
	width: 25%;
}

#video{
	border-bottom: 1px solid #594724;
	padding-bottom: 15px;
}

#images{
	padding-top: 5px;
}

#dottedPic{
	border: 1px solid;
}