body {
	margin: 20px 0;
	padding: 0;
	background: #5094D5;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bg1 {
	background: #EFF9FF url(images/homepage20.jpg) repeat-x left top;
}

h1, h2, h3 {
	color: #B13413;
}

.blue {
	color: #165994;
}
.blue_aforyzm {
	color: #165994;
	font: "monotype corsiva", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

.text1 {
	font-size: 11px;
	background: url(images/homepage12.gif) no-repeat left center;	
	font-weight: bold;
	color: #395260;
}

.text2 {
	padding-left: 10px;
	font-weight:bold;
	font-size: 13px;
	color: #395260;
}
.text3 {
	font-weight:bold;
	font-size: 13px;
	color: #a5e50c;
}
hr { display: none; }

.hr1 {
	height: 1px;
	margin: 1em 0px;
	background: url(images/homepage13.gif) repeat-x left top;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}


/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/5.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 15px 0 17px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #FFFFFF;
}
img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

#data {
font-size: smaller;
color: #165994;
}