@charset "utf-8";
/* CSS Document */

body {
background: #9AD1C0 url(vincent_images/Main_bg.jpg) repeat-x;
}

#intro {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#intro p {
margin: 0px;
padding: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	background: url(vincent_images/Old_Fashioned_Main_bg.jpg) repeat;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 10px;
}

#side-b {
	float: right;
	width: 4px;
}

#content { 
	float: left;
	width: 96%;
	padding: 10px 4px 0px 10px;
}

#rightcol {
width: 200px;
float:right;
clear: right;
border-left: #9AD1C0 solid 2px;
padding: 0px 0px 4px 6px;
margin-left: 6px;
}

#footer {
	clear: both;
	background: #9AD1C0 url(vincent_images/Old_Fashioned_Footer_bg.jpg) no-repeat;
	height: 92px;
}


a:link {
color: #3B564F;
}
a:visited {
color:#666666;
}
a:hover {
color: #9AD1C0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin: 0px;
padding: 2px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin: 4px;
padding: 2px;
color: #3B564F;
}

p {

}

.imgborder {
padding: 4px;
}

div#design {
margin-top: 20px;
}

div#design p {
color:#FFFFFF;
}

div#design a:link {
color: #000000;
}
div#design a:visited {
color: #666666;
}
div#design a:hover {
color: #FFFFFF;
}


/* Header NAV begin***************************************************************************************************************** */

 #tabs {
      float:left;
      width:100%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 110px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("vincent_images/tableft_of.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("vincent_images/tabright_of.gif") no-repeat right top;
      padding:5px 12px 4px 6px;
      color:#000000;
	  font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFFF;
      }
    #tabs a:hover {
      background-position:0% -43px;
      }
    #tabs a:hover span {
      background-position:100% -43px;
      }

/* Header NAV end*************************************************************************************************************** */




#rightcol hr
{	
	border:0;
	color:#000;
	background-color:#000;
	width: 170px;
	height:2px;
	margin: 8px auto;
}

