@charset "utf-8";
/* Eric Meyer's reset and reloaded */
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: black;
	background: white;
}
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: "" "";
}
/* End Eric Meyer's reset and reloaded */

/* Dariuz Martyn's settings */
/* 01.body */
body {
	font: 1em Helvetica, sans-serif;
	color: #000;
	background: #fff;
	line-height: 1.2em;
}
/* 02.container*/
#container {
	width: 75%;
	margin: 0 auto;
}
/* 03.header*/
#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border-top: 3px solid #85AB1F;
}
#header p{
	font-size: 0.7em;
	color: #717171;
	text-align: right;
}
#header h3{
	padding: 15px 10px 15px 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #E2E8D1;
	word-spacing: 3px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	background: #050504;
}
#header h1{
	padding: 20px 0 0 0;
	font-size: 5em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #050504;
	text-align: left;
}
#header h2{
	padding: 35px 0 10px 150px;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #050504;
	border-bottom: 3px solid #050504;
}
/* 04.side, 05. content*/
#side{
	float: left;
	width: 30%;
	margin: 20px 0;
	padding: 0 10px;
	border-left: 1px dotted #050504;
	border-right: 1px dotted #050504;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content{
	margin: 20px 0;
	width: 60%;
	float: right;
	padding: 0 10px;
	border-left: 1px dotted #050504;
	border-right: 1px dotted #050504;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#content h3, #side h3{
	padding: 2px 0 2px 5px;
	text-align:left;
	text-transform: capitalize;
	font-size: 0.9em;	
	color: #050504;
	border-bottom: 0px solid #050504;
	background: #E2E8D1;
	border-top: 1px solid #C7C7B3;
	border-bottom: 1px solid #C7C7B3;
}
#content p, #side p{
	padding: 10px 0;
	font-size: 0.8em;
	color: #24222F;
}
#content h4, #side h4{
	padding: 10px 0 0 0;
	text-align:left;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 0.7em;	
	color: #050504;		
}
/* 06.footer*/
#footer{
	clear: both;
	margin: 20px 0 0 0;
	border-top: 3px solid #050504;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#footer p{
	font-size: 0.7em;
	color: #717171;
	padding: 0 0 2px 0;
}
#footer h4{
	font-size: 0.7em;
	font-weight: bold;
	color: #717171;
	text-align: right;
	border-bottom: 1px solid #717171;
	padding: 30px 0 0 0;
}
/*common settings*/
.right{
	font-size: 0.6em;
	text-align: right;
	padding: 0;
}
a.sub, a.sub:link, a.sub:visited{
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	color: #717171;
	padding: 0 2px;
	}
a.sub:hover, a.sub:active{
	color: #85AB1F;
	background: #050504;
	padding: 0 2px;
}
/* End Dariusz Martyn's settings*/

