body {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #383838;
}

a:hover {
	text-decoration: none;
	color: #383838;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 234px;
    background: url(images/header.jpg);
	margin: 0px auto;
}

/* Menu */

#menu {
	padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 11px;
	font-weight: bold;
	width: 321px;
	height: 200px;
	margin: 170px auto;
	float: left;
}

#menu table {
    padding: 0px 0px 0px 0px;
}
#menu .linkb {
   background: url(images/navigation1.jpg);
   width: 321px;
   height: 36px;
}

#menu a {
	vertical-align:middle;
	padding: 0px 0px 0px 14px;
	color: #FFFFFF; 
	text-decoration: none;
}

#menu .linkb:hover {
    background: url(images/navigation2.jpg);
}
	
#menu a:hover {
	color: #FFFFFF;
}

#links {
    padding: 0px 0px 0px 0px;
	float:left;
	width: 200px;
	margin: 50px 20px auto;
	color: #000000;
}

#links .entry {
  	border-bottom: #000790 dashed 1px;
}

#links a {
	vertical-align:middle;
	padding: 0px 0px 0px 14px;
	color: red; 
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
	height: 466px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(images/background.jpg);
}

/* Content */

#content  {
	width: 500px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#content ul li {
	list-style-image: url(images/red_arrow_im.jpg);
}

#leftside {
	float: left;
	width: 640px;
	padding: 10px 0px 0px 0px;
	
}

#leftside img {
   float: right;
}

#leftside ul li {
	list-style-image: url(images/red_arrow_im.jpg);
}

#contact img {
   float: left;
}
	

.maintxt {
	margin: 0px 10px 10px 60px;
}

.maintxt .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.maintxt  .footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post {
	margin: 0px 20px 20px 0px;
}

.post .title {
	height: 14px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	background: url(images/title.jpg) repeat-x;
}

.title1 {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 60px;
	color: red;
	font-weight: bold;
	font-size: 1em;
	background: url(images/icon1manage.jpg) no-repeat left center;
}

.title2 {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 60px;
	color: red;
	font-weight: bold;
	font-size: 1em;
	background: url(images/icon4ppm.jpg) no-repeat left center;
}

.title3 {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 60px;
	color: red;
	font-weight: bold;
	font-size: 1em;
	background: url(images/icon6contact.jpg) no-repeat left center;
}

.title4 {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 60px;
	color: red;
	font-weight: bold;
	font-size: 1em;
	background: url(images/icon3pt.jpg) no-repeat left center;
}

.title5 {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 80px;
	color: red;
	font-weight: bold;
	font-size: 1em;
	background: url(images/icon5software.jpg) no-repeat left center;
}

.title2 a:hover {
	color: #FFFFFF;
}

.post .entry {
	margin-left: 70px;
}

.post .meta {
	margin-left: 70px;
	font-weight: bold;
}

.post .byline {
	margin-top: 10px;
	margin-left: 50px;
	border-bottom: #000790 dashed 1px;
	color: #5E5E5E;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px auto;
	width: 900px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background: #ffffff;
	font-size: smaller;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}

