/*home page settings only*/

#intro {
width: 714px;
height: 544px;
margin: 50px auto 0px auto;
background-image: url(../buttons/circle.png);
background-repeat: repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555555;
letter-spacing: 3px;
line-height:18px;
}
#hometext {
padding-top: 248px;
margin-left: 256px;
}
#hometext a:link, #hometext a:visited {
text-decoration: none;
color:#555555;
float: left;
}
#hometext a:hover {
color: #999999;
}

/*pages*/

#main {
width: 714px;
height: 528px;
margin: 40px auto 0px auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
}
#main #top {
float:left;
width:100%;
}
#main #top #logo {
float: left;
}
#main #top #topnav {
float: right;
margin-top: 20px;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 12px;
color: #333333;
text-transform: uppercase;
letter-spacing: 2px;
}
#main #top #topnav a:link, #main #top #topnav a:visited {
text-decoration: none;
color:#9F9F9F;
}
#main #top #topnav a:hover {
color:#000000; 
}
#main #projbrowse {
float:left;
width:100%;
height:50px;
margin-top:70px;
}
#main #content {
float:left;
width:100%;
}
#main #content #text {
float:left;
width:250px;
text-align:justify;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size:1.1em;
line-height:18px;
letter-spacing:.01em;
margin-top:30px;
}
#main #content #text a:link, #main #content #text a:visited {
text-decoration: none;
color:#9F9F9F;
}
#main #content #text a:hover {
color: #FFD200;
}
#main #content #prof {
float:left;
width:250px;
text-align:justify;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size:1.1em;
line-height:18px;
letter-spacing:.01em;
margin-top:-40px;
}
#main #content #prof a:link, #main #content #prof a:visited {
text-decoration: none;
color:#9F9F9F;
}
#main #content #prof a:hover {
color: #FFD200;
}
#main #content #links {
float:left;
width:300px;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size:1.1em;
line-height:18px;
letter-spacing:.01em;
margin-top:0px;
}
#main #content #links a:link, #main #content #links a:visited {
text-decoration: none;
color:#444444;
}
#main #content #links a:hover {
color: #FFD200;
}
#main #content #links img {
position:fixed;
}
#main #content #images {
float:right;
width:325px;
height:434px;
margin-top:-45px;
}
#main #tagline {
float:left;
margin-top:-20px;
color:#999999;
font-size:.9em;
}
#main #thumbs {
float:right;
margin-top:-30px;
margin-right:345px;
}

/**/

h1 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #333333;letter-spacing: 1px;font-weight:normal;margin-bottom:10px;text-align:left;text-transform:uppercase;}
.red {color: #DD3B2C;}
.blue {color: #0077B8;}
.yellow {color: #FFD200;}
.purple {color: #7A5AA6;} 
.tag {color: #999999;}
.photo {color: #666666;font-size: 10px;float:right;margin-top:-1px;}
.bold {font-weight:bold;}
