#out {background: #666; text-align: center; }
#in {margin-left: auto; margin-right: auto; text-align: left; width: 750px; }

body, html {
/*	color: #000;*/
	margin: 0;
	padding: 0; 
	background-image: url("images/top-back.png");
	background-repeat: repeat-x;
/*	background: #fff url("images/top-back.png") bottom repeat-x;*/
/*	text-align: center;*/ /* CSS 250 Tricks */
}

/*body {
	min-width:750px;
	background: #fff url("/images/top-back.png") bottom repeat-x;
}*/

#logo {
	width: 400;
	height: 270;
/*	margin-top: -270px;*/
	align: left;
	background: #fff url("images/logo.png") right top;
}

#laptop {
	width: 270px;
	height: 270px;
/*	margin-top: -270px;*/
	align: right;
	background: #fff url("images/laptop.png") right top;
}

#wrap {
	width: 900px;
	margin-left: +60px;
/*	margin-top: -270px;*/
/*	background: #fff url("images/top-back.png") repeat-x left top;*/
/*	margin: 0 auto;*/
}

#header {
	width: 900px;
	height: 270px;
	background: #fff url("images/top.png") repeat-x;
}

#nav {
	margin-top: -132px;
	margin-left: +10px;
/*	background:#c99;*/
}

#main {
	width:620px;
	margin-top: +10px;
/*	background:#fff;*/
	float:left;
	padding: 10px;
}

#sidebar {
	width: 240px;
	margin-top: +110px; /* если меньше - наезжает край на ноутбук */
	background: #fff;
	float: right;
	padding: 10px;
}

#footer {
	width: 100%;
	height: 60px;
/*	background:#cc9; */
	clear: both; 
	background: #fff url("images/bottom-back.png") repeat-x;
	position: relative;
	bottom: 0;
}

p {
	font-family: Verdana, Tahoma, Arial;
	color: #333;
	font-size: 80%;
	margin: 0 0 0 0;
}



.tahoma {
	font-family: Tahoma, Verdana, Arial;
}


.navchain {
	font-family: Tahoma, Verdana, Arial;
	color: #333;
	font-size: 60%;
	margin: 8 0 8 0;
}

.text {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 110%;
	color: #344;
	text-align: justify;
	margin: 15 0 15 0;
}

.small {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 110%;
	color: #344;
	text-align: center;
	margin: 20 0 20 0;
}


.footertext {
	font-family: Georgia, Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 70%;
	color: #333;
	margin: 2 0 0 0;
}


a { color: #6a93e6; text-decoration: none;  } /* 0091ff font-weight: bold; */
a:visited { color: #6a93e6 }
a:hover { color: #6a93e6; text-decoration: underline } /*  */

a.menu { color: #dc0000; font-weight: bold; }
a.menu:visited { color: #dc0000; }
a.menu:hover { color: #0091ff; } /*text-decoration: underline   */

h1 { 
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	margin: 4 0 7 0;
}

h2 {
	font-family: Georgia, Verdana, Tahoma, Arial;
	color: #888;
	font-size: 110%;
	text-align: center;
	font-weight: normal;
	margin: 4 0 12 0;
}

h3 { 
	font-family: Verdana, Tahoma, Arial;
	color: #dc0000;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	margin: 12 0 12 0;
}


.news-text { font-family: Georgia; font-size: 70%; text-align: justify; margin: 0 0 7 0 }
.small-text { font-size: 70%; margin: 2 2 2 2 }
.news-title { color: #91e400; font-size: 70%; font-weight: bold; text-align: right; margin: 0 0 0 0 }
.news-title-orange { color: #ffcf00; font-size: 70%; font-weight: bold; text-align: right; margin: 0 0 0 0 }
.news-title-lime { color: #91e400; font-size: 70%; font-weight: bold; text-align: right; margin: 0 0 0 0 }


.testimonial { font-family: Georgia; border-top: #bbbbbb 1px dotted; border-bottom: #bbbbbb 1px dotted;}
.testimonial p { font-family: Georgia; color: #888888; margin: 7 0 7 0; font-size: 70% }


.links { border-top: #bbbbbb 1px dotted; border-bottom: #bbbbbb 1px dotted;  } /* width: 400px */
.links p { font-weight: bold; font-family: Georgia; color: #888888; margin: 7 0 7 0; font-size: 100% }

#adsense { text-align: center; padding-top: 8px; padding-bottom: 12px }










#top-menu {
	/* position: absolute; */
	margin-top: -135px;
	/*margin-left: 30px;*/
}

#content { /* CSS 250 Tricks */
	width: 920px;
	/*height: 400px;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main-feature {
	/*margin-top: -24px;*/
	background: #EFF3F7 url("/images/top-back.png") bottom repeat-x;
}

#main-feature .cont {
	padding: 15px 50px 65px 50px;
	position: relative; /* this is required to absolutely position contained elements */
	/*background: url("images/feature-sun.png") bottom right no-repeat; */
}

.bold
{ font-weight: normal; }

#footer a
{
	color: #333;
}