body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 50px 0px 0px;
	background: #282B31 url(images/bg-page.jpg) repeat-x top;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}
h1, h2{
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px dotted #56585D;
	text-transform: uppercase;
}
.arwlink{
	background-image: url(images/arw.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
.smallfont {
	font: 11px Tahoma, Arial, Verdana;
}
.samewidth {
	font: 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	width: 235px;
	border: 1px solid #979797;
	overflow: auto;
	background: #282B30;
}
.btn {
	font: 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border: 1px solid #979797;
	overflow: auto;
	background: #000000;
}
.fulldiv {
	clear: both;
	padding: 0px 0px 20px 0px;
}
.clear {
	clear: both;
}
.green {
	color: #66CC00;
}
.orange {
	color: #EC420F;
}
.blue {
	color: #0099FF;
}
.red {
	color: #C90132;
}
.white {
	color: #FFFFFF;
}
.searchpage {
	color: #CCCCCC!important;
	background: #FFFFFF!important;
	padding: 20px;
}
/* Page */
#page {
	width: 770px;
	margin : 0px auto;
	clear: both;
}
/* header */
#header {
	clear: both;
	height: 300px;
	background: #FFFFFF url(images/bg-bookmid.jpg) repeat-y center;
	padding: 10px;
	width: 750px;
}
#header .left {
	background: #000000 url(images/bg-hdr-left-blk.gif) repeat-y right;
	padding: 10px;
	width: 355px;
	float: left;
	height: 280px;
}
#header .right {
	background: #F2F2F2 url(images/bg-hdr-rgt.jpg) repeat-y left;
	width: 375px;
	float: right;
	height: 300px;
}
#logo {
	padding-top: 86px;
	width: 355px;
	clear: both;
	text-align: center;
}
/* links */
#links {
	background-image: url(images/bg-menu.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 85px;
	text-align: center;
}
#links ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#links li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#links li a {
	color:#999999;
	text-decoration:none;
	padding: 0px 10px;
	border-left: 1px solid #333333;
	font: normal 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
#links li a:hover {
	color: #FFFFFF;
	}
#links .act a {
	color:#66CC00;
}
#links .act a:hover {
	color:#66CC00;
}
#links .first a {
	border-left-style: none !important;
	padding-left: 0px;
}
#links .last a {
	padding-right: 0px;
}
/* Book Shadow */
#shadow {
	clear: both;
	height: 30px;
	background: url(images/sdw.jpg) no-repeat top;
}
/* Book Shadow for portfolio page*/
#shadowport {
	clear: both;
	height: 30px;
	background: url(images/sdw.jpg) no-repeat top;
	padding-left: 20px;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #999999;
	padding-bottom: 10px;
}
/* content */
#content {
	padding: 0px 20px 30px;
	margin: 0px;
	clear: both;
}
#content .cola {
	float: left;
	width: 345px;
	margin: 0px;
}
#content .colb {
	float: right;
	width: 345px;
	margin: 0px;
}

/* list with bullet image  */
ul.arw {
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
}
ul.arw li {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
} 
ul.arw li a{
	text-decoration: none;
}
ul.arw li a:hover{
	text-decoration: underline;
}
/* list for portfolio thumbs */
ul.portfolio {
	display:block;
	margin:10px 0 5px;
	padding:0;
	float: left;
	list-style: none outside;
}

ul.portfolio li {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	width: 70px;
	height: 60px;
}
ul.portfolio li.last {
	padding-right: 0px!important;
}
ul.portfolio li a{
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
}
/* list for portfolio thumbs */
ul.twocol {
	display:block;
	margin:0px;
	padding:0;
	float: left;
	list-style: none outside;
}

ul.twocol li {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px 20px 5px 10px;
	width: 140px;
	background: url(images/bullet.gif) no-repeat 0px 9px;
}
ul.twocol li a{
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height: 15px;
}
#content .smallcol {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	color: #333333;
}
.zeropad{
	padding: 0px !important;
	}
a.thumb {
	border:5px solid #CECED0;
}
a.thumb:hover {
	border:5px solid #f2f2f2;
}
/* Footer */
#footer {
	color: #999999;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/bg-line-hrz.gif) repeat-x top;
	font: 11px/18px Tahoma, Arial, Verdana;
}
#footercontent {
	width: 730px;
	height:100%;
	margin: 0px auto;
	text-align: center;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
#footer .valid {
	clear: both;
	padding: 10px 0px 5px;
	margin: 0px;
}
#footer .valid a{
	background: #000000;
	padding: 2px 5px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 3px;
}
#footer .valid a:hover{
	color: #FFFFFF;
}
#footer .keywords {
	color: #CCCCCC;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	padding-top: 10px;
}
