@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h2 {
	color: #F48295;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin:10px 0;
}
a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #A84858;
}

#wrapper {
	width: 700px;
	margin: 10px auto;
	border: 1px solid #F48295;
	background-color: #fff;
	position: relative;
}
#header {
	background: #F4E4E8 url('images/banner.gif') no-repeat top left;
	height: 155px;
	width: 700px;
}
#header a {
	height: 150px;
	width: 700px;
	display: block;
}
#navigation {
	background-color: #F48295;
	height: 27px;
}
#nav {
	width: 630px;
	margin: 0px auto;
	padding: 5px 0px 4px;
}
#nav li {
	display: inline;
	padding: 0px 9px;
}
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}
#nav li a:hover {
	background-color: #A84858;
}
#content {
	padding: 10px;
	float: left;
	background-color: #fff;
}
#left {
	width: 400px;
	float: left;
	padding: 20px;
}
p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
strong {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	padding: 20px;
	width: 640px;
}
#footer {
	background-color: #F4E4E8;
	margin-bottom: 10px;
}
#footer .inner {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	font-size: 0.7em;
	padding: 5px 0px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right {
	float: right;
	width: 240px;
}
#right img {
	float: right;
	border: 1px solid #fff;
}
#right  a:hover img  {
	border: 1px solid #F48295;
}
#right   #buttons  li a {
	background-color: #F4E4E8;
	margin: 15px 5px;
	display: block;
	padding: 15px 5px;
	text-align: center;
	font-size: 1.5em;
	border: 1px solid #F48295;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F48295;
}
#right #buttons li a:hover {
	background-color: #F48295;
	color: #fff;
}

