*,body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	/*font-family:"Times New Roman", Times, serif;*/
	/*text-align:left;*/
	font-size:0.95em;
	
}

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

#left {
	float:left;
	width:374px;
	height:727px;
	background-image: url(images/bgstrip.png);
	background-repeat: repeat-y;
	padding:20px 40px 20px 20px;
}

#right{
	float:left;
	width:326px;
	height:767px;
	padding:0;
}

#navigation {
	text-align:center;
}
#footer {
	float:left;
	width:760px;
	height:60px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	padding:5px 5px 0px 5px;
	text-align:center;
	/*border:1px solid #000;*/
}
p {
	padding-left:50px;
	line-height:30px;
	text-align:justify;
}

.firstpara {
	color:#000000;
	font-size:105%;
}
#header {
	float:left;
	width:760px;
	height:192px;
}

.maintext {
	color:#333333;
	padding-left:50px;
	padding-right:20px;
	text-align:justify;
	line-height:30px;
}
h2 {
	padding:20px 0px 0px 50px;
	letter-spacing: 7px;
	text-transform:uppercase;
	font-size:105%;
}

li {
	line-height:30px;
	margin-left:25px;
}
img {
	border:none;
}