body {
	font-family: "Lucinda Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: 0.25em;
	background-color: #000000;
	padding:0;
	margin:0 auto;
	}

#container {
	position: relative; /* sets the left and right margins equally, based on the size of the browser window; the proper CSS way to center */
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

#header
{
	height: 75px;
	width: 800px;
	z-index: 100;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
}
#header a{
	position: absolute;
	left:295px;
	top:35px;
	width: 300px;
	height:30px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header #katsvision_logo{
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 204px;
	overflow: hidden;
	position: absolute;
	visibility: inherit;
	left: 20px;
	top: 0px;
	text-align: right;
	vertical-align: top;
}
#header #katsvision_logo a {
display:inline;
top:0px;
left:0px;
height: 69px;
width: 204px;
overflow: visible;
}

a:link {
	color: #CBBE94;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	color: #CBBE94;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #CBBE94;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CBBE94;
	font-weight: bold;
	text-decoration: underline;
		
}



#header a:visited {
	color:#D0C655;	/* sets the text color of the links in their visited state */
	font-size: 77%;
	text-decoration: none;
}
#header a:hover {
	color: #D0C655F;	/* sets the text color of the links in their hover state */
	font-size: 77%;
	font-weight: bold;
	text-decoration: underline;
}
#header a:active {
	color:#666666;	/* sets the text color of the links in their active state */
	font-size: 77%;
	text-decoration: none;
	
}

#header a {
	color:#D0C655;	/* sets the text color of the links in their up state */
	font-size: 77%;
	text-decoration: none;
	font-weight: bold;
	font-weight:bold;
	letter-spacing: normal;
	width:90px;
}

#header a.currentpagelink1 {
	font-size: 77%;
	font-weight: bold;
	text-transform:uppercase;
	color: white;
	}
#header #services{
	left:295px;
	position: absolute;
}
#header #portfolio{
	left:395px;
	position: absolute;
}
#header #experience{
	left:515px;
	position: absolute;
}
#header #about{
	left:630px;
	position: absolute;
}
#header #contact{
	left:715px;
	position: absolute;
}

#content_top_edge {
	background: url(../images/bgtopedge.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width:100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
}
#top_left {
	background-image: url(../images/topleft.png);
	height: 20px;
	margin:0;
	background-repeat: no-repeat;
	padding: 0px;
	clear: left;
	float: left;
	width: 20px;
	background-position: 0px 0px;
}
#top_right {
	float: right;
	background-image: url(../images/topright.png);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	clear: right;
	background-position: 0px 0px;
}
#bottom_left {
	background-image: url(../images/bottomleft.png);
	height: 20px;
	margin:0;
	background-repeat: no-repeat;
	padding: 0px;
	clear: left;
	float: left;
	width: 20px;
	background-position: 0px 0px;
}
#bottom_right {
	float: right;
	background-image: url(../images/bottomright.png);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	clear: right;
	background-position: 0px 0px;
}
#content_bottom_edge {
	background: url(../images/bgbottomedge.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width:100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
}
#contentbox {
	margin: 0px;
	padding: 0px;
	width: 800px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	height: auto;
	left: 0px;
	top: 0px;
	background: url(../images/bgmaincontent.png) repeat-y 0px 0px;
}
#portfoliocontent {
	margin: 0px;
	padding: 0px;
	width: 796px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 2px;
	top: 0px;
	background: url(../images/portfolio.png) no-repeat 25px 94px;
	height: auto;
	min-height: 650px;
	text-align: center;
	vertical-align: top;
}
#subnavigation {
	background: url(../images/bgsubnavigation.png) repeat-x 0px 0px;
	margin: 3px 0px;
	padding: 0px;
	height: 30px;
	width: 110%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	text-align: center;
	font: normal 11px/normal Georgia, "Times New Roman", Times, serif;
}

#subnavigation a{
	color:#D0C655;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 8px;
	letter-spacing: normal;
}
#subnavigation a:hover {
	text-decoration: underline;
}


#subnavigation a.currentsublinks{
	color:#FFFFFF;
	background: url(../images/bgarrow.gif) no-repeat 0px 5px;
	text-align: left;
	text-indent: 15px;
	margin-left:-15px;
	display: block;
	padding: 0px;
	text-decoration:none;
}
#linkweb {left: 40px; }
#linkbranding {left: 190px; }
#linkpackaging {left: 295px; }
#linkposters {left: 412px; }
#linkbooks {left: 575px; }
#linkart {left: 720px; }
#content {
	margin: 45px auto 0px;
	padding: 0px;
	height: auto;
	width: 700px;
	overflow: hidden;
	position: relative;
	left: 60px;
	top: 0px;
	visibility: inherit;
	min-height:480px;
}
#contentleft {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 455px;
	visibility: inherit;
	left: 0px;
	top: 0px;
	height: auto;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: table-cell;
}
#contentright {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 220px;
	height: auto;
	left: 0px;
	top: 0px;
	text-align: left;
	vertical-align: top;
	font: normal 11px/1.5em "Lucinda Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	letter-spacing: normal;
}
#rightText {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 220px;
	overflow: scroll;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
}

#contentright .yellow {
	color:#D0C655;
}


#contentright a:link {

}

#contentright a.thumbnail {
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	clear: none;
	float: left;
	height: 54px;
	width: 54px;
	border: 2px solid #000000;
	color: #000000;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
}
#contentright a.thumbnail:hover{
border: 2px solid #999999;
}

#contentright a.left {clear: left;}
#contentright a.right {clear: right;}

#contentright a:hover {
font-weight:normal;
}
#contentright a.currentpage, #contentright a.currentpage:hover {
border: 2px solid #FFFFFF;
}


#bottomnavigation {
	margin: 15px 0px 0px;
	padding: 0px;
	width: 695px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	height: auto;
	left: 70px;
	top: 0px;
	text-align: left;
	vertical-align: top;
}
#pagination, #rightlink {
	margin: 20px 0px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	overflow: visible;
	text-align: left;
	vertical-align: top;
	font: normal 13px/normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#pagination a, #pagination a:visited, #pagination a:active {
	color:#D0C655;
	text-decoration: underline;
	line-height: 1.5em;
		font-weight: normal;
}

#pagination a:hover{
	color:#FFFFFF;
	font-weight:normal;
	line-height: 1.5em;
}

#pagination a.currentpage{
color:#FFFFFF;
text-decoration:none;
}
#rightlink {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	height: 20px;
	width: 550px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	left: 120px;
	top: 0px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightlink a {
	color:#D0C655;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}

#footer {
	font: normal 9px/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	color:#999999;
	text-align: center;
	letter-spacing: normal;
}
.greytext {
	color: #999999;
}


.yellowtext{
color: #D0C655;
}
.page, .page:visited, .page:active {
	color:#D0C655;
	text-decoration: underline;
	line-height: 1.5em;
	font-weight: normal;
}
.fieldlabel {
	color: #D0C655;
	font-family: Georgia, "Times New Roman", Times, serif;
}
