html,body {
	height: 100%;
}
body {
	font-family: "Trebuchet MS",sans serif;
	font-size: 0.76em;
	margin: 0;
	text-align: center;
}
#dot_v {
	background: url(../images/dot_v.gif) repeat-y;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 280px;
	top: 0px;
	z-index: 3;
}
#contentcontainer	{
	position:absolute;
	left: 0px;
	top:50%;
	margin-top:-100px;
	height: 191px;
	border: 0px solid black;
	background-color: #e1091f;
	width: 100%;
	text-align: left;
	z-index: 4;
	}
#dot_h {
	background: url(../images/content_bg.gif) repeat-x;
	width: 100%;
	position:absolute;
	left: 0px;
	top:50%;
	margin-top:-101px;
	height: 193px;
	z-index: 2;
}
#contentcontainer img {
	float:left;
}
#contentcontainer p{
	float: left;
	color: #fff;
	width: 38em;
	padding-left: 30px;
	padding-top: 30px;
	margin: 0;
}
#logo {
	position:absolute;
	left: 310px;
	top:50%;
	margin-top:-170px;
	}
#subcontent {
	position:absolute;
	left: 310px;
	top:50%;
	margin-top:100px;
	text-align: left;
	line-height: 2em;
	}

img {
	border: 0;
}
a, a:visited	{
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #e1091f;
	}
abbr, acronym, .help, html\:abbr	{
	cursor: help;
	border-bottom: 1px dotted #e1091f;
	}
ul{
	list-style-type: none;
	padding: 1em;
	margin: 0;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left: 1.2em;	
}

