@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #684f40;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 905px;
	background: none;
	margin: 48px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 1;
}

.oneColFixCtrHdr #header {
	background: url(images/header.gif) no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 235px;
	position: relative;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent-process {
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg_process2.jpg) no-repeat;
	height: 800px;
	z-index: 1;
}

.oneColFixCtrHdr #mainContent-about {
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg_about2.jpg) no-repeat;
	height: 800px;
	z-index: 1;
}

.oneColFixCtrHdr #mainContent-services {
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg_services2.jpg) no-repeat;
	height: 800px;
	z-index: 1;
}

.oneColFixCtrHdr #mainContent-portfolio {
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg_portfolio2.jpg) no-repeat;
	height: 800px;
	z-index: 1;
}

.oneColFixCtrHdr #footer {
	clear:both;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(images/bg_footer.jpg);*/
	margin: 0;
	position: relative;
	z-index: 1;
}

.oneColFixCtrHdr #footer-about p {
	clear:both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 65px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-about p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-about p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-about p {
	clear:both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-about p {
	clear:both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 75px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.oneColFixCtrHdr #footer-process p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-process p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-process p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-process p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}



.oneColFixCtrHdr #footer-services-design p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-services-design p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-services-design p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-services-design p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-services-design p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}




.oneColFixCtrHdr #footer-services-training p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 153px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-services-training p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 85px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-services-training p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 85px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-services-training p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 140px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-services-training p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 160px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}




.oneColFixCtrHdr #footer-services-marketing p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 33px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-services-marketing p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-services-marketing p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-services-marketing p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-services-marketing p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}



.oneColFixCtrHdr #footer-portfolio-web p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-portfolio-web p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-portfolio-web p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-portfolio-web p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-portfolio-web p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 45px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}




.oneColFixCtrHdr #footer-portfolio-print p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-portfolio-print p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-portfolio-print p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-portfolio-print p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 33px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-portfolio-print p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}


.oneColFixCtrHdr #footer-portfolio-branding p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie7 .oneColFixCtrHdr #footer-portfolio-branding p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.ie6 .oneColFixCtrHdr #footer-portfolio-branding p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.ff3 .oneColFixCtrHdr #footer-portfolio-branding p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 33px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.mac.safari4 .oneColFixCtrHdr #footer-portfolio-branding p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #684f40;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}







a.footerlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #684f40;
	text-decoration: none;
	margin: 0 12px;
	z-index: 5;
}

a.footerlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
	color: #684f40;
	text-decoration: none;
	margin: 0 12px;
	z-index: 5;
}

a.footerlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffd200;
	text-decoration: none;
	margin: 0 12px;
	z-index: 5;
}

img.footerimg {
	border: none;
	width: 156px;
	height: 137px;
	position: absolute;
	z-index: 1;
	top: 664px;
	left: -10px;
	clip: rect(auto,auto,auto,10px);
}

#topnav {
	background-color: transparent;
	width: 890px;
	display: block;
	text-align: right;
	margin: 0 130px 0 0;
	padding: 0 15px 0 0;
	position: absolute;
	top: 193px;
}

a.navlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #684f40;
	text-decoration: none;
	margin: 0 12px;
}

a.navlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;	
	color: #684f40;
	text-decoration: none;
	margin: 0 12px;
}

a.navlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #ffd200;
	text-decoration: none;
	margin: 0 12px;
}

.topnav-on {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on.gif) no-repeat center 0;
	padding: 34px 10px 38px 10px;
	position: relative;
}

.ie6 .topnav-on {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on_ie6.gif) no-repeat -40px 0;
	padding: 34px 10px 38px 10px;
	/*position: relative;*/
}

.topnav-on_process {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on.gif) no-repeat center 0;
	padding: 34px 10px 38px 10px;
	position: relative;
}

.ie6 .topnav-on_process {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on_ie6.gif) no-repeat -70px 0;
	padding: 34px 10px 38px 10px;
	/*position: relative;*/
}


.topnav-on_services {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on.gif) no-repeat center 0;
	padding: 34px 10px 38px 10px;
	position: relative;
}

.ie6 .topnav-on_services {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on_ie6.gif) no-repeat -73px 0;
	padding: 34px 10px 38px 10px;
	/*position: relative;*/
}


.topnav-on_portfolio {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on.gif) no-repeat center 0;
	padding: 34px 10px 38px 10px;
	position: relative;
}

.ie6 .topnav-on_portfolio {
	width: 135px;
	height: 108px;
	z-index: 150;
	color: #ffd200;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 33px;
	background: transparent url(images/bg_topnav-on_ie6.gif) no-repeat -70px 0;
	padding: 34px 10px 38px 10px;
	/*position: relative;*/
}


#topnav-sublinks_services {
	clear: both;
	display: block;
	z-index: 20;
	width: 150px;
	left: 456px;
	top: 42px;
	text-align: center;
	position: absolute;
	background-color: #fff;
	line-height: 30px;
	padding-top: 35px;
}

#topnav-sublinks_portfolio {
	clear: both;
	display: block;
	z-index: 20;
	width: 150px;
	left: 595px;
	top: 42px;
	text-align: center;
	position: absolute;
	background-color: #fff;
	line-height: 30px;
	padding-top: 35px;
}

a.sublinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #684f40;
	text-decoration: none;
	font-weight: bold;
}

a.sublinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #684f40;
	text-decoration: none;
}

a.sublinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff6b11;
	text-decoration: none;
}

.sublink-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff6b11;
	font-weight: bold;
}

#content-leftside {
	position: relative;
	width: 330px;
	color: #fff;
	font-size: 15px;
	z-index: 5;
	float: left;
	margin: 0;
}

#content-portfolio {
	position: relative;
	width: 580px;
	color: #fff;
	font-size: 15px;
	z-index: 5;
	float: left;
}

#content-rightside {
	position: relative;
	width: 255px;
	color: #684f40;
	font-size: 15px;
	float: right;
	z-index: 5;
	left: 20px;
	padding: 15px 10px;
}

.accent-text {
	color: #ffd300;
	font-weight:bold;
	font-size: 18px;
}

a.link-rightside:link {
	color: #684f40;
	font-size: 15px;
	text-decoration: none;
}

a.link-rightside:visited {
	color: #684f40;
	font-size: 15px;
	text-decoration: none;
}

a.link-rightside:hover {
	color: #ff6b11;
	font-size: 15px;
	text-decoration: underline;
}

img.thumbail {
	margin: 10px;
	border: none;
}

.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

a.link-leftside:link {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}

a.link-leftside:visited {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}

a.link-leftside:hover {
	color: #ffd300;
	font-size: 15px;
	text-decoration: underline;
}
	
