
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19D9A;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #799c50;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
	color:#fc4ba3;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3688c1;
}

a:hover {
	color: #6aae33;
}


img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

#wrapper {
	margin: 0 auto;
	padding: 0;
	width:1010px;
	background: #F2F3F0;
}

/* Header */

#header-wrapper {
	height: 100px;
	background-image:url('images/my-wings-logo.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

#header {
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
	
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-top: 10px;
	padding: 40p 0px 0px 80px;
	letter-spacing: -1px;
	font-size: 3.8em;
	color: #FF3000;
}

#logo h1 a {
	color: #FA4100;
}

#logo h1 span {
	color: #333333;
}

#logo p {
	margin: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #666666;
}

/* Menu */

#menu-wrapper {
	height: 40px;
	background: #c7ccb3;
}

#menu {
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 14px 15px;
	background: #D8DBCD;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #F34600;
	text-decoration: none;
	color: #FFF;

}

#menu .current_page_item a {
}

/* Contents */

#contents {
	padding: 30px 30px 30px 30px;
	color:#333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

#contents blockquote
{
color:#e94093;
}

/* See Also */

#seealso-wrapper {
	background: #c7ccb3;
}

#seealso {
	margin: 0 auto;
	padding: 0;
}

#seealso ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#seealso li {
	float: none;
	border-bottom: dashed thin; 
}

#seealso a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 14px 15px;
	background: #F2F3F0;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border: none;
}

#seealso a:hover, #seealso .current_page_item a {
	background: #F34600;
	text-decoration: none;
	color: #FFF;

}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #F2F3F0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #767676;
}

#footer a {
	color: #767676;
}