html, body {
	font-family: Verdana, Arial;
	background-image: url("http://tagnard.net/img/layout/Background_new.png");
	background-repeat: repeat-x;
	background-color: #5ccad7;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0px;
}

img {
	border: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 980px;
}

#wrapper #header {
	margin: 0px auto;
	height: 80px;
	background-image: url("http://tagnard.net/img/layout/logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper #menu {
	font-size: 9pt;
	color: #bababa;
	background-color: #f8fcfe;
	border: 4px solid #a2dde8;
	color: #ababab;
	padding: 0px 15px 0px 15px;
}

#wrapper #menu .left {
	float: left;
	padding: 5px 15px 5px 0px;
}

#wrapper #menu .right{
	float: right;
	padding: 5px 15px 5px 0px;
}

#wrapper #menu .menu-item {
	color: #bababa;
	margin: 5px 5px 5px 5px;
}

#wrapper #menu .menu-item a {
	color: #ababab;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #menu .menu-item a.active {
	color: #5ccad7;
}

#wrapper #menu .menu-item a:hover {
	color: #5ccad7;
}

#wrapper #holder {
	background-color: #f8fcfe;
	border: 4px solid #a2dde8;
	border-top: 0px;
	padding: 0px 20px 0px 20px;
}

.module {
	margin-bottom: 20px;
}

.module .title {
	font-size: 12pt;
	color: #747D7D;
	font-weight: bold;
	padding: 13px 6px 3px 0px;
	margin-left: -5px;
}

.module .content {
	font-size: 9pt;
	color: #2a5ac8;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	padding: 4px;
	color: #747D7D;
	margin-bottom: 10px;
}

a {
	color: #2a5ac8;
	text-decoration: none;
}

.blue {
	color: #5ccad7;
}

.orange {
	color: #ff9d5c;
}

.bold {
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
li {
	padding: 1px;
}

#topMessage {
	width: 90%;
	padding: 5px 0px 5px 10%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	color: #747D7D;
	font-size: 20px;
	font-family: Georgia;
}

p {
	padding: 0px 5px 5px 5px;
}