html * {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f0f0 url(../images/background.png) center top repeat-y;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 100%;
}

a {
	color: #369;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 15px 0;
	text-indent: 25px;
}
p.no-indent {
	text-indent: 0;
}
ul {
	margin: 0 15px 15px 25px;
}
table, tr, th, td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 3px 5px;
}
table {
	width: 95%;
}
fieldset {
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
}
label {
	font-size: 80%;
	color: #333;
}
input {
	padding: 1px;
}
input[type="submit"], input[type="reset"] {
	margin: 0 10px 0 0;
	padding: 2px 10px;
	height: 30px;
}
input[type="submit"].right, input[type="reset"].right {
	margin: 0 0 0 10px;
}

#wrapper {
	margin: 0 auto;
	width: 768px;
}

#header {
	position: relative;
	background: url(../images/header.png) no-repeat;
	color: #666;
	width: 768px;
	height: 260px;
}
#header h1 {
	position: absolute;
	top: 15px;
	right: 80px;
}
#header h2 {
	position: absolute;
	top: 50px;
	right: 75px;
}
#header h3#slgn1 {
	position: absolute;
	right: 120px;
	bottom: 115px;
}
#header h3#slgn2 {
	position: absolute;
	right: 85px;
	bottom: 70px;
}

#layout {
	clear: both;
	background: url(../images/layout_background.png) repeat-y;
	width: 768px;
}

#main {
	background: url(../images/layout.png) no-repeat;
	width: 768px;
}

#sidebar {
	float: left;
	padding: 20px 0 0 45px;
	width: 200px;
}
#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	font-size: 95%;
	color: #666;
	line-height: 140%;
}
#sidebar li li {
	margin-left: 25px;
}
#sidebar a {
	font-size: 95%;
	color: #666;
}
#sidebar a:hover {
	text-decoration: none;
}

#content {
	float: right;
	padding: 20px 35px 0 25px;
	width: 460px;
}
#content h3 {
	margin: 0 0 10px 0;
	color: #369;
}
