@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align: center;
	font: 11px/1.5em Verdana;
	background: #F0F0F0 url(/images/bg.jpg) top repeat-x;
}

img{
	border: none;
}
h1{
	font-size: 1.8em;
	line-height: 1.2em;
	color: #d71920;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
h3
{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.7em;
	color: #CC0000;
}

#container {
	width: 1000px;
	margin: auto;
	text-align: left;
}

#welcome {
	text-align: right;
	height: 50px;
	background: url(/images/logo.png) no-repeat 0 10px;
}

#header {
	overflow: hidden;
}

#content{
	clear: both;
	overflow: hidden;
	border: 1px solid #B9B9B9;
	border-top: 3px solid #B9B9B9;
	padding: 20px;
	background: #FFFFFF url(/images/bg-container.jpg) top repeat-x;
	position:relative;
}

#leftcol{
	border:1px sold #000; 
	margin-right: 340px;
}

#rightcol{
	border: 1px sold #000; 
	position: relative; 
	float: right; 
	width: 300px;
}

#footer{
	background-color: #555;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: white;
}
#demo-image{
	float: left; 
	margin-right: 20px;
}

p{
	text-align:justify;
}

.included{
	color: #41709C;
}