

body {
	margin: 20px 0;
	padding: 0;
	background: #006600;
	color: #ffffff;
}


h1   {
	font-family: Garamond, Arial, Helvetica, Verdana, Times, fantasy;
	font-style: italic;
	color: #333300;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}

p, ul, ol, blockquote {
	font-family: Georgia, "Trebuchet MS", Times, Helvetica, sans-serif;
        font-style: italic 10px;
	font-size: small;
	color: #ffffff;
	text-indent: 1cm
}

r, ul, ol, blockquote {
	font-family: Georgia, "Trebuchet MS", Times, Helvetica, sans-serif;
        font-style: italic 10px;
	font-size: small;
	color: #ffffff;
	text-indent: 0cm
}


h2 {
	padding-left: 30px;
	background: url(images/img4.gif) no-repeat left center;
}

h3, #colTwo h2 {
	padding-left: 25px;
	background: url(images/img5.gif) no-repeat left center;
	font-size: medium;
}

a {
	color: #333300;
}


a:hover {
	text-decoration: none;
	color: white;
}

.posted {
	padding-top: 10px;
	border-top: 1px solid #336600;
	font-size: x-small;
}

.poste1 {
	padding-top: 10px;
	border-top: 1px solid #00ff00;
	font-size: x-small;
}


/* Header */

#header {
	width: 1050px;
	height: 60px;
	margin: 0 auto 0px auto;
	background: green url(images/img2.gif);
	
}

#header * {
	text-decoration: blink;
	color: #ffffff;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0 30px;
}

#header h2 {
	float: left;
	margin: 0;
	padding: 70px 0 0 0;
	background: none;
	font-size: small;
}

/* Content */

#content {
	width: 1050px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y; 
}

#colOne {
	float: left;
	width: 190px;
	padding: 25px 10px 0px 0px;
	background: 00ff00 url(images/img3.gif) no-repeat right top;
}

#colTwo {
	float: right;
	width: 800px;
	padding: 20px 20px 10px 20px;
	background: 1c961c url(images/img2.gif) no-repeat left top;
	
	
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo h2 {
	margin: 20px 0 10px 0;
}

#colTwo ul ul {
	margin-left: 25px;
}


#img {
	border: 1px solid green;
}

#imm {
	border: 1px solid red;
}

/* Footer */

#footer {
	width: 710px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat 0px 20px;
}

#footer p {
	margin: 0;
	padding: 48px 0 0 20px;
	font-size: x-small;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
