/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
}

h1 {
	font-family: Impact, Verdana, Arial, sans-serif;
	color: #21c6f5;
	text-align: center;
	font-size: 170%;
}

h2 {
	font-family: Impact, Verdana, Arial, sans-serif;
	color: #21c6f5;
	text-align: left;
	font-size: 120%;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #21c6f5;
	text-decoration: underline;
}

a.large {
	font-family: Impact, Verdana, Arial, sans-serif;
	font-size: 170%;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

hr {
	width: 90%;
	height: 2px;
	background-color: #21c6f5;
	color: #21c6f5;
	border: none;
	text-align: center;
}

/***********************************************/
/* page tag styles                             */
/***********************************************/

#page {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
	margin-top: 120px;
}

#content_inner {
	position: absolute;
	width: 60em;
	z-index: 0;
}

/***********************************************/
/* anthony styles                              */
/***********************************************/

#anthony {
	position: absolute;
	width: 300px;
	text-align: center;
}

#projects {
	position: absolute;
	left: 310px;
	width: 300px;
	border-left: 3px solid #21c6f5;
	border-right: 3px solid #21c6f5;
	text-align: center;
}

#stephen {
	position: absolute;
	left: 620px;
	width: 300px;
	text-align: center;
}


.centeredImage {
	text-align:center;
    margin-top:0px;
    padding-bottom:50px;
}

#news table {
	width: 100%;
}

#news td.left {
	float: left;
	width: 25%;
}

#news td.right {
	float: left;
	width: 75%;
}