/*-----MY CSS STARTS HERE-----*/


body {
	margin: 0;
	font-family: Arial, Helvetica, Geveva, sans-serif;
	background-color:#000000;
	background-image: url(_assets/images/v1_kandd_bg.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 30% 20%;
	text-align: center;
	color: #E6E6E6;
	height: auto;
}


div#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(_assets/images/v1_kandd_web_05.jpg);
	background-repeat: repeat-y;
	width: 800px;
	padding: 0px;
	text-align: left;
	height: 576px;
}

div#container2 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(home/images/home_05v2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	padding: 0px;
	text-align: left;
	height: 576px;
}



/*-----containters-----*/

div#head {
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 60px;
	margin-bottom: 0px;
	text-align: left;
	color: #FFFFFF;
}


div#footer {
	font-size: 10px;
	background-image: url(_assets/images/v1_kandd_web_06.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	width: 800px;
	height: 12px;
	color: #CCCCCC;
	text-align: left;
}

div#footer2 {
	font-size: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	width: 800px;
	height: 12px;
	color: #CCCCCC;
	text-align: left;
	padding-top: 5px;
}


div#header1 {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	width: 800px;
	height: 12px;
	margin-bottom: 0px;
	text-align: left;
	background-image: url(_assets/images/v1_kandd_web_03.jpg);
	padding: 0px;
}

div#header {
	margin-top: 0px;
	margin-left: 47px;
	height: 60px;
	text-align: left;
}

div#links {
	margin-top: 0px;
	margin-left: 54px;
	font-size: 12px;
	line-height: 14px;
	color: #CCCCCC;
	text-align: left;
}

div#content{
	margin: 0;
	width:auto;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
	height: 475px;
}

div#home1{
	padding-left: 15px;
	text-align: left;
	padding-top: 55px;
}

div#center {
	margin-top: 25px;
	width: 650px;
	margin-left: 54px;
	padding-bottom: 25px;
	text-align: left;
}

div#index {
	margin-top: 25px;
	width: 638px;
	height: 408px;
	margin-left: 54px;
	border-style: double;
	border-width: 4px;
	border-color: #CCCCCC;
	text-align: left;
}


div#contact {
	margin-top: 15px;
	margin-left: 30px;
	height: 190px;
	text-align: left;
	margin-right: 0px;
}

div#form {
	background-image: none;
	width: 640px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 54px;
	text-align: left;
	font-family: Arial, Helvetica, Geveva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

div#path {
	margin: 0px;
	font-size: 12px;
	color:#999999;
	text-align: right;
	text-transform: uppercase;
	padding-right: 20px;
	font-weight: lighter;
	padding-bottom: 5px;
}

div#title {
	margin: 0px;
	font-size: 20px;
	color:#CCCC99;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
}
div#thumbs/*-----links-----*/

 {
	color: #CCCCCC;
	text-decoration: none;
}

a:link{
	color: #CCCCCC;
	text-decoration: none;
	border:0;
}

a:visited{
	color: #CCCCCC;
	border:0;
	text-decoration: none;
}

a:hover{
	color: #67a;
	text-decoration: underline;
}

a:active{
	color: #67a;
	text-decoration: none;
	border:0;
}

/*-----navigation-----*/

#wrap {
	font-size: 15px;
	width: 660px;
	margin-left: 25px;
}

/* These styles create the dropdown menus. */
#navbar {
	margin: auto;
	width: 660px;
	padding: 0;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	text-transform: uppercase;
	text-decoration: none; 
	color: #999;
	font-weight: bold; }
#navbar li a:hover {
	color: #CCCC99;
}
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	font-size: 12px;
	line-height: 4px;
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #FFFFFF;
}
#navbar li li a:hover {
	color: #67a;
}

/*-----character styles-----*/

.body {
	font-size: 12px;
	line-height: 16px;
	color:#FFFFFF;
	font-weight: 300;
}

.graphHead {
	text-transform: uppercase;
	line-height: 14px;
	color:#FFFFFF;
	font-weight: bold;
}

.pgNumbers {
	font-size: 14px;
	color: #FFFFFF;
	font-weight:100;
	text-align: right;
}

.callout {
	font-size: 20px;
	color:#66CC33;
	font-weight: 100;
}
.calloutBold {
	font-size: 24px;
	color:#FFFFFF;
	font-weight: bold;
}

.thumbs {
	width: 145px;
	padding: 2px;
	border: 0;
	}

.btext {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-left: 5px;
	padding-top: 96px;
	color: #FFFFFF;
}

#container table a:hover{color:#67a;}
