/* ========================== reset.css ============================ */
html {
	color: #000;
	background: #fff;
}

blockquote,
body,
code,
div,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
textarea,
td,
th,
ul {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

dfn {
	font-style: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
select,
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
}

legend {
	color: #000;
}
/* ========================== reset.css ============================ */



/* ========================== general.css ============================ */
body {
	font-size: 70%;
	line-height: 1.65em;
}

html,
body {
	background: #fcc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

/* ***************** main elements ***************** */
#main_wrapper {
	margin: 0 auto;
	background: url("../../images/general_bg.gif") repeat-y center;
	width: 959px;
	height: 100%;
	position: relative;
}
#main_header {
	background: url("../../images/header_bg.gif") repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	width: 959px;
}
#main_content {
	position: absolute;
	left: 185px;
	top: 110px;
	width: 607px;
}

/* ----------------- header (h1 ... h6) stuff ----------------- */
/* pagetitle (h1) */
h1 {
	background: url("../../images/header.gif") no-repeat;
	height: 105px;
	color: #f90;
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	padding-top: 40px;
	padding-right: 5px;
}

h2 {
	color: #900;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #900;
	margin-bottom: 10px;
	width: 100%;
}

p {
	clear: both;
	margin-bottom: 10px;
}

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