/* CSS Document */

body {
	background-image:url(../images/pixelbg.gif);
}

#bordertab table {
	border: 1px solid #dddddd;
}
#header {
	background-color:#ffffff;
	border-top:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
	/*width:750px;*/
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-right:1px solid black;
	border-left:1px solid black;
	text-align: left;
	width:760px;
}
#main a:link, #main a:visited, #main a:active {
	text-decoration:none;
	color: #990066;
}
#main a:hover {
	text-decoration:underline;
}

H1 {
	color: red;
}
#main p {
	margin-left: 25px;
	margin-right: 25px;
}
#content {
	padding-left: 10px;
	padding-right: 15px;
}
#footer {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	width:760px;
}
#footer a:link, #footer a:active {
	text-decoration:none;
	color:#0000CC;
}
#footer a:visited {
	color:#CC0000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
h3 {
	text-align:center;
	color:#CC0000;
}
h4 {
	color:#cc0000;
}
#subnav {
	text-align: center;
	font-size:14px;
}
#subnav a:link, #subnav a:active {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
}
#subnav a:visited {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
}
#subnav a:hover {
	text-decoration:underline;
}
.red {
	color:#cc0000;
	font-weight:bold;
}
.testimonial {
	background-color:#FFFFFF;
	color:#0000CC;
	border: 3px solid black;
	width:500px;
	padding: 5px 5px 5px 5px;
	font-style:italic;
}
.caption {
	font-size:12px;
	font-weight:bold;
}
.test {
	
}
#top a:link {
	text-decoration:none;
	color:#0000FF;
}

/* #top a:hover {
	text-decoration:underline;
} */

#top a:visited {
	color:#0000FF;
 	/*color: #9900CC;*/
}
 
#story {
	text-align:justify;
	background: #c3c3c3;
	width: 500px;
	margin-left:auto;
	margin-right: auto;
}
#story h2 {
	text-align:center;
	font-size:140%;
	margin: 0;
}

.cc-captionpic {
	font-size: 12px;
	text-align:center;
	font-weight:bold;
}

.cc-captionpic img {
	padding: 5px;
	border:1px solid black;
}