* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#cms img{
	padding: 12px;
}
a img {
 border: none;
}
#wrapper { 
 margin: 25px auto;
 width: 960px;
 background: url(../images/consultism_middle_bg.jpg);
 border: 1px solid #babab1;
}
#header_holder {
 color: #333;
 width: 960px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: url(../images/consultism_header_bg.jpg) no-repeat;
}
#header {
 color: #333;
 width: 900px;
 padding: 10px;
 height: 102px;
 margin: 10px 0px 0px 0px;
 float: left;
}
#navigation { 
 width: 900px;
 height: 32px;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 170px;
 width: 170px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 overflow: auto;
 width: 780px;
 display: inline;
}
#footer { 
 width: 960px;
 clear: both;
 color: #333;
 background: url(../images/consultism_footer_bg.jpg);
 margin: 0px 0px 0px 0px;
 height: 193px;
 padding: 0px;
}
#footer_text { 
 width: 752px;
 height: 20px;
 clear: both;
 color: #2c4b67;
 font-size: 11px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 28px 10px 2px 180px;
}
#cms { 
 width: 550px;
 color: #5c5c5c;
 font-size: 10pt;
 float:left;
}

/* NAVIGATION LIST */

#navigation ul{
 list-style: none;
 float: left;
 width: 400px;
}
#navigation ul li{
 float:left;
 margin: 0px 2px;
 color: #b2b983;
 font-weight: bold;
 font-size:12px;
 text-transform: uppercase;
}
a.navigation:link{
 color: #666664;
 text-decoration: none;
}
a.navigation:visited{
 color: #666664;
 text-decoration: none;
}
a.navigation:hover{
 color: #999999;
}

/* CMS COLUMN LIST */

#cms h2{
	color: #134777;
}
#cms h3{
	color: #898f49;
}
#cms a:link,a:visited{
	color: #144577;
 	text-decoration: underline;
}
#cms a:hover{
	color: #999999;
 	text-decoration: underline;
}
#cms p{
	margin: 10px 0px;
	font-size: 12pt;
	font-weight: 150; 
	text-align: justify;
}
#cms label{
	float: left;
	width: 200px;
	margin: 3px 0px;
}
#cms input{
	float: left;
	margin: 3px 180px 3px 0px;
}
#cms textarea{
	float: left;
	margin: 3px 100px 3px 0px;
	width: 200px;
	height: 150px;
}
#cms ul{
	list-style: square;
	margin-left: 15px;
}
#cms ul li{
	list-style: square;
}