
/* Styles
----------------------------------------------------------------------------------------------- */

* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center; 
	padding: 0px; 
	background: #860044;
	background-image: 
	url('');
	background-repeat: repeat;
	font-family: Helvetcia, verdana; 
	font-size: 10px; 
	color: #ffffff;
	font-weight: normal; 
	text-align: left;
	line-height: 18px;
	}


#holder {
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
#header {
	width: 562px;
	position: relative; 
	margin-top: 0; 
	margin-left:0;
	}

#footer {
	width: 600px;
	position: relative; 
	}
	
.project {
	position: relative; 
	margin-bottom: 20px; 
	background-color: #860044;
	padding: [10px 10px 10px 10px];
	margin-left:0;
	width: 600px;

	}

.project_text {
	width: 600px; 
	background-color: #860044;
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 0px; 
	margin-left:0;

	}


/* Hyperlinks
----------------------------------------------------------------------------------------------- */

a, a:visited {color: #ffffff; text-decoration: none;}

a:hover {color: #ffffff; text-decoration: none;}
	
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited{color: #3db1ff; text-decoration: none;}

h2 a:hover, h3 a:hover, h4 a:hover {color: #3db1ff; text-decoration: none;}



/* Typography
----------------------------------------------------------------------------------------------- */
	
h1 {
	font-family: Helvetcia, tahoma; 
	font-size: 24px; 
	color: #ffffff;
	font-weight: bold; 
	text-align: right;
	  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px	
	}
	
h2 {
	font-family: Helvetcia, verdana; 
	font-size: 10px; 
	color: #ffffff;
	font-weight: normal; 
	text-align: left;
	line-height: 18px;
	
	}
	
h3 {
	font-family: Times; 
	font-size: 16px; 
	color: #ffffff;
	line-height: 12px; 
	font-weight: normal;
	text-align: left;
	font-style: italic;
	}

h4 {
	font-family: Helvetcia, verdana; 
	font-size: 10px; 
	color: #ffffff;
	font-weight: normal; 
	text-align: center;
	line-height: 18px;
	}
	
span {
	font-family: Helvetcia, verdana; 
	font-size: 10px; 
	color: #ffffff;
	line-height: 12px; 
	font-weight: normal;
	background: #009cff;
	text-align: left;
	}

b {	font-family: Times; 
	font-size: 13px; 
	color: #ffffff;
	line-height: 12px; 
	font-weight: normal;
	text-align: left;
	font-style: italic;
	}
img {
border: 0px solid #373737;
}