* {
	margin: 0;
	padding: 0;
}
body {
    background-color: rgb(115,115,103);
	font-family:Verdana;
	min-width:700px;
}
h3 {
	font-size:x-small;
	font-style: italic;
	font-weight: 100;
	text-align:left;
	color:rgb(120,120,120);
	padding:5px 0 5px 0;
}
#wrapperBG {
    background: url(../img/bgd.jpg) repeat 0 0;
	background-color: rgb(203,203,198);
}
#wrapper {
	background: url(../img/bgd_top.jpg) repeat-x 0 0;
}
#logo {
	width:116px;
	height:73px;
	margin:0 5px 0 0;
	position:absolute;
	top: 0;
	left:50px;
}
#logo img {
	border:0 none;
}
#content {
	margin:0;
	padding:55px 0 0 0;
	min-height:350px;
}
#vertic {
	vertical-align:middle;
	width:533px;
}
.clear {
	clear: both;
}
/* bread crumbs */
#BreadCrumbs {
	position:absolute;
	top:0;
	left:170px;
}
#BreadCrumbs li {
	display:inline;
	margin:20px 0 0 0px;
}
#BreadCrumbs ul {
	font-size:x-small;
	font-weight:100;
	list-style-image:url();
	padding:20px 0 0 10px;
}
#BreadCrumbs a {
	color:rgb(69,69,69);
}
#BreadCrumbs img {
	border:0 none;
	vertical-align:middle;
	width:8px;
	height:10px;
	margin-left:3px;
}
/* end bread crambs */

/* buttons */
#content .cg {
	width:40px;
	height:531px;
	border:0 none;
}
.hiddenIMG {
	border:0 none;
	width:1px;
	height:1px;
}
#buttonLeft {
	background:url(../img/arrow_left.gif) no-repeat;
	float:left;
	height: 531px;
	width:40px;
}
#buttonLeft:hover {
	background:url(../img/arrow_left_h.gif) no-repeat;
	float:left;
	height: 531px;
	width:40px;
}
#buttonRight {
	background:url(../img/arrow-right.gif) no-repeat;
	float:right;
	height: 531px;
	width:40px;
}
#buttonRight:hover {
	background:url(../img/arrow_right_h.gif) no-repeat;
	float:right;
	height: 531px;
	width:40px;
}
/* end buttons*/

 /* images */
#mainImg {
	width:531px;
}
#mainImg img {
	border:1px solid rgb(16,16,16);
}
#imgNav {
	width:100%;
	margin-top:50px;
	padding-bottom:30px;
	height:100px;
}
#imgNav .regular {
    border:1px solid rgb(16,16,16);
	vertical-align:middle;
	width:53px;
	margin:0 11px 0 11px;
}
#imgNav a {
	border:0 none;
}
#linkedImg {
	margin:0 10px 0 10px;
	border:10px solid rgb(189,189,189);
	vertical-align:middle;
}
/* end images */

/* footer */
#puk {
	position:relative;
	left:50%;
	margin-left:-300px;
	min-width:620px;
	width:60%;
}
#footer {
	background: url(../img/bgd_dark.jpg) repeat; 
	min-height:200px;
}
#footerContent {
	text-align:left;
	float:left;
	width:60%;
	margin:20px 0 0 10px;
	min-width:350px;
	max-width:600px;
	color:rgb(22,22,22);
}
#footerContent p {
	margin:0 0 10px 0;
	line-height:1.4em;
}
#footerContent h5 {
	padding:10px 0 0 0;
	font-size:1.1em;
	font-weight:600;
	color:rgb(38,38,38);
}
#footer-first-col {   
	float:left;
	font-size:x-small;
	font-weight:100;
	margin-right:6%;
	width:50%;
	max-width:400px;
	min-width:20px;
}
#footer-first-col p {
	margin:0 0 20px 0;
}
#footer-second-col {
	float:left;
	font-size:x-small;
	font-weight:100;
	margin-right:0;
	width:40%;
	max-width:200px;
	min-width:100px;
}

#footer-second-col a, #footer-first-col a {
	color:rgb(48,48,48);
	text-decoration:none;
}
#footerBottom {
	border-top:1px solid rgb(48,48,48);
    margin:30px 0 0px 0;
	font-size:xx-small;
	line-height:40px;
	color:rgb(48,48,48);
}
#brim {
	background: url(../img/bgd_brim.jpg) repeat-x;
	height:50px;
}
#footerLogo {
	float:left;
	width:214px;
	height:130px;
	margin:0 20px 0 0;
}
#footerLogo img {
	border:0 none;
}
/* end footer */
 
/* img List */
#imgList {
	width:86%;
	max-width:2500px;
	min-width:600px;
	text-align:center;
	margin:0 7% 0 7%;
	padding:80px 0 50px 0;
	font-size:x-small;
	font-weight:100;
}
#imgList a {
	text-decoration:none;
	color:rgb(120,120,120);
}
#imgList a:visited {
	color:rgb(249,239,218);
}
#imgList a:hover{
	color:rgb(255,255,100);
}
.SMbox {
	text-decoration:none;
    display:inline-block;
	vertical-align:middle;
}
.SMimg {
	width:104px;
	float:left;
	margin:2em;
}
#imgList img {
	border:1px solid rgb(16,16,16);
}
/* end img List */ 
