/* Style of the html elements */

body {
	font-size:		90%;
	line-height:		1,6em;
	font-family:		Helvetica, Arial, sans-serif;
	background-image:	url(images/wood-planks-textureBW1024.jpg);
	background-repeat:	repeat;
	background-color: 	gray;
	background-attachment:	fixed;
	margin: 		0px;
}

h1 {
	font-size:		130%;
	font-weight:		bold;
	color:			#59f921;
	border:			medium dotted #675c47;
	text-align:		center;
}

h2 {
	font-size:		110%;
	font-weight:		bold;
}

a {
	text-decoration:	none;
}

a:link {
	color:			black;
	font-weight:		bold;
}

a:visited{
	color:			black;
	font-weight:		bold;
}

a:active {
	color:			black;
	font-weight:		bold;
}

a:hover {
	color:			silver;
}

img {
	border-style:		none;
}




/* Basic presentation style */

#allcontent {
	width:			1000px;
	margin:			0px auto;
	padding:		10px;
}

#header {
	background-color: 	#675c47;
	margin:			0px;
	height:			150px;
}




/* Style of the menu */

#menu {
	font-size:		130%;
	margin:			10px 0px;
	background-color:	white;
	opacity:		0.8;
}

#menu p {
	text-align:		center;
}

#menu a:link {
	color:			#59f921;
	font-weight:		bold;
}

#menu a:visited{
	color:			#59f921;
	font-weight:		bold;
}

#menu a:active {
	color:			black;
	font-weight:		bold;
}

#menu a:hover {
	color:			silver;
}




/* Styles of the main parts of the page */

.description {
	width:			620px;
	background-color: 	white;
	margin:			0px 0px 10px 0px;
	padding:		0px 5px;
	float:			left;
	border:			thin dashed #675c47;
	opacity:		0.9;
}

.description p {
	font-weight:		normal;
	color:			black;
	text-align:		justify;
}

.description_content {
	padding:		0px 20px;
}



.description_content p:first-letter {
	color:			#59f921;
	font-size:		110%;
	font-weight:		bold;
}

.main {
	width:			620px;
	background-color: 	white;
	margin:			0px 0px 10px 0px;
	padding:		0px 5px;
	float:			left;
	border:			thin dashed #675c47;
	opacity:		0.9;
}

.main p {
	font-weight:		normal;
	color:			black;
	text-align:		justify;
}

.sidebar {
	background-color: 	white;
	margin:			0px 0px 10px 640px;
	padding:		0px 5px;
	border:			thin dashed #675c47;
	text-align:		center;
	opacity:		0.9;
}

.footer {
	text-align:		center;
	clear:			both;
	font-size:		80%;
	background-color: 	white;
	margin:			10px 0px 5px 0px;
	border:			thin solid black;
	opacity:		0.9;
}




/* Index Classes and Ids*/

.phpfeed {
	padding:		0px 20px;
}

.phpfeed h1{
	text-align:		left;
	padding-left:		45px;
	background-image:	url(images/news_list_marker.gif);
	background-repeat:	no-repeat;
	background-position:	5px 7px;
}

.phpfeed p:first-letter {
	color:			#59f921;
	font-size:		110%;
	font-weight:		bold;
}

.news_comment{
	padding:		0px 20px;
	border-top:		thin dashed black;
	border-bottom:		thin dashed black;
}

.news_comment_form{
	padding:		0px 0px;
}

.news_comment_form h1{
	text-align:		left;
	border:			none;
}

/* Other Classes and Ids */


