body {
	background-color: #fff;
	color: #000;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: none;
}

a {
	color: #2584C7;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background-color: #dbe7f7;
	color: #2a6b99;
	font-weight: bold;
	text-decoration: none;
}

/*
**********
* GLOBAL *
**********
*/
#global {
	background-color: #fff;
	text-align: left;
	margin: auto;
	position: relative;
	width: 78.1em;
}

/*
********
* LOGO *
********
*/

#logo {
	background: url(../img/bg_logo.png) repeat-x;
	color: #000;
	height: 10.2em;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 31.3em;
}

#logo img.right {
	float: right;
}

#logo img.left {
	float: left;
	padding-left:  10px;
}

/*
********
* HEAD *
********
*/

#head {
	background: url(../img/bg_head.png) repeat-x;
	color: #f4f4f4;
	height: 10.2em;
	left: 40%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 46.8em;
}

#head h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

/*
********
* MENU *
********
*/

#menu {
	background: url(../img/bg_menu.png) repeat-x;
	color: #fff;
	height: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	width: 78.1em;
}

#menu a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}

#menu a:hover {
	color: #2584C7;
}

#menu a.active {
	background-color: #dbe7f7;
	color: #2584C7;
	font-weight: bold;
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 40%;
}

#menu ul li {
	/*border-right: 1px solid #2b6f87;*/
	float: left;
	margin: 5px 0 2px 0;
	padding: 0 5px 0 5px;
}

/*
************
* SIDEBAR1 *
************
*/

#sidebar1 {
	background-color: #29adef;
	color: #000;
	height: 120px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	width: 31.3em;
}

/*
************
* SIDEBAR2 *
************
*/

#sidebar2 {
	background-color: #60b7de;
	color: #000;
	height: 120px;
	left: 40%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	width: 46.8em;
}

/*
************
* SIDEBAR3 *
************
*/

#sidebar3 {
	background-color: #fff;
	color: #000;
	left: 0;
	margin: 1em 0 0 0;
	padding: 0;
	position: absolute;
	top: 280px;
	width: 31.3em;
}


/*
***********
* CONTENT *
***********
*/

#cont {
	background-color: #fff;
	color: #000;
	left: 40%;
	margin: 1em 0 0 0;
	padding: 0;
	position: absolute;
	top: 280px;
	width: 46.8em;
}

#cont div {
	margin: 0 0 20px 0;
}

#cont h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#cont h1 a {
	color: #000;
	text-decoration: none;
}

#cont h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#cont span.lineGreen {
	background: url(../img/lineGreen.gif) repeat-x;
	display: block;
	height: 3px;
	margin: 10px 0 0 0;
	width: 99%;
}

#cont span.lineGreenDouble {
	background: url(../img/lineGreen.gif) repeat-x;
	display: block;
	height: 3px;
	margin: 1px 0 0 0;
	width: 99%;
}

#cont span.lineBlue {
	background: url(../img/lineBlue.gif) repeat-x;
	display: block;
	height: 3px;
	margin: 10px 0 0 0;
	width: 99%;
}

#cont span.lineBlueDouble {
	background: url(../img/lineBlue.gif) repeat-x;
	display: block;
	height: 3px;
	margin: 1px 0 0 0;
	width: 99%;
}

/*
************
* COMMENTS *
************
*/

#cont div.comments span.comment {
	display: block;
	margin: 20px 0 20px 0;
}

#cont div.comments span.name {
	font-size: 1.2em;
	font-weight: bold;
}

#cont div.comments span.adds {
	color: #525966;
	font-size: 1.2em;
	font-weight: bold;
}

#cont div.comments span.cont {
	display: block;
	font-size: 1em;
	margin: 10px 0 0 22px;
}

#cont div.addComment {
	font-size: 0.8em;
}

#cont div.addComment select {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 1.2em;
	margin: 2px 0 2px 0;
	width: 20em;
}

#cont div.addComment input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 1.2em;
	margin: 2px 0 2px 0;
	width: 20em;
}

#cont div.addComment input.error {
	background-color: #ffdfdf;
	border: 1px solid #ccc;
	height: 1.2em;
	margin: 2px 0 2px 0;
	width: 20em;
}

#cont div.addComment textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}

#cont div.addComment textarea.error {
	background-color: #ffdfdf;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}
