body{
	text-align: center; 
	color: #333333; 
	background-color: #a6a791; 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(graphics/bgmap.gif);
	background-repeat: repeat;
}

div {
	display: block;
	margin: 0;
	padding: 0;
}

a{
	margin: 0;
	padding: 0;
	color: #5282C1;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #3C6192;
	text-decoration: underline;
}

a:visited{
	color: #A52A2A;
	text-decoration: none;
}

a.linkss{
	margin: 0;
	padding: 0;
	color: #5282C1;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

a.linkss:hover{
	color: #332828;
	text-decoration: underline;
}

a.linkss:visited{
	color: #A52A2A;
	text-decoration: none;
}

a.links{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

a.links:hover{
	color: #332828;
	text-decoration: underline;
}

a.links:visited{
	color: #A52A2A;
	text-decoration: none;
}

a.intro{
	float: left;
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
   background-repeat: repeat-x;
	height: 17px;
	width: 109px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	padding-top: 7px;
	background-image: url(buttonbg.png);
	overflow: hidden;
}

a.intro:hover{
	background-image: url(buttonbgp.png);
	color: White;
	text-decoration: none;
}

a.intro:visited{
	color: White;
}

a.dynamic:hover{
	color: #3C6192;
	text-decoration: underline;
}

a.dynamic:visited{
	color: #5282C1;
}

a.galvideo{
 display: block;
 height: 75px;
 padding: 0.5em;
 margin: 0;
}

a.galvideo:hover{
  background-color: #eeeeff;
}

a.galvideo div{
  font-size: 0.7em;
}

a.galvideo:hover img{
	background-color: #9EB4F1;
	border: 1px solid #5077E6;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

.infoBody h5{
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

img.videoimg{
  padding: 3px;
  border: 1px solid Silver;
  background-color: White;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

#container{
	margin: auto; 
	width: 53em; 
	min-width: 780px; 
}

#header{
	width: 100%; 
	height: 146px; 
	background-image: url(graphics/headbg.png); 
	background-repeat: repeat-x; 
	background-color: #d9dde3;
	position: relative; 
	display: block;
}

#header a{
   text-decoration: none;
}

#header img{
	border: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	float: left;
}

#headerBody{
	width: 100%; 
	height: 146px;
	background-image: url(graphics/headright.png); 
	background-position: top right; 
	background-repeat: no-repeat; 
	text-align: center; 
	overflow: hidden;
}

#menu{
	width: 100%; 
	height: 29px; 
	background-color: #EEEEEE;
	background-image: url(graphics/menubg.gif); 
	background-repeat: repeat-x; 
	position: relative; 
}

#menu img{
	border: none;
	top: 0px;  
	left: 0px; 
	position: absolute; 
	float: left; 
	display: block;
}

#menuBody{
	width: 100%; height: 29px; 
	background-image: url(graphics/menuright.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	text-align: center; 
	overflow: hidden;
}

#menuBody img{
	height: 29px;
	border: 0;
	position: relative;
}

#menuBody a{
	text-decoration: none; 
	height: 29px; 
	display: block; 
	float: left;
}

#foot{
	height: 26px; 
	background-image: url(graphics/bottom_middle.gif); 
	background-repeat: repeat-x; 
	width: 100%; 
	position: relative; 
	color: #5C5C5C; 
	background-color: #eeeeee; 
	font-size: 10pt; 
	vertical-align: bottom; 
	border: 0px solid Aqua; 
	clear: both;
}

#footBody{
   background-image: url(graphics/bottom_right.png); 
   background-position: top right; 
   background-repeat: no-repeat; 
   border: 0px solid Black;  
   height: 26px; 
   background-color: transparent;
	overflow: hidden;
}

#footBody img{
	border: none; 
	height: 26px; 
	width: 30px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

#footBody a{
	text-decoration: none; 
	font-weight: normal;
}

#content{
	background-image: url(graphics/left.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #eeeeee;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#contentBody{
	background-image: url(graphics/right.gif);
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	width: 100%;
	float: left;
}

.articleContainer{
	margin: 7px 7px 7px 0.5em;
	width: 36em;
	float: left;
	position: relative;
}

