/*Main Layout Sections*/
body {
	margin:0px;
	padding:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000000;
	background:url(/global-assets/images/home-bg.gif) top left no-repeat;
}
#col1 {
	margin:100px 0px 0px 170px;
	float:left;
	width:290px;
	padding:2px;
}
#col2 {
	margin:100px 0px 0px 5px;
	width:290px;
	padding:2px;
	float:left;
}
#col1 p, #col2 p {
	line-height:16px;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
}
#col1 a, #col2 a {
	line-height:16px;
	color:#3399ff;
	text decoration: none;
	font-weight:normal;
}
#col1 a:hover, #col2 a:hover {
	line-height:16px;
	color:#3399ff;
	text decoration: underline;
	font-weight:normal;
}


#design {
	margin:30px 0px 0px 0px;
	width:280px;
	height:60px;
}

#design a {
	line-height:16px;
	color:#e99e1b;
	text decoration: none;
	font-weight:normal;
}
#design a:hover {
	line-height:16px;
	color:#e99e1b;
	text decoration: none;
	font-weight:normal;
}
