body {
	background-color: #404040;
	background-image: url(/assets/images/bgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 140%;
	height: 100%;
}

.languages {
	width: 778px;
	/*border: 1px solid red;*/
}

.header {
	width: 778px;
	height: 81px;
	background-image: url(/assets/images/makingbrandsworksmarter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	/*border: 1px solid red;*/
}

.mainbody {
	width: 778px;
}

.mainbody #leftcolumn {
	width: 86px;
	background-image: url(/assets/images/leftcolumn.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.mainbody #menucolumn {
	width: 140px;
	background-color: #6A1E6B;
	background-image: url(/assets/images/menu-background.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

.mainbody #maincolumn {
	width: 552px;
	background-color: #FFFFFF;
	background-image: url(/assets/images/mainbodybackground.gif);
	background-repeat:repeat-y;
	background-position: top;
}

.content {
	width: 537px;
	margin-left: 3px;
}

.content #flash {
	padding-bottom: 3px;
}

.content #type {
	border: 1px solid #CCCCCC;
	height: 431px;
}

.content #type p {
	margin: 10px 6px 10px 6px;
}

.content #type p em {
	color: #6A1E6B;	
	font-weight: bold;
	font-style: normal;
}

.content #type p a {
	background-color: #6A1E6B;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	padding: 1px 2px 1px 2px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

.content #type p a:hover {
	top:-1px;
	left: -1px;
}

.content #type h1 {
	margin-top: 15px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 14pt;
	color: #6A1E6B;
	font-weight: normal;
}

.content #type h2 {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 12pt;
	color: #404040;
	/*color: #6A1E6B;*/
	font-weight: normal;
}

.content #hometype {
	border: 1px solid #CCCCCC;
}

.content #hometype p {
	margin: 6px;
}

.content #hometype p em {
	color: #6A1E6B;	
	font-weight: bold;
	font-style: normal;
}

.content #hometype h1 {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 14pt;
	color: #6A1E6B;
	font-weight: normal;
}

.content img#border {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.formfield {
	width: 300px;
	height: 18px;
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	border: 1px solid #999999;
}

.textarea {
	width: 300px;
	height: 100px;
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	border: 1px solid #999999;
}
a.one:link
{
color: #999999;
}

a.one:hover
{
color:#999999;
}

a.one:visited
{
color:#999999;
}