/*** Global ***/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, 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,
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: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* General */
body		{ font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif; color: #FFF; background-image: url(image/back.jpg); }
.fullwidth 	{ width: 100%; }
.clear 		{ clear: both; }

/*** Header ***/
#hdstyle 	{ background: url(image/header.jpg) repeat-x; }
#header		{ width: 940px; margin: 0 auto; }
#header h1	{ display: block; float: left; height: 310px; background: url(image/logo.jpg) no-repeat; }
#header h1 a	{ display: block; text-indent: -9999px; height: 310px; width: 437px; }
#header p	{ font-size: 3em; padding: 40px;  }
#header ul	{ margin-top: 75px; }
#header li	{ display: inline; font-size: 2em; margin: 0 7px; }
#header li a	{ -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #D32B82; padding: 10px; background-color: #FFF001; text-decoration: none; }
#header li a:hover { -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #783086; padding: 10px; background-color: #FFD600; }

/*** Content ***/
#content	{ width: 940px; margin: 0 auto; padding: 20px 0; }
/* Main */
#main		{ width: 460px; margin-right: 10px; float: left; }
#main h2		{ font-size: 2em; padding-bottom: 10px; }
#main p		{ font-size: 1.0em; padding-bottom: 20px; line-height: 22px; }
#main a		{ color: #FFF001; }
/* Sidebar */
#sidebar	{ width: 460px; margin-left: 10px; float: left; }
#sidebar .block { -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #4C175F; padding: 30px; }
#sidebar h3 	{ font-size: 1.5em; padding-bottom: 5px; }

/*** Footer ***/
#footer		{ width: 940px; margin: 0 auto; text-align: center; font-size: 0.8em; }
#footer a	{ color: #FFF001; }