body {
	background: #FFFFFF url(../img/bg.png) repeat-x;
	font-family: Georgia, sans-serif;
	font-size: 15px;
	color: #333333;
	margin: 0;
}
img {
	border: none;
}
h1{
	color: #262673;
	font: bold 24px Georgia, sans-serif;
	margin: 0;
	padding: 0;
}
h2{
	color: #999999;
	font: bold 20px Georgia, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}
a {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #333399;
}
input {
	font-family: Georgia, sans-serif;
	font-size:15px;
	background: #F5F5F5;
}
textarea {	
	font-family: Georgia, sans-serif;
	font-size:15px;
	background: #F5F5F5;
}
#wrapper {
	margin: 0px auto;
	padding: 0;
	width: 760px;
}
#header {
	margin: 0;
	padding: 0px;
	width: 760px;
	height: 80px;
}
#nav {
	margin: 0 0 0 1px;
	padding: 0;
	height: 40px;
	text-align: center;
	background: url(../img/nav-down.png) no-repeat;
}
#nav ul {	
	padding: 0px;
	margin: 0;
}
#nav li {
	list-style:none;
	float:left;
}
#nav li.active {
	list-style:none;
	float:left;
	background: url(../img/nav-hover-r.png) right no-repeat;
}
#nav li a {
	height: 28px;
	/*width: 120px;*/
	display: block;
	padding: 12px 20px 0;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background: url(../img/nav-down.png) right no-repeat;
	border-right: 
}
#nav li a:hover {
	color: #333333;
	text-decoration: underline;
	border-bottom: none;
}
#nav li a.active {
	background: url(../img/nav-hover-l.png) left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
#content {
	margin: 0;
	padding: 40px 0 10px 0;
}
#content p {
	margin: 5px 0 15px 0;
}
#demo {
	background: url(../img/demo.png);
	margin: 35px 0;
	padding: 0;
	color: #FFFFFF;
	font: normal 16px Georgia, sans-serif;
	line-height: 25px;
	text-align: center;
}
#demo p { 
	letter-spacing: 2.5px
} 
#demo a {
	color: #FFFFFF;
	text-decoration: none;
}
#demo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	margin: 0;
	padding: 5px 5px 5px 5px;
	clear: both;
	color: #666666;
	background: url(../img/footer.jpg) repeat-x;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
}
#footer p {
	margin: 5px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	border: none;
}


img.left {
  	float: left;
  	margin: 0 12px 5px 0;
  	width: 25%;
}
img.right {
	float: right;
	margin: 0 0 5px 12px;
 }
.im1 img {
	width: 280px;
}
.im2 img {
	width: 150px;
	margin: 0 30px 5px 0;
}

