
/* -------------------------------------------------------------------------- */
/* Index Page                                                                 */
/* -------------------------------------------------------------------------- */

#projects {
	text-align: 		center;
}

#projects .project {
	float:				left;
	width:				300px;
	border:				1px solid #99CC00;
	text-decoration: 	none;
	margin:				0em 2em 2em 2em;
}

#projects p {
	text-align: 		justify;
	padding:			0.5em;
}



#news {
	width:				80%;
	margin:				auto;
}

#news td {
	text-align:			left;
	vertical-align:		top;
	padding-bottom:		2em;
}

#news .icon {
	padding-right:		1em;
}

#news .title {
	white-space:		nowrap;
}

#news .title a {
	font-size: 			14px;
	font-weight: 		bold;
	text-decoration:	none;
}	

#news .spacer {
	padding-left:		1em;
	padding-right:		1em;
}

#news .date {
	font-weight:		bold;
}



/* -------------------------------------------------------------------------- */
/* Photos Page                                                                */
/* -------------------------------------------------------------------------- */

#body a {
	text-decoration:	none;
}
#body a:hover {
	text-decoration:	underline;
}

#body .thumbnails {
	margin-top:			1em;
	margin-left:		1em;
	padding-left:		1em;
}

#body .thumbnails li {
	list-style-type:	none !important;
	float:				left;
	width:				300px;
	margin:				1em;
	padding:			0px;
	clear:				none;
	text-align: 		justify;
}

#body .thumbnails img {
	float:				left;
	width:				75px;
	height:				75px;
	padding:			1px;
	border:				2px solid #FFFFFF !important;
	margin:				0 1em 0 0;
}



/* -------------------------------------------------------------------------- */
/* Contact Page                                                               */
/* -------------------------------------------------------------------------- */

#body .name {
	font-size:		16px;
	font-weight:	bold;
	margin-bottom:	0px;
}
