body {
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	background-color:#c1c1c1;
}

#container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	overflow:hidden;
	text-align:center;
}

#container a{
	color:#007cce;
	font-weight: normal;
	text-decoration:underline;
}

#container a:hover{
	color:#007cce;
	font-weight: normal;
	text-decoration:underline;
}

#header {
	width:780px;
	height:91px;
	margin:0;
	padding:0;
}

#left{
	float:left;
	width:121px;
	height:410px;
}

#content{
	float:left;
	width:545px;
	height:410px;
	text-align:left;
	background-color:#f5f5f5;
	padding-left:50px; 
	padding-right:50px; 
}

#content2{
	float:left;
	width:645px;
	height:410px;
	text-align:left;
	background-color:#f5f5f5;
}

#right{
	float:right;
	width:14px;
	height:410px;
}

#footer{
	clear:both;
	width:780px;
	height:28px;
}

h1{
	font-family:Arial;
	color:#d41209;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

p {
	text-align:justify;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#120d0a;
}

.ptext {
	text-align:justify;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#120d0a;
}

.text {
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#120d0a;
}

