@charset "utf-8";
body {
	background-color: #ccc;
	background-image: url(images/background/diamonds.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 700px;
}

#topBar {
	position: absolute;
	height: 12px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #999999;
}

}
#menu {
	background-color: #ccc;
	text-align: center;

}
#header   img, object  {
	text-align: center;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#submenu {
	background-color: #00B0D8;
	margin: 0 auto;
}
#submenu a {
	text-decoration: none;
	display: inline-block;
	width: 120px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 10px;
}

#submenu a:hover, #submenu a.on{
	background-color: #00a1c5;
}

#mainText {
	width: 400px;
	position: relative;
	top: 5px;
}
#mainText p {
	margin: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666666;
}
#mainText p img {
	margin-left: 15px;
	left: 0px;
	top: 0px;
}
#mainText  a{
	font-style: normal;
	font-weight: normal;
	color: #00B0D8;
	text-decoration: none;
}
#mainText  a:hover{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #00B0D8;
	color: #FFFFFF;
}

#calendar a{
	display:block;float:left;position:relative;top:58px;left:38px;
}
#footer {
	background-color: #00B0D8;
	font-size: 0.7em;
	text-align: center;
	color: #111B44;
	line-height: 1.3em;
	padding: 1px;
}
#designline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #939393;
	text-align: center;
	padding: 20px;
}


#main {
	margin: 0 auto;
	margin-top: 0;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	background-image: url(images/background/watermark.gif);
}
#main img {
	left: 15px;
	position: relative;
	width: auto;
	margin-top: auto;
	padding: 0px;
	top: 10px;
	background-color: #FFFFFF;


}
#menu img {
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: auto;
	margin-left: 1px;
}
#footer a {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}




h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

}

.title{
	margin-bottom:15px;
}

.clear{
	clear:both;
}
