/* Reset 
--------------------------------------------------------------------------------*/
* {	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	background: transparent;*/
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	+ my change, Rodion V.Pavlov
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 11px/1.4 Tahoma, Verdana, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif; color:#333;
}

a {color:#399; text-decoration:none;}
a:hover {text-decoration:underline;}
a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin:10px 0px;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3 {font-family: 'Trebuchet MS', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;display:block;width:100%;}

h1
{
	font-size: 22px; font-weight:normal;
}

h2
{
	font-size: 20px; font-weight:normal;
}

h3
{
	font-size: 18px; font-weight:normal;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
address,
fieldset
{
	margin-bottom: 10px;
}
