/*

	sNews 1.6 Minimal Template
	
*/

*{ margin: 0; padding: 0; }*
body {
	line-height: 1.8em;
	color: #444;
	background-image: url(back.gif);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 11px;
}
#container {
	width:750px;
	margin:0px auto 0px auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1c3e7d;
	border-bottom-color: #1c3e7d;
}
h1 {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#top {position:relative; padding-bottom:40px;}
#top li {
	display: inline;
	padding-left:10px;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
}
#main {
	margin: auto;
	position: relative;
	width:700px;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	clear:both;
}
h2 {
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	text-transform: uppercase;
	padding-left: 15px;
}
h2 a {
	text-decoration: none;
	color: #339933;
}
#text {
	width: 500px;
	float: left;
}
#menu {width:190px; float:right;}
#menu ul {width:170px; margin:auto;}
#menu li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#menu a {
	text-decoration: none;
	color: #0080C0;
}
a {
	color: #666666;
	text-decoration: none;
}
#text p img {float:left}
