body {
	font-family: calibri, verdana, arial, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	background-color: #fff;

}

div { border: 1px #ccc solid;}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 97% 78%;
}


.rightbar {
	width: 330px;
	padding: 10px;
	float: right;
	clear: right;
	margin-bottom: 10px;
	background-color: #d9e1e8;
}

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

a, a img {
	border: none;
}

.rightbar p {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #ccc solid;
	padding-top: 10px;
}

#demo {
	font-weight: bold;
	color: #ad1700;
	border: none;
	margin-bottom: 0;
}

a {
	font-weight: normal;
	color: #44808b;
}

a:hover {
	text-decoration: none;
	color: #ad1700;
}

#logo {
	border: none;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;


}

h1 {
	font-size: 32px;
	background-color: #1263ad;
	color: #fff;
	padding: 10px;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 3px #1263ad solid;
}

#content {
	padding: 10px;
	width: 400px;
	margin-bottom: 10px;
}

#dendrite-logo {
	float: left;
	margin-right: 10px;
}

button {
	width: 65px;
	margin-right: 10px;
}
