* {
	margin: 0px auto;
	padding: 0px;
}

body {
	background: #000;
	font-family: arial;
	font-size: 12px;
}

#wrapper {
	width: 760px;	
}

#header {
	background: #C91B1A;
	text-align: center;
	border-bottom: 1px solid #000;
}

#nav_col {
	background: url(../img/nav_bg.gif) no-repeat #000;
	width: 142px;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 4px;
	min-height: 400px;
}

#nav_col ul { list-style-type: none; }
#nav_col li { margin: 0px 0px 15px 5px; }


#nav_col a { color: #fff; text-decoration: none; font-weight: bold; }
#nav_col a:hover { text-decoration: underline; }
#nav_col a:visited {}
#nav_col a:active {}

#content {
	width: 450px;
	padding: 5px;
	background: #fff;
	float: left;
	margin-bottom: 1px;
	min-height: 400px;
	text-align: justify;
}

#page_title {
	padding: 5px;
	margin-bottom: 5px;
	color: #C91B1A;
	border-bottom: 1px solid #C91B1A;
	border-top: 1px solid #C91B1A;
}

#footer {
	clear: both;	
	padding: 10px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	margin-top: 1px;
	background: #C91B1A;
}

/* links */

a { text-decoration: none; color: #C91B1A;}
a 

/* header tags */

h1 { font-size: 16px; }

h3 { font-size: 14px; }

/* styling */

table {
	border: none;
}

th {
	border: none;
	text-align: center;
	padding: 6px;
}

#padding td {
	padding: 5px;
	background: #e6e6e6;	
}

img { border: none; }

#contact_table td {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

#testimonials {
	text-align: center;
}

#testimonials ul {
	list-style-type: none;
}

#testimonials li {
	font-size: 16px;	
	
}

.testimonial img {
	height: 80px;
	width: 106px;
	padding: 5px;
	}
.testimonial div td {
	text-align: center;
	padding: 10px;
	}
li li {
	display: none;
}
ul.a {
	list-style-type: disc;
}