/* Fallback */
*, html { padding: 0px; margin: 0px; }

/* Common */
body {
	font: 14px Arial, Helvetica, sans-serif;
	position: relative;
	background: url(images/1524.png) repeat cyan center;
	margin: 0 auto;
	width: 900px;
	}

p { padding: 8px; line-height: 2em; text-indent: 10px; }
b, strong { color: #f25799; text-shadow: 1px 1px 1px #8da446; }
i, em { color: #f25799; text-shadow: 1px 1px 1px #8da446; }
a:link, a:visited { color: #0d84a2; text-decoration: none; }
a:hover { color: #1551db; text-decoration: line-through; }

h1 { 	
	text-shadow: none;
	font: 48px Sacramento, cursive;
	color: #365470;
	padding: 10px;  
	margin-bottom: -15px;
	}

blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	width: 380px;
	margin: 0 auto;
	padding: 1.0em 20px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #365470;
	color: #365470;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	}

input, textarea, select, option, submit {
	background-color: #7fcbd9;
	padding: 7px;
	}

/* Wire Frame */
#menu {
	width: 900px; 
	height: 50px;
	list-style-type: none; 
	font-size: 0;
	}
	
#menu li { 
	background-color: #647096;
	text-transform: uppercase;
	letter-spacing: 2px; 
	text-align: center;
	display: inline-block;
	height: inherit;
	font-size: 24px;
	width: 17%;
	}
	
#menu li:first-child, #menu li:last-child { width: 16%; }
#menu li:hover { background-color: #3276bf; }
#menu li:nth-child(2n):hover { background-color: #0d84a2; }
#menu li:nth-child(2n) { background-color: #365470; }
#menu li:nth-child(2n) a { color: white; }

#menu li a {
	display: block;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	color: white;
	}

#header {
	background: url(images/chichiri.jpg) no-repeat;
	width: 900px;
	height: 500px;
	}

#content {
	background-color: #bddee7;
	font: 16px Arial, Helvetica, sans-serif;
	width: 900px;
	color: #204c69;
	}

#footer {
	background-color: #647096;
	width: 900px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	color: white;
	}

#credit { 
	color: #B0BFB2;
	text-align: center; 
	padding: 5px; 
	font-size: 12px; 
	letter-spacing: 2px;
	text-decoration: none;
	}
