body {
	background: #ffffff;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #2b4044;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
/* Header */

a {
	color: #666666;
	text-decoration: none;
}
img {
	border:0px;
}
a:hover {
	color: #555E4F;
	text-decoration: none;
}
/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	border: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	background: #ffffff;
}
#colOne {
	float: left;
	width: 283px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
#colTwo {
	float: right;
	margin-top: 20px;
	width: 540px;
	padding: 0 20px 0 20px;
}
#content h2 {
	font-size: 22px;
	letter-spacing: 0px;
	color: #465e6c;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight:bold;
	margin-top:10px;
}
#mobox {
	float: left;
	width: 150px;
	height: 250px;
	margin-left:50px;
}
#footer {
	width: 900px;
	margin: 0 auto;
}
#footer p {
	text-align: right;
	padding: 0;
	font-size: 10px;
}
/* Menu */
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li a {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: right;
	width: 283px;
	display: block;
	border: 0em solid #dcdce9;
	text-decoration: none;
	text-align: right;
	font-weight:bold;
	color: #2b4044;
}
#nav-menu li a:hover {
	text-decoration: underline;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

#nav-menu {
	width:30em
}

