/*     light orange: #ffa03c    */
/*     dark orange: #f58112     */

body{
font-family: "helvetica", sans-serif, "arial", "tahoma";
font-size: small;
height: 100%;
margin:0px;
padding:0px;
background-color: black;
background-image: url(images/whiteback.gif);
background-repeat: repeat-y;}

strong{font-weight: normal;
letter-spacing: 0.001em;
color: #f58112;
font-size: 1.2em}

small{font-weight: normal;
letter-spacing: 0.001em;
color: #f58112;}

h1, h2, h3{
font-weight: normal;
letter-spacing: 0.001em;}

img.sample {
padding: 10px;
border: #aaa dashed thin;}

#form{
width: 300px;
padding: 10px;
border: #aaa dashed thin;
background-color: #fafafa;
margin-bottom: 10px;}

.kickstart{
font-size: 80%;
padding: 10px;
border: #aaa dashed thin;
background-color: #fafafa;
margin-bottom: 10px;}

#total{
height: 100%;
background-image: url(images/background.jpg);
background-repeat: no-repeat;}

#sushicorner{
position: absolute;
height: 254px;
width: 150px;
top: 580px;
background-image: url(images/sushiside.jpg);}

#navigation{
text-align: right;
margin-bottom: 50px;
}

#navigation a:link, a:visited{
font-size: 120%;
color: #f58112;
text-decoration: none;}

#navigation a:hover{
padding-right: 2px;}

#content{
position: absolute;
left: 300px;
top: 50px;
width: 500px;
text-align: justify;
padding-right: 10px;
border-right: #aaa dashed thin;}

#content p{line-height:1.2;
font-size: 0.9em;}

#content a:link, a:visited{
color: #f58112;
text-decoration: none;
}

.this{
font-weight: bold;}

#content a:hover{
color: #ffa03c;
text-decoration: underline;
}

#footcontent {
border-top: #aaa dashed thin;
padding-top: 10px;
color: #999;
font-size: 80%; }

