html {
	margin-top:0;
	padding:0;
}

body {
	background:#4b4b4b;
	margin:0 auto;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
}

div.header {
	margin:0 auto;
	background:url("images/head.jpg"/*tpa=http://galactic-group.ru/images/head.jpg*/) no-repeat center top;
	width:720px;
	height:362px;
}

div.page {
	background:#b0ce0b;
	width:720px;
	margin:0 auto;
	position:relative;
}
div.content {
	background:#f4f5f4;
	float:right;
	width:488px;
	margin:10px 20px 0 0;
	text-align:justify;
	text-indent:30px;
}
.content a {
    color:black;
    border-bottom:1px black dotted;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px black solid;
}
div.textHead {
	background:#f4f5f4 url("images/textHead.gif"/*tpa=http://galactic-group.ru/images/textHead.gif*/) no-repeat top;
	width:488px;
	height: 8px;

}
.text {
	padding:0 20px;
}
.textFooter {
	background: url("images/textFooter.gif"/*tpa=http://galactic-group.ru/images/textFooter.gif*/) no-repeat bottom;
	width:488px;
	height: 8px;
}
div.news {
	padding:20px 0 20px 20px;
	margin-right:530px;
	text-align:justify;
}

.newstitle {
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#155500;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:30px;
}
div.clear {
	clear:both;
	padding-top:20px;
}

div.footer {
	background:#4b4b4b url("images/footer.gif"/*tpa=http://galactic-group.ru/images/footer.gif*/) no-repeat top;
	color:white;
	font-size:10px;
	padding:20px 0 10px 20px;
	text-align:left;
}

div.search {
	position:absolute;
	top:-320px;
	left:20px;
	height: 20px;
	margin:0;
	padding:0;
}
div.search input {
	float:left;
	margin: 0 10px 0 0;
}
div.menu {
	position:absolute;
	top:-30px;
	left:60px;
	text-align:center;
	font: 16px verdana;
}
	div.menu a{
		color:#155500;
		text-decoration:none;
		display: block;
		float:left;
		margin:0 20px;
		line-height:20px;
	}
	div.menu a:hover{
		text-decoration:underline;
	}
h1, h2, h3, h4 {
	color: #155500;
}
a {
	text-decoration:none;
	color: #155500;
}
a:hover {
	text-decoration:underline;
}
