html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: arial, sans-serif;
	background-color: #000000;
	color: #2C2B2B;
	font-size: 11px;
}
a{
	color: #27D;
	text-decoration: none;
}
label{
	color: #27D;
}
label:hover {
  color: #125684;
  cursor: pointer;
}
#togg:hover {
  cursor: pointer;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: arial, sans-serif;
	margin: 0 0 10px 0;
        font-weight: normal;
}
h1 {
	padding: 0;
	font-size: 18px;
	color: #1772AF;
        border-bottom:1px solid #e3e3e3;
        padding-bottom:5px;
}
h1 a:visited {
        color: #1772AF;
}
h1 a:hover {
        text-decoration: none;
        color: #125684;
}
h2 {
	padding-top: 10px;
	font-size:14px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1140px;
	height: 920px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
        border-style: none;
	border-width: medium 1px 1px;
        -moz-border-radius-topright: 30px;
        -webkit-border-top-right-radius:30px;
	border-top-right-radius:30px;
}
div#container {
	padding: 10px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
        background:url(/galleriffic_css/sprite_h.png) left -100px repeat-x #000;
        height:66px;
        width:1140px;
	clear: both;
	color: #777;
	margin: 0 auto;
	text-align: left; 
        color:#abb1aa;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
div#copyright {
        float: left;
        padding-top: 26px;
        padding-left: 20px;
        width: 240px;
}
div#credit {
        float: right;
        padding-top: 26px;
        padding-right: 20px;
        width: 240px;
        text-align: right;
}
div#flags {
        padding-top: 26px;
        text-align: center;
}
#flags img {
        border: 1px solid #333333;
        margin: 1px;
}
div#vspace {
        clear: left;
        height:25px;
}
