* {
font-family:palatino;
}

.button-header {
	background: #eee;
    background: -moz-linear-gradient(center top , #ddd, #eee) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd),
to(#eee));
margin: -10px -10px 10px -10px;
padding: 10px 0px;
clear:both;
border-bottom:1px solid #ddd;
}

.button-action {
	background: #ffd200;
    background: -moz-linear-gradient(center top , #efefef, #dedede) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef),
to(#dedede));
    border: 1px solid #ccc;
    border-radius: 2px;
-moz-box-shadow: 0 0 1px 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 1px 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.2);
    color: #333;
    display: inline-block;
    padding: 4px 9px;
margin-left:10px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-transform: lowercase;
}


div.center {
text-align:center;
margin: 0 auto;
}

div.masterproject {
margin:0 auto; 
text-align:center;
width:800px;
border: 0px solid black;
padding:10px;
height:600px;
scroll: auto;
-moz-box-shadow: 0 0 5px 5px #eee;
-webkit-box-shadow: 0 0 5px 5px #eee;
box-shadow: 0 0 5px 5px #eee;

	background: -moz-linear-gradient(
    center top, #fff,#fdfdfd); 
	background: -webkit-linear-gradient(
    center top, #fff,#fdfdfd); 
	background: linear-gradient(
    center top, #fff,#fdfdfd); 

}

div.site {
margin:0 auto; 
text-align:left;
width:800px;
border: 0px solid black;
padding:10px;
/*height:600px; */
scroll: auto;
-moz-box-shadow: 0 0 5px 5px #eee;
-webkit-box-shadow: 0 0 5px 5px #eee;
box-shadow: 0 0 5px 5px #eee;

	background: -moz-linear-gradient(
    center top, #fff,#fdfdfd); 
	background: -webkit-linear-gradient(
    center top, #fff,#fdfdfd); 
	background: linear-gradient(
    center top, #fff,#fdfdfd); 


}

div.navigation {
font-size:15pt;
}

div.ideaform {
}

a.nav:link {
text-decoration:underline;
color: black;
}

a.nav:hover {
text-decoration:underline;
color:black;
}

a.nav:visited {
text-decoration:underline;
color:black;
}

#headerimg {
margin:0px;
padding:0px;
width:250px;
}

