@charset "ISO-8859-1";
* { 
	margin:0px; 
	padding:0px;
	border:none;
}

html, body {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#6c7175;
	line-height:16px;
	margin:0px; 
	padding:0px;
}

IMG {
	border:0px; 
	display:block;
}

/* TEXT */

p{
	margin-bottom:0px;
	line-height:16px;	
}



/* LINKS */

a{
	text-decoration:none;
	color:#6c7175;
}

a:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #6c7175;
}

a.selected{
	text-decoration:none;
	color:#ffffff;
	background-color: #6c7175;
}


a.blue:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #0a94cd;
}

a.blueselected{
	color:#ffffff;
	background-color: #0a94cd;
}

a.pink:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #eb3986;
}

a.pinkselected{
	color:#ffffff;
	background-color: #eb3986;
}

a.yellow:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #c3c50a;
}

a.yellowselected{
	color:#ffffff;
	background-color: #c3c50a;
}

a new{
	color:#999900;
}
a span{
	font-style :italic;
}
a:hover span{
	color:#ffffff;
}
a.selected span{
	color:#ffffff;
}

a.contact {
	color:#eb3986;
}

a.contact:hover{
	color:#ffffff;
	background-color: #eb3986;
}

a.name:hover{
	text-decoration:none;
	background-color: #fff;
}
	
/* FORMAT MAIN */

#main{	
	float:left;
	display:block;
	padding:24px 0px 0px 34px;
}


#main_content{	
	position:absolute;
	top: 266px;
	left:34px;
}

	
#menu{
	width:930px
}

#name{
	float:left;
	display:block;
	width:240;
	height:112;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: #898e90;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #898e90;
}
	
div.index
{
	margin-left:0px;
	width:155px;
	color:#6c7175;
	line-height:30px;
	font-size:16px;

}

div.pagenav
{
	margin-left:0px;
	margin-bottom:10px;
	width:155px;
	color:#6c7175;
}

div.description
{
	margin-left:0px;
	width:155px;
	color:#6c7175;
	line-height:13px;
	vertical-align:bottom;
}



span.blue{
	color:#0a94cd;
}

span.pink{
	color:#eb3986;
}

span.yellow{
	color:#c3c50a;
}

#project_image{
	position: absolute;
	top: 174px;
	left: 320px;
	width:600px;
	height:440px;
}


#location{
    position: absolute;
    top: 250px;
    left: 320px;	
	width:400px;
	height:360px;	
	line-height:60px;
	font-size:50px;
}

#contact{
    position: absolute;
    top: 250px;
    left: 320px;	
	width:150px;
	height:360px;	
	line-height:13px;
}

#about{
    position: absolute;
    top: 250px;
    left: 320px;	
	width:136px;
	height:360px;	
	line-height:13px;
}

#about2{
    position: absolute;
	top: 250px;
	left: 476px;	
	width:136px;
	height:360px;	
	line-height:13px;
}

#about3{
    position: absolute;
	top: 250px;
	left: 630px;	
	width:180px;
	height:360px;	
	line-height:13px;
}

.title{
	color:#eb3986;
	font-style :italic;

}
	
#content{
	float:left;
	display:block;
	width:950px;
	height:440px;
	
}


td{ 
	vertical-align:bottom;	

}


/* NAV */

ul{
	float:left;
	width:154px;
	margin-bottom:0px;
	list-style:none;
}
ul.first{
	width:288px;
}

ul.last{
	width:210px;	
}
li{
	display:block;
	height:15px;
}

