/*
Designed and coded by Haley J. Reamer
http://overstuffed-closet.net/
Please do not copy coding, but feel free to view.
*/

body {
	margin: 0;
	background: #f7f7f7 url(http://www.rainie-yang.net/bg_img.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #989898;
	text-align: left;
}

h2 {
	font-size: 1.8em;
	color: #303030;
	text-align: center;
}

h3 {
	font-size: 1.6em;
	color: #000000;
	text-align: left;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: underline;
	color: #3a5270;
}

a:hover {
	text-decoration: none;
	color: #848484;
}

.center { 
	text-align: center;
}

blockquote {
	margin: 0 auto;
	text-align: left;
	width: 65%;
	padding: 5px;
	border: 5px solid #e0e0e0;
	background-color: #ffffff;
	color: #6c6c6c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Header */

#header {
	width: 800px;
	height: 375px;
	margin: 0 auto;
	padding: 0px;
}

/* Menu */

#menu {
	width: 792px;
	height: 40px;
	margin: 0 auto;
	padding: 4px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin: 0;
	padding: 0px;
	height: 30px;
	width: 132px;
	line-height: 30px;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border: 0px;
	color: #454545;
	text-align: center;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	display: block;
	margin: 0;
	padding: 0px;
	height: 30px;
	width: 132px;
	line-height: 30px;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border: 0px;
	color: #000000;
	text-align: center;
}

/* Wrapper1 */

#wrapper1 {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}

/* Page */

#page {
	margin: 0 auto;
	width: 790px;
	padding: 5px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

/* Footer */

#footer {
	width: 100%:
	margin: 0 auto;
	padding: 0px;
	border-top: 10px solid #9c9c9c;
	border-bottom: 50px solid #9c9c9c; 
	background-color: #9c9c9c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #593f42;
}