		/* -- RESET SECTION START */
		
		* {
			margin:0;
			padding:0;
		}
		
		img{
			border:none;
		}
		
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		
		:focus {
			outline: 0;
		}
		
		body {
			line-height: normal;
			font-size:100%;
		}
		
		table {
			border-collapse: separate;
			border-spacing: 0;
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		
		blockquote:before, blockquote:after, q:before, q:after {
			content: "";
		}
		
		blockquote, q {
			quotes: "" "";
		}
		
		li {
			list-style:none;
		}
		
		/* clearfix hack */
		.clearfix:after {
			visibility: hidden;
			display: block;
			font-size: 0;
			content: " ";
			clear: both;
			height: 0;
		}
		
		.clearfix { 
			display: inline-block; 
		}
		
		/* commented backslash hack \*/
		
		* html .clearfix { 
			height: 1%; 
		}
		
		.clearfix { 
			display: block; 
		}
		/* end hack */
		
		/* -- RESET SECTION END */
		
		body {
			margin-top:80px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			color:#03294e;
			background-color:#03294e;
		}
		
		#wrapper {
			width:900px;
			margin:0 auto;

		}
		
		#headerLeft {
			float:left;
			width:302px;
			height:71px;
		}
		
		#headerMenu {
			float:left;
			width:389px;
			height:71px;
			background:url(../images/sprites_new.png) no-repeat 0 0 transparent;
			position:relative;
			z-index:900 !important;
		}

		/* top page menu start */ 
		
		#menu {
			width:700px;
			position:absolute;
			top:19px;
			left:2px;
			height:auto;
			background-color:transparent;
			text-transform:lowercase;
			padding-left:15px;
			z-index:800 !important;
		}
		

		#menu ul li {
			border-bottom:9px solid #4cc0e2;
		}
		
		#menu ul li .activeItem {
			background:url(../images/sprites_new.png) no-repeat scroll 38% 81% transparent;
			
		}
		
		#menu ul li a {
			display:block;
			float:left;
			height:14px;	
			width:auto;	
			text-decoration:none;
			font-size:15px;
			font-family:"Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
			color:#313131;	
			text-align:center;
			border:0 none;
			line-height:1em;
			padding:0px 15px 13px 0px;
			font-weight:bold;
		}

	
		.sf-menu, .sf-menu * {

			z-index: 1000;
		}
		.sf-menu {
			line-height:	1;
		}
		.sf-menu ul {
			position:		absolute !important;
			top:			-999em;
			width:			7em;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			background-color:#4cc0e2;
            filter:         alpha(opacity=60) !important; /* needed for IE browsers; may produce a parse error if validated, nothing to worry about */ 
	        -moz-opacity:   0.6 !important;
	        -khtml-opacity: 0.6 !important;
	        opacity:        0.6 !important;
		}
		.sf-menu ul li {
			width:			100%;
			border-bottom:  1px solid #002951 !important;
			font-size:      14px !important;
			
		}
		
		.sf-menu ul li a {
			color:          #000 !important;
			font-weight:    normal !important;
			padding:        .4em .4em !important;
			
		}
		
		.sf-menu ul li.last {
			border-bottom:  none !important;
		}
		
		.sf-menu li:hover {
			visibility:		inherit; 
		}
		.sf-menu li {
			float:			left;
			position:		relative !important;
			
		}
		.sf-menu a {
			display:		block;
			position:		relative !important;
			

		}
		.sf-menu li:hover ul,
		.sf-menu li.sfHover ul {
			left:			0;
			top:			2.7em; 
			z-index:		99;
		}
		ul.sf-menu li:hover li ul,
		ul.sf-menu li.sfHover li ul {
			top:			-999em;
		}
		ul.sf-menu li li:hover ul {
			left:			10em;
			top:			0;
		}
		ul.sf-menu li li:hover li ul {
			top:			-999em;
		}
		ul.sf-menu li li li:hover ul {
			left:			10em;
			top:			0;
		}


		.sf-menu li:hover,
		.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
			outline:		0;
		}


		/* top page menu end */
		
		#headerRight {
			float:left;
			width:209px;
			height:71px;
			position:relative;
		}
		
		#headerRight img {
			position:relative;
			top:7px;
			left:18px;
		}
		
		/* header search start */
		
		.search-form {
			position:relative;
			top:29px;
			left:30px;
			width:227px;
		}
		
		.search-form fieldset .textfield {
			font-family:"Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Trebuchet MS",sans-serif;
			font-size:14px;
			color:#272727;
			height:27px;
			width:227px;
			border:solid 0 #fff;
			margin:0;
			padding:2px 0 2px 10px;
			background: url(../images/sprites_new.png) no-repeat 0 -80px transparent;
			voice-family: "\"}\""; 
			voice-family:inherit;
		}
		
		.search-form fieldset>input.textfield { /* for other browsers except IE5-6 */	
			padding:1px 0 0 10px;
			line-height:1.5em;
			width:217px;
		}
		
		/* header search end */
		
		#content {
			position:relative;
			clear:both;
			width:900px;
			height:auto !important;
			overflow:hidden;
		}
		
		/* homepage slider start */
		
		#topContent {
			height:248px;
			position:absolute;
			top:0;
			left:0;
			z-index:3;
		}
		
		#peel {
			width:303px;
			position:relative;
			top:0;
			left:0;
			border-right:1px solid #3d9ab5;
			overflow:hidden;
			height:80px;
			z-index:700;
		}
		
		#peel h1 {
			font-weight:normal;
			color:#fff;
			font-size:28px;
			padding-left:27px;
			line-height:1.2em;
			position:absolute;
			top:25px;
			left:0;
		}
		
		#rounded {
			overflow:hidden;
			height:248px;
			width:900px;
			background-color:#4cc0e2;
		} 
		
		#featured1,#featured2,#featured3,#featured4,#featured5,#featured6 {
			position:absolute;
			top:0;
			left:0;
			width:900px;
			height:248px;
			overflow:hidden;
		}
		
		.featured_text {
			width:303px;
			overflow:hidden;
			position:absolute;
			left:0;
			top:78px;
			height:170px;
			overflow:hidden;
			background:url(../images/sprites_new.png) no-repeat -477px -223px #4cc0e2;
			border-right:1px solid #61a6ba;
			z-index:600;
		}
		
		.featured_text h6 {
			margin-top:20px;
			padding-left:28px;
			padding-right:20px;
			font-size:14px;
			font-weight:bold;
			color:#212121;
			font-family:"Segoe UI","Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Myriad Pro","Trebuchet MS",Arial,Helvetica,sans-serif;
			margin-bottom:5px;
		}
		
		.featured_text p {
			color:#425d65;
			padding:0 20px 5px 28px;
			overflow:hidden;
			line-height:1.4em;
		}
		
		.featured_image {
			width:596px;
			position:relative;
			left:304px;
			top:0;
			text-align:right;
			overflow:hidden;
			height:248px;
		}
		
		/* homepage slider end */
		
		#bottomContent {}
		
		#updates {
			width:303px;
			height:360px;
			background:url(../images/sprites_new.png) no-repeat -477px -148px #e5e5e5;
			float:left;

		}
		
		#updates h1 {
			font-weight:normal;
			color:#101010;
			font-size:28px;
			line-height:1.2em;
			position:relative;
			top:5px;
			left:0;
			padding-left:27px;
			background-color:transparent;
			margin-bottom:50px;
		}
		
		#updates ul {
			float:left;
			padding-left:5px;
			margin-right:5px;
			font-size:14px;
			color:#171616;
			line-height:1.4em;
			background-color:transparent;
			background:url(../images/sprites_new.png) no-repeat 60px -232px;
			padding-bottom:10px;
		}
		
		#updates ul li.number {
			font-size:18px;
			font-weight:bold;
			font-family:"Myriad Pro","Trebuchet MS","Gill Sans MT","Gill Sans","Gill Sans Std","GillSans";
		}
		
		
		#updates ul li {
			float:left;
			clear:both;
		}
		
		#updates ul.fm {
			padding-left:15px;
			background-image:none;
		}
		
		#updates p {
			padding-bottom:10px;
			margin:0 20px 0 28px;
			line-height:1.2em;
			
		}
		
		#cont {
			width:572px;
			float:left;
			height:auto !important;
			padding:25px 0 0 25px;
			padding-bottom:50px;
			background:url(../images/bg.gif) repeat-y 0 0 #fff;
		}
		
		.deco {
			position:absolute;
			top:32px;
			left:0;
			width:18px;
			height:20px;
		}
		
		.bblue {
			background-color:#54d8ff;
		}
		.bblack {
			background-color:#000;
			position:relative;
			top:32px;
			left:0;
		}
		
		
		a.more {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			font-family:"Segoe UI","Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size:14px;
		} 
		
		a.gray {
			color:#171616;
			line-height:1em;
		}
				
		#posted-ago {
			height:auto;
		}
		
		h1.blue {
			font-size:28px;
			color:#0092bd;
			float:left;
			font-weight:normal;
			line-height:1.2em;
			margin-right:7px;
		}
		
		.amp {
			font-family:"Palatino Linotype";
			font-weight:bold;
			font-style:italic;
			float:left;
			font-size:28px;
			color:#0092bd;
			width:27px;
			text-align:left;
			line-height:1;
			padding-top:3px;
		}
		
		/* footer start */
		
		#footer {
			height:34px;
			clear:both;
			overflow:hidden;
			background:url(../images/bg.gif) repeat-x top left #e5e5e5;
			margin-bottom:30px;	
		}
		
		#footer p {
			padding-left:100px;
			padding-top:10px;
			margin:0;
		}
		
		#footer p span {
			margin-left:90px;
			font-style:italic;
		}
		
		/* footer end*/
		
		#contIn {
			clear:both;
			padding-top:10px;
		}
		
		#contIn h1,h2,h3,h4,h5,h6 {
		    font-family:"Segoe UI",Arial;
		}
		
		#contIn p {
			margin-bottom:10px;
			line-height:1.4em;
		}
		
		#fst {
			width:260px;
			float:left;
			margin-right:30px;
		}
		
		#snd {
			width:270px;
			float:left;
			padding-right:10px;
		}
		
		#welcome {
			width:100%;
			height:auto;
			clear:both;
			padding-top:5px;
		}
		
		#contIn h4 {
			background:url(../images/bg.gif) repeat-x 0 60%;
			font-weight:bold;
			font-size:18px;
			color:#101010;
			margin-bottom:10px;
		}
		#contIn h4 span {
			background-color:#fff;
			padding-right:10px;
		}
		#contIn small {
			letter-spacing:1px;
		}
		
		/* homepage slider buttons start */
		#but {
			position:absolute;
			left:350px;
			margin:-30px 0 0 0;
			z-index:500;
		}
		
		#but ul {
			margin-left:170px;
		}
		
		#but ul li {
			height:52px;
			width:52px;
			display:inline;
		}
		
		#but ul li a {
			display:block;
			float:left;
			text-align:center;
			margin-left:-10px;
			color:#fff;
			font-size:24px;
			font-weight:normal;
			text-decoration:none;
			font-style:italic;
			height:52px;
			width:52px;
			line-height:2em;
			background:url(../images/sprites_new.png) no-repeat 0px -115px transparent;
			font-family:"Myriad Pro","Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Trebuchet MS",Arial,Helvetica,sans-serif;
		}
		
		#but ul li a:hover {
		    color:#E5E5E5;
		}
		
		#but ul li {
			display:inline;
		}
		/* homepage slider buttons end */
		
		/* jQuery Corners improvement*/
		.jquery-corner {
			position: relative;
			z-index: 100;
		}
		
		/* CUFON improvement for IE*/
			.cufon-vml{ 
			margin: 4px 0 4px 0; 
		}

        /* STYLES for regular pages */

		.regular {
			background-image:none !important;
		}
		.regular #content {
			border:1px solid #d9d9d9;
			border-bottom:0;
			width:898px;
			height:auto !important;
			background:url(../images/sidebar_bg.png) repeat-y 0 0 #fff!important;
		}
		
		.regular #headerMenu a {
		    color:#fff;
		}
		
		.regular #content #content-area {
			float:left;
			width:550px;
			padding:30px 0 0 38px;
			padding-bottom:20px;
		}
		
		.regular #content #sidebar {
			float:left;
			width:250px;
			padding-top:30px;
			padding-bottom:30px;
		}
		
		.regular .bblue-head {
			font-size:24px;
			font-weight:bold;
			color:#0092bd;
		}
		
		.regular .subtitle {
			font-weight:bold;
			color:#101010;
			font-size:18px;
		}
		
		.regular #sidebar .subtitle {
		    color:#fff;
		}
		
		.regular h3 {
			font-size:16px;
			font-weight:bold;
			color:#101010;
		}
		
		.regular h4 {
			font-size:14px;
			font-weight:bold;
			color:#101010;
		}
		
		.regular h5 {
			font-size:12px;
			font-weight:bold;
			color:#101010;
		}
		
		.regular .cuf {
			color:#101010;
			font-weight:bold;
		}
		
		.regular small {
			line-height:0.5em;
		}
		
		.regular p {
			margin:20px 0 20px 0;
			line-height:1.5em;
		}
		
		.regular #content-area p {
			clear:both;
		}
		
		.regular #content-area img {
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:5px 0 5px 0;
			margin:20px 0 0 0;
		}
		
		.regular ol.firstList {
			font-family:"Gill Sans MT","Gill Sans","GillSans","Gill Sans Std","Trebuchet MS";
			margin:20px 0 20px 35px;
			color:#0092bd;
			clear:both;
		}
		
		.regular ol.firstList p {
			font-family:Arial,Helvetica,Tahoma,sans-serif;
			font-style:normal;
			margin:0;
			padding:0;
			font-size:12px;
			color:#3b4548;

		}
		
		.regular ol.firstList li {
			font-weight:bold;
			font-style:italic;
			font-size:14px;
			list-style-type:decimal;
		}
		
		.regular ol.firstList li p {
			font-weight:normal;
		}
		
		.regular ul.secondList {
			margin:0 0 10px 35px;
			color:#0092bd;
		}
		
		.regular ul.secondList p {
			margin:0;
			padding:0;
			color:#3b4548;
		}
		
		.regular ul.secondList li {
			list-style-type:square;
		}
		

		.regular ul.secondList li p {
			font-weight:normal;
		}
		
		.regular blockquote {
			float:left;
			margin-left:30px;
			padding-right:20px;
			font-style: italic;
		}
		
		.regular blockquote p:before {
			content: "\201C";
			font-size:35px;
			font-family:Garamond;
			font-weight:bold;
			padding-right:10px;
		}
		
		.regular #sidebar {
			padding-left:30px;
		}
		.regular #sidebar .subtitle {
			border-bottom:1px solid #b7b7b7;
			padding-bottom:10px;
		}
		.regular .nav {
			border-bottom:none !important;
			font-weight:bold;
		}
		
		.regular #sidebar p.small {
			margin:-10px 80px 0 0;
			background-color:#212121;
			font-family:"Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Trebuchet MS";
			text-transform:uppercase;
			color:#61d6f8;
			letter-spacing:1px;
			padding-right:0;
		}
		
		.regular #sidebar li {
			border-top:1px solid #b7b7b7;
			padding:5px 0 5px 0;
			font-size:12px;
		}
		.regular #sidebar li a {
			color:#777;
			text-decoration:none;
			display:block;
		}
		.regular #sidebar li a:hover {
			background:url(../images/sprites_new.png) no-repeat 241px -197px;	
			color:#008cb5;
		}
		.regular #sidebar ul {
			border-bottom:1px solid #b7b7b7;
			margin-bottom:20px;
		}
		.regular #sidebar p {
			padding-right:15px;
			margin-top:10px;
			margin-bottom:20px;
			color:#777;
		}
		.regular #sidebar img.ad {
			border:1px solid #ccc;
			margin-bottom:20px;
		}
		.regular #sidebar img.social {
			margin:10px 10px 10px 0;
		}
		.regular .search-form {
			top:0;
			left:0;
			margin-bottom:20px;
		}
		.regular #headerLeft img {
			margin-left:30px;
			margin-top:5px;
		}
		.regular #headerMenu {
			background-image:none;
		}
		
		.last-li a {
			padding-right:0 !important;
			margin-right:0;
		}
		
		.regular h1, .regular h2, .regular h3, .regular h4, .regular h5, .regular h6, .regular .subtitle {
			font-family:"Segoe UI","Trebuchet MS", Arial, Helvetica, sans-serif !important;
			font-weight:bold;
		}
		
		.regular dl {
	margin-bottom:45px;
	color: #0F0;
		}
		
		.regular dt {
			position: relative;
			left: 0;
			top:2.5em;
			width: 7em;
			text-transform:uppercase;
			color:#0082a8;
			text-align:right;
			margin-top:-10px;
			font-family:"Gill Sans MT","Gill Sans","GillSans","Gill Sans Std","Trebuchet MS";
		}
		
		.regular dd {
			margin: 0 0 0 8em;
			padding: 0 0 0 1em;
			border-left: 1px solid #999;
		}
		
		.regular dl span {
			text-transform:uppercase;
			font-weight:normal;
			color:#101010;
			letter-spacing:1px;
			font-family:"Gill Sans MT","Gill Sans","GillSans","Gill Sans Std","Trebuchet MS";
		}
		
			
		.regular #crumbs {
			height:2.3em;
			border:1px solid #dedede;
			margin-bottom:20px;
			}
		.regular #crumbs li {
			float:left;
			line-height:2.3em;
			color:#666;
			padding-left:.75em;
			}		
		.regular #crumbs li a {
			background:url(../images/crumbs.gif) no-repeat right center;
			display:block;
			padding:0 15px 0 0;
			}							
		.regular #crumbs li a:link,
		.regular #crumbs li a:visited {
			color:#666;
			text-decoration:none;
			}	
			
		.regular a:link, a:visited,	
		.regular #crumbs li a:hover,
		.regular #crumbs li a:focus {
			color:#008cb5;
			}
		
		.regular #header {
			height:92px;
		}	
		
		.regular table {
			clear:both;
			border:1px solid #ccc;
			width:auto;
			margin:0 auto;
			margin-bottom:20px;
		}
		
		.regular th {
			padding:5px;
			text-align:left; 
			margin-bottom:5px;
			text-transform:uppercase;
			background-color:#e5e5e5;
			font-weight:bold !important;
			font-family:"Gill Sans MT","Gill Sans","GillSans","Gill Sans Std","Trebuchet MS";
			color:#101010;
		}
		
        .alt {
		background-color:#d9eaef;
		}
		
		.regular td {
			padding: 5px;
		}
		
		.regular td.hover, tr.hover
		{
			background-color: #f8ece0;
		}
		
	
		.post {
			height:auto;
			border-bottom:1px solid #ccc;
			margin-bottom:25px;
		}
		
		.post .lhs {
			float:left;
			width:490px;
		}
		
		.post .rhs {
			float:left;
			width:60px;
			font-style:italic;
			font-size:24px;
			padding-top:10px;
		}
		
		.post p {
			margin:0 0 15px 0;
			padding:0;
		}
		
		.post p a {
			text-decoration:none;
		}
		
		.post p.postmetadata {
			margin-bottom:15px;
		}
		
		.post p.postmetadata {
			font-family:"Gill Sans MT","Gill Sans","GillSans","Gill Sans Std","Trebuchet MS";
			text-transform:uppercase;
			line-height:1;
			margin-top:-7px;
			background-color:#fff;
			margin-right:200px;
		}
		
		.post p.postmetadata a {
			color:#797979 !important;
		}
		
		.post .bblue-head {
			padding-bottom:10px;
			border-bottom:1px solid #ccc;
			font-weight:normal;
			color:#000;
			font-size:24px;
		}
		
		.post p.more a {
			color:#212121 !important;
			font-weight:bold;
		}
		
		.post .rhs a {
			text-decoration:none;
			color:#fff !important;
			background:url(../images/sprites_new.png) no-repeat -104px -125px;
			width:42px;
			height:42px;
			display:block;
			line-height:1.7em;			
			text-align:center;
			font-family:"Myriad Pro","Gill Sans MT","Gill Sans","Gill Sans Std","GillSans","Trebuchet MS",Arial, Helvetica, sans-serif; 
			font-weight:normal;
		}
		
		.post .rhs li.comments a {
			background:url(../images/sprites_new.png) no-repeat -146px -128px;
			line-height:1.5em;	
		}
		
		.post .rhs li {
			margin-bottom:5px;
			width:42px;
			height:42px;
		}
		
		.post img {
			margin-top:5px !important;
			margin-bottom:10px !important;
			border:none !important;
		}
		
		.post .rhs ul {
			float:right;
		}
		
		.post .roundit {
			width:490px;
			height:120px;
			margin-bottom:20px;
		}
		
		.post .roundit img {
			padding:0 !important;
			margin:0 !important;
		}
		
		
		#contact-form fieldset {
			margin : 0;
			padding-top : 20px;
			border : none;
		}
		
		#contact-form fieldset div br {
			display : none;
		}
		
		#contact-form legend {
			font-weight : bold;
			color : #3e3e3e;
			margin : 0;
			padding-bottom : 5px;
		}
		
		#contact-form label {
			display : block;
			margin-bottom:5px;
			padding-top:2px;
		}
		
		#contact-form #form-submit {
			clear : both;
			text-align : center;
		}
		
		#contact-form fieldset div.mes {
			border:none;
		}
		
		#contact-form fieldset div input {
			width: 200px; 
			border:none;
			border-left: 1px solid #ccc;
			border-top: 1px solid #ccc;
			background-color:#f5f5f5;
			margin-bottom:5px;
			padding:3px;
		}
		
		#contact-form fieldset div textarea {
			border:none;
			border-left: 1px solid #ccc;
			border-top: 1px solid #ccc;
			background-color:#f5f5f5;
			padding:3px;
			margin-bottom:5px;
			height:200px;
		}
		
		#contact-form p.input_form {
			padding:0;
			margin:0;
			text-indent:0;
		}
		
		#contact-form .submit {
			background-color:#212121;
			border:1px solid #000;
			padding:5px;
			font-weight:bold;
			margin-top:10px;
			font-size:12px;
			color:#ccc !important;
		}
		
		#feedback {
			margin:20px 0 10px 0px;
		}
		
		p#success {
			display: none; 
			padding-top: 20px;
			font-size: 16px; 
			text-align: center; 
			color: #339933;
			font-style: italic;
		}
		
		p.error {
			display: none;
			color: #FF0000;
			font-style:italic;
			font-size: 14px; 
			margin:0;
			padding:0;
		}
		
		.gallery {
			margin:20px 0 20px 0px;
		}
		
		.gallery li {
			height:auto;
			width:237px;
			float:left;
			margin-right:35px;
			margin-bottom:20px;
			text-align:center;
		}
		
		.gallery li img {
			padding:0 !important;
			margin:0 !important;
			border:none !important;
		}
		
		.gallery li a {
			text-decoration:none;
			color:#000 !important;
		}
		
		.gallery li p {
			margin:10px;
			text-align:left;
			font-style:normal;
			font-weight:normal;
		}
		
		.gallery li p.name {
			margin:0;
			padding:2px 0 2px 0;
			font-style:italic;
			font-weight:bold;
			text-align:center;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
		}
		
		.gallery .roundit2 {
			width:237px;
			height:134px;
			margin:0 auto;
			margin-bottom:10px;
		}
		
		/* STYLES for portfolio page*/
		.portfolio #content {
			background-image:none !important;
		}
		.portfolio #content-area {
			width:820px !important;
		}

