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

/*
Modified by Andreas Pashalidis
*/

/* Elements */
body {
	margin: 25px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #313131;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #2582A4;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #330000
/*	color: #87A019;*/
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-align: left;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}


/* Header */

#header {
	width: 950px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}
/*	background: url(images/img06.gif) no-repeat;*/


/* Menu */

#menu {
	/*float: left;*/
	/*width: 500px;*/
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img02.gif) no-repeat;
}

#menu a {
	/*display: block*/
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(images/img04.gif) repeat-x;
}

/* Language selection form */

#langform {
	/*display: block;*/
	float: right;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat right top;}

#langform fieldset {	/*display: inline;*/
	border: none;
}

	

/* Content */

#content {
	width: 950px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 140px;
/*	background: url(images/img05.gif) repeat-x;*/
/*	background: url(../background.jpg) repeat-x;*/
}

#colOne h3 {
	padding: 0px 5px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
}

#colOne li {
	padding: 4px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	margin-top: 8px;
	margin-left: 160px;
	width: 600px;
	top: 10px;
	/*margin: 30px 30px 30px 30px;*/
}



#colTwo h1 {
	margin-top: 0;
	font-size: 30px;
	text-align: center;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 28px;
	text-align: center;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 20px;
	text-align: center;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}



#newsColumn {
	float: right;
	width: 180px;
	/*padding: 12px 0px 20px 30px;*/
	/*background: url(images/img09.gif) repeat-x;*/
	margin: 0px 0px 30px 30px;
}



/* Logo */

#logo {
	height: 120px;
	padding-left: 7px;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 36px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(images/img11.gif) repeat-x;
	color: #777777;
	font-size: 14px;
}

#footer p {
	margin: 0;
	text-align: center;
}

