@import url('mambo.css');
@import url('menu.css');
@import url('callouts.css');


body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg.gif) repeat-y center #fff;
	padding: 0;
}
#outer-maint {
height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg-maint.gif) repeat-y center #fff;
	padding: 0;
}

#outer-design {
height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg-design.gif) repeat-y center #fff;
	padding: 0;
}
#outer-studio {
height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg-studio.gif) repeat-y center #fff;
	padding: 0;
}

html>body #outer-maint {height:auto}
html>body #outer-design  {height:auto}
html>body #outer-studio {height:auto}
html>body #outer {height:auto}
td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #8B8036; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #333;	text-decoration: none;
	}

img {
	
}

#column {
	width: 636px !important;
	width/* */: 635px;
	margin-left: 0px !important;
	margin-left/* */: 0px;
	

}
#logo {
	height: 107px;
	background: url(../images/logo.gif) center no-repeat #fff;
	clear: both;
	margin-right: 0px !important;
	margin-right/* */: 1px;



}
#logo a {
	display: block;
	height: 107px;
	width: 200px;
	margin: 0;
	float: left;
	

}
#nav {
	height: 28px;
	background-color: #fff;
	margin: 0 !important;
	margin/* */: -1px 0 0 0px;

}
#header {
	height: 255px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0px;
	background: #fff;
	border-bottom: 1px solid #fff;

}
#header-int {
	height: 131px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	width: 635px;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #fff;

}
#header-int img {
	border: 0;
	padding: 0;
	margin: 0;
}
#flash-head {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 192px;
	margin: 0 0 0 2px !important;
	margin/* */: 0 0 0 1px;
	text-align: center;
	
}
#leftcol p {
	margin: 3px 8px;
	color: #fff;
	text-align: left;
	line-height: 23px;
	font-family: "Times New Roman", Times, serif;
}
#leftcol hr {
	background-color: #D0D496;
	border: 1px solid #D0D496;
	border-top: 1px sold #B5BB59;
	height: 1px;
	width: 85%;
	margin: 5px auto;
	
}
#rightcol {
	float: right;
	width: 400px;
	text-align: left;
	background-color: #fff;
	margin: 5px 10px 0 0;
	line-height: 20px;
}













.footer {
	clear: both;
	text-align: right;
	color: #aaa;
	font-size: 9px;
	margin: 50px 0 0 0;
	font-weight: normal;
	width: 600px;

}
.footer a:link {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}


.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}



ul.news {
	margin: 0;
	padding: 0;
	
}

ul.news li {
	background: ;
	list-style: none;
	margin: 8px;
	padding: 10px;
	border: 1px solid #ddd;
}

