/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #E7E7E7;
}

h3 {
	font-size: 1.5em;
	padding-bottom: 0px;
	color: #EEEEEE;
}

ul {
	list-style-image: url(images/img07.gif);
}

li {
	padding-bottom: 10px;
}

a {
	color: #444444;
}

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

a img {
	border: 0;

}

img.left {
	float: left;
	margin: 0 10px 0 0;
	border: 0px;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
	border: 0;
}

#software {
	font-size: 1em;
	color: #000000;
	padding: 4px;
	text-align: left;
	font-style: italic;
	background-color: #777777;
}

#contact {
	display: none;
}

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-color: #7DC400;
}

#menu .current_page_item a {
	background-color: #7DC40D;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}


/* Content */

#content {
	float: left;
	width: 710px;
	padding-left: 20px;
}

.post {
	margin-bottom: 20px;
	clear: both;
}

.justify {
	text-align: justify;
}

a.post:link {
	color: #BBBBBB;
}

.title {
	margin: 0;
	font-weight: bold;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}


/* Title */

#title {
	float: left;
	width: 690px;
	padding: 20px 20px 0;
}

.byline {
	margin: 0 0 20px 0;
	font-size: 9px;
}

/* Columns */

#maincol {
	width: 690px;
	padding: 20px;
	float: left;
	background-color: #222222;
	margin-bottom: 20px;		
}	

.colhead {
	margin-bottom: 20px;
}

.colone {
	width: 320px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;		
}	

.coltwo {
	width: 320px;
	padding: 0px;
	float: right;
	margin-bottom: 20px;
}	


/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
	padding-top: 0px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li {
	text-align: left;
	
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

