html {
	width: 100%;
}
body {
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
	margin: 0;
	padding: 0;
	background: #abc url(bg.png) fixed repeat-x;
	/*background: #abc url(bg.jpg) fixed repeat;*/
	color: #005;
	width: 100%;
}
#content {
	width: 90%;
}
p {
	max-width: 85%;
}
#menu {
	position: fixed;
	top: 0;
	right: 0;
	border: 1px solid #000;
	background: #abc;
	padding: 10px;
	margin: 0;
}
#menu, #menu ul, #menu ul ul {
	list-style: none;
	margin-left: .5em;
	padding-left: .5em;
}
h2, h3, h4 {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	clear: both;
	color: #000;
	background-color: transparent;
}
h1 {
	font-size: 2.4em;
	margin: 0;
	padding: 25px 100px;
	background: #000 url(satincheck.png) repeat;
	color: #fff;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
}
h2 {
	font-size: 1.5em;
	margin-top: 30px;
	padding: 5px 1em;
	background: #abc;
}
h2#web {
	margin-top: -3%;
}
h3 {
	font-size: 1.2em;
	margin: 20px 0px 10px 0px;
	text-decoration: underline;
}
h4 {
	font-size: 1em;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #789;
}
a {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #666;
}
a:hover, a:active, a:focus {
	color: #fff;
}
.item a {
	display: block;
	font-weight: bold;
	background: url(shadow360.png) bottom center no-repeat;
}
.block780 {
	width: 780px;
	height: auto;
	background: url(shadow780.png) #abc center 100px no-repeat;
}
.block644 {
	width: 644px;
	height: auto;
	background: url(shadow644.png) #abc center 320px no-repeat;
}
.block414 {
	width: 414px;
	height: auto;
	background: url(shadow414.png) #abc center 320px no-repeat;
	float: left;
}
.block397 {
	width: 397px;
	height: auto;
	background: url(shadow397.png) #abc center 320px no-repeat;
	float: left;
	margin-right: 10px;
}
.block320x318 {
	width: 320px;
	height: auto;
	background: url(shadow320.png) #abc center 318px no-repeat;
	float: left;
	margin-right: 10px;
}
.block320x250 {
	width: 320px;
	height: auto;
	background: url(shadow320.png) #abc center 250px no-repeat;
	float: left;
	margin-right: 10px;
}
.block320x207 {
	width: 320px;
	height: auto;
	background: url(shadow320.png) #abc center 207px no-repeat;
	float: left;
	margin-right: 10px;
}
.block320x207b {
	width: 320px;
	height: auto;
	background: url(shadow320.png) #abc center 207px no-repeat;
	margin: 0 10px 30px 0;
}
.block304 {
	width: 304px;
	height: auto;
	background: url(shadow304.png) #abc center 320px no-repeat;
	float: left;
	margin-right: 10px;
}
.block274 {
	width: 274px;
	height: auto;
	background: url(shadow274.png) #abc center 320px no-repeat;
	float: left;
	margin-right: 10px;
}
.block247 {
	width: 247px;
	height: auto;
	background: url(shadow247.png) #abc center 320px no-repeat;
	float: left;
	margin-right: 10px;
}
.block104 {
	width: 104px;
	height: auto;
	background: url(shadow104.png) #abc center 320px no-repeat;
	float: left;
	margin-right: 10px;
}
.block90 a {
	width: 90px;
	height: 25px;
	background: url(shadow90.png) center bottom no-repeat;
	float: left;
	margin-right: 8px;
}
.block90 br {
	clear: both;
}
img {
	border: 1px solid #000;
	margin-bottom: 5px;
}
.screenshot {
	float: left;
	margin: 10px;
	text-align: center;
}
.left {
	float: left;
	text-align: center;
}
.clear {
	clear: both;
}
hr {
	clear: both;
	border: 1px #abc solid;
	visibility: hidden;
	height: 1px;
	color: #abc;
	background-color: #abc;
	margin: 1em 0;
}
.item {
	float: left;
	width: 360px;
	min-height: 300px;
	height: 420px;
	margin: 10px;
	padding: 15px;
	background: #abc;
	color: #000;
	border: 1px solid #456;
}
.item2 {
	float: left;
	padding: 15px;
	margin: 10px;
	color: #000;
	background-color: #abc;
	border: 1px solid #456;
}
.bg {
	background-color: #abc;
}
.item a {
	text-align: center;
}
.itemDescr {
	text-align: left;
	font-size: 90%;
}
#resumes {
	margin: 50px 25% 50px;
	padding: 0;
	width: 50%;
	clear: both;
	font-weight: bold;
	text-align: center;
}
#resumes a {
	display: block;
	padding: 10px;
	background: #abc;
	color: #fff;
}
#resumes a:hover {
	background: #fff;
	color: #abc;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 80%;
	background: #abc;
}