body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #000 url('') repeat;
text-align: center;
font : 71%/150% "arial", sans-serif;
color : #fff; 

} 
#container { 
top: 0px;
margin : 0 auto; 
text-align : left; 
width: 811px;
height: 738px;
margin-top: 0px;
background : #000 url('ramen.png');
position: relative;
} 

#header{
width: 600px;
height: 300px;
}


#content {
width: 600px;
height: 375px;
padding: 0px 5px 0px 105.5px;
margin: 0px 100px 0px 0px;
float: center;
background: transparent;
overflow: auto;
}
#footer {
clear:both;
margin-top: 3px;
margin-bottom: -15px;
text-align:center;
background : transparent;
color: #fff;
padding: 3px;
height:auto;
}

#nav { 
width: 600px;
padding : 0px; 
background : transparent;
} 

#navdiv { 
margin : 0; 
background : transparent;
} 

#navigation { 
list-style-type : none; 
margin : 0; 
padding : 0; 
background : transparent;
} 
#navigation li { 
list-style-type : none; 
float : left; 
background : transparent;
} 
#navigation li a { 
font : 190% "helvitica", sans-serif; 
text-align : center; 
color : #fff; 
font-weight:700;
letter-spacing : -1px; 
width : 120px;
display : block; 
margin-top: 10px;
background : transparent;
text-decoration : none;
border-bottom: 2px solid transparent;
} 
#navigation li a:hover { 
color : #ffffff;
background : transparent;
border-bottom: 2px solid #fff;
} 




h1 {
	background: transparent;
             	color: #a9a9a9;
	font:18pt "helvitica", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
}



a:link, a:visited, a:active {
        text-decoration: none;
		color: #a9a9a9;
	cursor: crosshair;
font-weight: bold;
            
}
a:hover { 
	text-decoration: none;
		color: #fff;
	cursor: crosshair;
font-weight: bold;
}



select {
	background: #000;
	font:9.5pt "helvitica", sans-serif;
padding: 5px;
color: #fff;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #fff;
}



input {
	background: transparent;
	font:9.5pt "helvitica", sans-serif;
padding: 5px;
color: #fff;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

input:hover {
border-color: #a9a9a9;
}

select:hover {
border-color: #a9a9a9;
}

TEXTAREA {
	color: #fff;
	background: transparent;
	font:9.5pt "helvitica", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #a9a9a9;
}


img {
padding : 4px;
}

blockquote { 
background : transparent;
text-align : justify; 
color : #fff;  
border-left : 12px solid #fff; 
border-right : 12px solid #fff;  
border-top : 2px solid #fff;
border-bottom : 2px solid #fff;
padding : 4px; 
display: block;
}  