.articleTop{
	width: 100%;
	height: 12px;
	background-image: url(graphics/content_top.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #eff0f4;
}

.articleTopBody{
	width: 100%; 
	height: 12px; 
	background-image: url(graphics/content_top_right.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	text-align: left; 
}

.articleTopBody img{
	border: none; 
	left: 0px; 
	display: block; 
}

.article{
	background-image: url(graphics/content_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #eff0f4;
	width: 100%;
}

.articleBody{
	background-image: url(graphics/content_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 0.9em;
	text-indent: 2em;
	text-align: justify;
	padding: 1em 3em 1em 3em;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	overflow: hidden;
}

.articleBody p{
	padding: 0;
	margin: 0;
}

.articleBody h2{
	text-indent: 0em;
	padding: 0;
	margin: 0.5em 0em 0.5em 0em;
}

.articleBody h3{
	text-indent: 0em;
	padding: 0;
	margin: 1em 0em 0.3em 0em;
}

.articleBody h4{
	text-indent: 0em;
	padding: 0;
	margin: 1em 0em 0.2em 0em;
}

.articleBody h1{
	text-indent: 0em;
	padding: 0;
	margin: 0.5em 0em 1em 0em;
	font-size: 1.8em;
}

.articleBody li{
	text-indent: 0em;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	list-style-type: circle;
  list-style-image: url(graphics/nota.gif);	
}

.articleBody ul{
	margin: 0.2em 0em 0.3em 2em;
	padding: 0;
}

.articleBody img{
	padding: 4px;
	margin: 0em 1em 1em 0em;
	border: 1px solid Silver;
	background-color: #F8F8F8;
}

a.galphoto:hover img{
	background-color: #9EB4F1;
	border: 1px solid #5077E6;
}

.articleBottom{
	height: 12px; 
	background-image: url(graphics/content_bottom.gif); 
	background-repeat: repeat-x; 
	width: 100%; 
	color: #5C5C5C; 
	background-color: #eff0f4; 
	padding: 0; 
	border: 0px none Aqua; 
}

.articleBottomBody{
	background-image: url(graphics/content_bottom_right.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	border: 0px solid Black; 
	height: 12px;
}

.articleBottomBody img{
	border: none; 
	height: 12px; 
	width: 12px; 
	display: block;
	position: absolute;
	left: 0px;
}

.infoContainer{
	margin: 7px 7px 7px 7px; 
	width: 14em; 
	float: left; 
	margin-left: 10px;
}

.infoTop{
	width: 100%; 
	height: 12px; 
	background-image: url(graphics/info_top.gif); 
	background-repeat: repeat-x; 
	padding: 0;
}

.infoTopBody{
	width: 100%; 
	height: 12px; 
	background-image: url(graphics/info_top_right.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	text-align: left;
}

.infoTopBody img{
	border: none;
	display: block;
}

.info{
	background-image: url(graphics/info_left.gif); 
	background-position: left; 
	background-repeat: repeat-y; 
	background-color: #d9dde3; 
	width: 100%; 
}

.infoBody{
	background-image: url(graphics/info_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px;
	margin: 0;
	padding-top: 0.4em;
}

.infoBody h1{
	font-size: 1.1em;
	width: 100%;
	text-transform: capitalize;
	text-align: center;
	margin: 0em 0em 0.4em 0em;
	padding: 0;
	padding-top: 0.4em;
}

.infoBody p{
	font-size: 0.8em;
	padding: 0.2em 0.7em 0.7em 0.7em;
	margin: 0em 1em 0em 1em;
	text-align: justify;
}

.infoBody p i{
	text-align: left;
}

.infoBottom{
	height: 12px; 
	background-image: url(graphics/info_bottom.gif); 
	background-repeat: repeat-x; 
	width: 100%; 
	color: #5C5C5C; 
	background-color: #eeeeee; 
	font-size: 10pt; 
	border: 0px solid Aqua;
}

.infoBottomBody{
	background-image: url(graphics/info_bottom_right.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	border: 0px solid Black;  
	height: 12px; 
	text-align: left;
}

.infoBottomBody img{
	border: none; 
	height: 12px; 
	width: 12px; 
	display: block;

}

.flags{
	position: absolute;
	margin: 0;
	padding: 0;
	right: 1em;
	top: 1.3em;
}

.flags img{
	margin: 0;
	margin-left: 4px;
	padding: 0;
	border: 0px none Black;
}

.flags a{
	border: 0px none Black;
	padding: 0;
	margin: 0;
	float: left;
}

.flags a:hover{
	padding-top: 2px;
	padding-right: 0px;
}

.login{
	width: 20em;
	margin: auto;
	text-align: left;
	text-indent: 0em;
	line-height: 2em;
}

.admin{
	background-color: #FAEBD7;
	border: 1px solid #B22222;
	margin: auto;
	width: 30em;
	padding: 0.5em;
	text-align: left;
	color: Black;
	text-indent: 0em;
}

a.cms{
	color: red;
	text-decoration: underline;
	font-size: 0.9em;
}

a.cms:hover{
	color: #B00000;
}

form{
	text-indent: 0em;
}

.playerbox{
	float: left;
	display: block;
	height: 20px;
	width: 19px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 6px;
	background-image: url(graphics/playerspace.png);
	overflow: hidden;
	top: -1px;
	position: relative;
}