
body {
	background-image: url(images/bg5.jpg);
	padding: 0px;
	margin: 0px;
	
	xfont-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	
	xfont-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	xfont-size: 10pt;
	xline-height: 18pt;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1d78b3;	
}

a:hover {
	color: #174861;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 30px;
}

ul {
	margin-top: 10px;	
}

.header {
	background-image: url(
	images/header_bg_with_texture.png);
	height: 170px;
	xwidth: 100%;
	background-repeat: repeat-x;
	padding: 0px;
	margin:0px;
}

.header_inner {
	height: 170px;
	xwidth: 990px;
	width: 970px;
	margin: auto;
	padding: 0px;
}

.logo {
	float: left;
	margin-top: 22px;
	margin-left: 20px;
}

.menu {
	float: right;
	height: 23;
	margin-top: 56px;
	width: 419px;
	margin-right: 20px;
}

.menu_item {
	margin-left: 20px;
	height: 42px;
	float: left;
}

#menu_sketchnotes {
	width: 161px;
	background-image: url(images/sketchnotes.png);
}

/*a:hover #menu_sketchnotes {
	background-image: url(images/sketchnotes_selected.png);
}*/

#menu_about {
	width: 88px;
	background-image: url(images/about.png);
}

/*a:hover #menu_about {
	width: 88px;
	background-image: url(images/about_selected.png);
}*/

#menu_support {
	width: 110px;
	background-image: url(images/support.png);
}

/*a:hover #menu_support {
	width: 110px;
	background-image: url(images/support_selected.png);
}*/

.content {
	width: 770px;
	margin: auto;
}

.startpage_title {
	width: 770px;
	text-align: center;
	margin-top: 30px;
}

.startpage_image {
	width: 770px;
	text-align: center;
	margin-top: 30px;
}

.title {
	margin-top: 30px;
}

.image_float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.image_float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 3px;
}

.center {
	text-align: center;
}

img.screenshot {
	margin-right: 0px;
	margin-left: 0px;
}
