* {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: "Georgia", Tahoma, Verdana, sans-serif;*/
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #024244;
	text-align: center;
	background: #024244 url(../images/bg.jpg) 50% 0 repeat-y;
}

a { color: #d21d6c; text-decoration: underline; }
a:focus, a:hover, a:active { color: #7499CA; text-decoration: underline; }

img.right { float: right; padding: 10px 0 10px 20px; }
img.left { float: left; padding: 0 20px 10px 0; }


/* LAY OUT
===========================================================*/

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#top {
	width: 800px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(../images/top.jpg) 0 0 no-repeat;
}

#top h1, #top h3 {
	display: none;
}
#top #siteRealisation {
	position: relative;
	font-size: 10px;
	top: 80px;
	margin-left: 500px;
}
#top #siteRealisation a {
	text-decoration: none;
	color: #024244;
}
#top #siteRealisation a:hover {
	color: #A7BFDD;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

.bottomNote {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
}

/* MENU
===========================================================*/

#menucontainer {
	position: relative;
	height: 53px;
	color: #E0E0E0;
	background: #DA1A67 url(../images/menu_bottom.jpg) repeat-x bottom left;
	width: 748px;
	margin: 10px 0 0 26px;
	text-align: center;
}

#menu {
	position: relative;
	height: 40px;
	font-size: 15px;
	font-weight: bolder;
	background: #fff url(../images/menu_bg.jpg) repeat-x bottom left;
	padding: 0 0 0 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#menu ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 40px;
}

#menu ul li a span {
	padding: 14px 20px 0 0;
	height: 26px;
	float: left;
}

#menu ul li a:hover {
	color: #FFFFFF;
	background: transparent url(../images/menu_bg_OVER.jpg) repeat-x bottom left;
}

#menu ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#menu ul li a.current, #menu ul li a.current:hover {
	color: #fff;
	background: #1D6893 url(../images/menu_left_ON.jpg) no-repeat top left;
	line-height: 265%;
}

#menu ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background:#1D6893 url(../images/menu_right_ON.jpg) no-repeat top right;
	height: 40px;
}

/* CONTENT
===========================================================*/

#content {
	width: 710px;
	margin: 0 0 0 25px;
	padding: 20px;
	text-align: left;
}
#content h2 {
	margin-left: 20px;
}

#content #header {
	width: 245px;
	height: 35px;
	margin: 0 0 20px 0;
}

#content #header h1 {
	display: none;
}

#content p {
	padding: 0 0 0 20px;
	line-height: 18px;
}
#content p.pink {
	color: #D81966;
	padding: 0 0 0 20px;
	line-height: 18px;
}

#content p i {
	font-size: 11px;
}

.img_right {
	display: block;
	float: right;
	clear: both;
	border: 1px solid #FFFFFF;
	border-width: 0px 0px 10px 20px;
}

#content ul {
	color: #D81966;
	list-style: square;
	padding: 4px 0 10px 50px;
}



/* Forms
===========================================================*/

label {
	position: relative;
	padding: 4px 0 0 3px;
	float: left;
	clear: both;
}

input, textarea {
	/*font-family: "Georgia", Tahoma, Verdana, sans-serif;*/
	font-family: Tahoma, Verdana, sans-serif;
	background: #FFFFFF;
	border: 1px solid #024244;
	margin: 3px;
	width: 250px;
	padding: 1px 0 1px 3px;
	font-size: 100%;
	color: #D81966;
	font-weight: normal;
	float: left;
	clear: both;
}
input.small {
	width: 24px;
	text-align: right;
	padding-right: 3px;
}

textarea {
	height: 100px;
	width: 500px;
}

fieldset {
	border: 0;
	margin: 20px;
}
form {
	margin: 0;
	padding: 0;
}
input.submit {
	margin: 10px 0 0 0;
	width: 140px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #024244;
	background-color: #024244;
	color: #ffffff;
}

.formError {
	color: #CC0000;
	margin: 0 10px 0 0;
}




/* Guestbook
===========================================================*/

#guestbookTable {
	width: 100%;
}

#guestbookTable td {
	border-bottom: 0px;
}
#guestbookButtons {
	text-align: center;
	line-height: 24px;
}

#guestbookNav td {
	margin-top: 4px;
	border: 0px solid #ccc;
	border-bottom: 1px;
	padding: 4px;
}
#guestbookListing td {
	border-bottom: 0px;
}

#guestbookListing td.gbHeader {
	color: #D81966;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	padding: 2px;
}
#guestbookListing td.gbHeaderInfo {
	padding: 1px;
	background-color: #f6f6f6;
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	padding: 2px;
}
#guestbookListing td.gbEntry {
	line-height: 18px;
	padding: 5px 2px 40px 2px;
	font-weight: normal;
}