body {
	width: 850px;
	margin: auto;
	background: url(../images/gradient.jpg) repeat-x #e2e2e2;
	font: 13px "Lucida Grande", Tahoma, Arial, sans-serif;
}

h1 {
	color: #333;
	font-family: "Helvetica Neue UltraLight", Helvetica, Arial, sans-serif;
	font-size: 32px;
	display: none;
}

h3 {
	color: #144A8C;
	font-size: 15px;
	font-weight: normal;
}

h4 {
	color: #333;
	font-size: 13px;
}

li {
	font-size: 12px;
}

img.title {
	position: relative;
	top: -48px;
	float: left;
}

img.text {
	border: 1px solid silver;
	margin-left: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

span.subtitle {
	color: gray;
	font-size: 75%;
}

a, a:link, a:visited {
	color: #144A8C;
}

p {
	clear: left;
	color: #333;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 140%;
}

p.headline {
	color: #444;
	font-weight: bold;
	font-size: 14px;
	margin-right: -5px;
}

div.header {
	line-height: 1px;
}

div.section {
	background: #DBDBDB url(../images/section_bottom.png) no-repeat bottom;
	padding-bottom: 5px;
	color: #444;
}

div.section ul {
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-position: inside;
}

div.section ul.links {
	list-style-type: none;
}

div.date {
	margin-top:	20px;
	color: #555;
	font-size: 75%;
}

form.buy {
	border: 1px solid silver;
	background: #EFD9C2;
	padding: 5px;
}

li a, li a:link, li a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

li a:hover {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

.banner {
	margin: 0px -50px;
}

ul.navigation {
	list-style-type: none;
	margin: -3px -50px;
	padding: 5px 1px;
	background-color: #C0C0C0;
}

ul.navigation li {
	display: inline;
	padding: 5px 10px;
}

ul.navigation li.selected {
	background-color: #E0E0E0;
	font-weight: bold;
}

ul.navigation li a, ul.navigation li a:link, ul.navigation li a:visited {
	border-bottom: none;
}

ul.navigation li a:hover {
	color: #111;
	text-decoration: underline;
	border-bottom: none;
}


#page {
	background: white;
	margin: 20px 0px;
	padding: 0px 50px 10px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#contents {
	float: left;
	width: 520px;
}

#sidebar {
	float: right;
	width: 200px;
}

#sidebar h4 {
	background: #A0A0A0 url(../images/section_top.png) no-repeat top;
	color: #eee;
	font-weight: normal;
	padding: 2px 5px;
	margin-bottom: 0px;
}

#footer {
	color: #555;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}

#btn-download {
	width: 200px;
	margin: 10px auto;
	background-color: #535353;
}

#btn-download p {
	background: url(../images/btn_downloadbg_left.gif) left top no-repeat;
	color: #EFEFEF;
	margin: 0px;
	line-height: 18px;
}

#btn-download a {
	background: url(../images/btn_downloadarrow_right.gif) right top no-repeat;
	padding: 3px 24px 3px 8px;
	height: 18px;
	display: block;
}

#btn-download a, #btn-download a:link, #btn-download a:visited {
	color: #EFEFEF;
	text-decoration: none;
}
