body{
width: 1000px;
margin: auto;
font-family: Arial;
}

/*text styles*/

h1{
font-size: 14px;
font-family: Arial;
color: #ff931d;
font-weight: bold;
}

p{
font-size: 12px;
font-family: Arial;
color: #7c7c7c;
}


/*links*/
a{
color: #ababab;
text-decoration: none;
font-size: 14px;
font-family: Arial;
}



/*Top Portion*/

#topcontainer{
width: 1000px;
}

#projectwindow{
padding-bottom: 20px;
}

#topline{
width: 1000px;
height: 25px;
background-color: #ff931d;
margin-bottom: 15px;
margin-top: 0px
padding-top: 0px;

}

#tagline{
text-align: center;
width: 1000px;
color: #ababab;
font-size: 12px;
}

#thinline{
width: 1000px;
height: 1px;
background-color: #ababab;
margin-bottom: 15px;
margin-top: 0px
padding-top: 0px;
}


/*Project links*/

#p-select{
width: 300px;
float: right;
margin-top: -325px;
text-align: left;
}

#p-select ul{
height: 290px;
list-style:circle;
padding-left: 5px;
}

#p-select p{
margin-top: 5px;
line-height: 11px;
}

/*below the fold*/

#columnone{
width: 280px;
height: auto;
float: left;
padding-right: 20px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ababab;
margin-right: 20px;
}

#columnone li{
list-style:circle;
}

#columnfeed{
width: 650px;
height: auto;

}

#contact{
width: 1000px;
margin-top: 50px;
}

#contact p{
text-align: left;
line-height: 5px;
}

#contact a{
text-decoration: underline;
}

#contact a:hover{
color: #ff931d;
}