body {
	color: #C2BDB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	padding-left: 45px;
	padding-right: 50px;
	text-align: justify;
	line-height: 17px;
	font-size: 11px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 45px;
	margin-bottom: -5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

hr {
	color: #000000;
}
a:link {
	color: #D8D5CD;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A679A6;
}
a:visited {
	color: #C2BDB2;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A679A6;
}
#homeNav a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #EFEF53;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
#nav {
	list-style: none;
	/*padding: 0; -- took out to work in opera, then added right and bottom margins at 0*/
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav li {
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav li a {
	text-align: center;
	color: #666668;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 /* Hide from IE5-Mac \*/
#nav li a
{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* End hide */
#nav li a:visited {
	text-align: center;
	color: #666668;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li a:hover {
	color: #F6EE4E;
	background-image: url(../images/navAniBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li a:active {
	color: #F6EE4E;
	background-image: url(../images/navAniBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* This will make the present page link inactive looking */
li#here a:link {
	color: #C2BDB2;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li#here a:visited {
	color: #C2BDB2;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li#here a:hover {
	color: #C2BDB2;
	background-image: none;
}

li#here a:active {
	color: #C2BDB2;
	background-image: none;
}
/* end "here" */
#Botnav {
	list-style: none;
	margin-top: 2px;
}
#Botnav li {
	display: inline;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #000000;
	background-image: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#Botnav li a {
	text-align: center;
	color: #666668;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Botnav li a:hover {
	color: #F6EE4E;
	background-image: url(../images/navAniBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#list {
	margin-top: 50px;
}

#list li {
	list-style-position: outside;
	list-style-image: url(../images/dot.gif);
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 5px;
}
.copyright {
	font-size: 9px;
	color: #A679A6;
	margin-top: 20px;
	margin-bottom: 5px;
	font-style: normal;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

div#left {
	display: inline;
	float: left;
	width: 600px;
	margin-top: 25px;
}
div#left p{
	padding-right: 20px;
}

div#right {
	display: inline;
	float: right;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: -20px;
}
div#right p{
	padding-right: 40px;
	padding-left: 40px;
	
}
/*div#right img {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}*/
.center, .center p {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}

.homeBack {
	background-image: url(../images/homeBackground.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.homeHeadBack {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homeBack h1 {
	padding-left: 45px;

}

.tableBottom {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5A3B5A;
}
.testimonials {
	font-size: 10px;
	padding-right: 50px;
}
testimonials p {
	margin-bottom: 20px;
}

#upload p{
	text-align: center;
}
.faq p{
	padding-right: 50px;
}
.faq ul{
	padding-left: 45px;
	font-size: 11px;
	padding-right: 50px;
	margin-left: 45px;
}
.faq li {
	line-height: 16px;
	padding-top: 5px;
}

.faq h3 {
	color:#CCCCCC;
	padding-top: 10px;
}
.faq h2 {
	color:#999999;
	font-size: 14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 45px;
	margin-right: 50px;
	background-color: #5A3B5B;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.imglink {
border:1px; 
border-color: #333333; 
border-style: solid;
}
a:link .imglink {
	border:1px;
	border-color: #333333;
	border-style: solid;
	text-decoration: none;
}
a:visited .imglink {
	border:1px;
	border-color: #333333;
	border-style: solid;
	text-decoration: none;
}
a:hover .imglink {
	border:1px;
	border-color: #EFEF53;
	border-style: solid;
	text-decoration: none;
}
a:active .imglink {
	border:1px;
	border-color: #EFEF53;
	border-style: solid;
	text-decoration: none;
}
#portfolio img {
	margin-left: 45px;
}
#portfolio p {
	margin-left: -35px;
	margin-right: 45px;
}
#portfolio td {
	border-bottom: 1px solid #333333;
}
#tips {
	margin-top: 10px;
}
#tips li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
	padding:0px;
}
ol {
	padding-left: 65px;
	padding-right: 50px;
	text-align: justify;
	line-height: 15px;
	font-size: 11px;
}
ol li{
	padding-bottom: 10px;
}
.captions {
	line-height: 15px;
	font-size: 11px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-color: #5A3B5B;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
