/*
us_corp general style sheet
Copyright 2009 Konstantin Rozhkov
Last edit: 2009-04-22 @ 13:46
*/
/* TOC
	COLORS
	GENERIC
	LAYOUT
*/
/* =COLORS
Dark blue       234B77 - body
   ---------------------------------------------------------------------------*/
/* =GENERIC
   ---------------------------------------------------------------------------*/
/* Reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, table, tr, th, td, form, fieldset {
	border:  0;
	margin:  0;
	padding:  0;
}
ul, ol { list-style-type:  none; }
/* font-size = 12px; */
body {
	font-family:   Tahoma, Verdana, Helvetica, sans-serif;
	font-size:  62.5%;
	min-width:  1000px;
}
/* links underlining */
a {	color: #666600; }
a:link, a:visited { text-decoration:  underline; }
a:hover, a:active { text-decoration:  none; }
/* =LAYOUT
   ---------------------------------------------------------------------------*/
.fixed #width-control {
	margin:  0 auto;
	width:  870px;
}
.liquid #width-control {
	padding:  0;
	width:  100%;
}
#footer {
	clear:left;
	width:  870px;
}

