/* 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: 12px/1.4 Tahoma, Verdana, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif; color#333;
}

a {color:#369; text-decoration:none;}
a:hover {color:#cf570e;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, h3 {font-family: Georgia, "Times New Roman", serif; display:block; width:100%;}

h1
{
    font-size: 2em; font-weight: normal; padding: 20px 60px 0px; 
}

h2
{
	font: 1.2em; letter-spacing: 1px;
}

h3
{
	font-size: 18px; font-weight:normal; color:#5e7b93; letter-spacing: 1px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
address,
fieldset
{
	margin-bottom: 10px;
}