* {
	padding: 0;
	margin: 0;
}

body{
	background-color: #888888;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #3366CC;
}

a:hover{
	color: #ea7e00;
}

#wrap{
	background-image: url("./img/shadow-side.gif");
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	color: #111111;
}

#menu{
	margin-left: auto;
	margin-right: auto;
	width: 852px;
	padding-top: 9px;
	height: 27px;
	background-image: url("./img/menu.gif");
	background-repeat: repeat-x;
	font-size: 10px;
}

#menu li{
	border-right: 1px solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
    display: inline;
}

#menu .lang{
	float: right;
	margin-right: 6px;
}

#menu a img{
	padding: 3px 3px 0px 3px;
	border-style: none; /*ie and mozilla need this - opera don't*/
}

#head{
	background-image: url("./img/top_lemur.png");
	width: 842px; /*852 - 10 (padding)*/
	height: 112px; /*152 - 40 (padding)*/
	padding-top: 40px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #cccccc;
	margin-left: auto;
	margin-right: auto;
}

#menu a:hover{
	color: #ea7e00;
}

#content{
	padding: 20px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 812px /*852 - 40 (20 + 20 padding)*/;
}

.box{
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
}

.box_title{
	color: #eeeeee;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #62829c;
}

.box_content{
	margin-top: 5px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	font-size: 12px;
}

.box_content p{
	line-height:1.5em;
	padding-bottom: 5px;
}

.content_text{
	float: left;
	width: 50%;
	line-height: 25px;
}

.content_text form{
	padding-top: 10px;
}

.content_text SUB, .content_text SUP{
	line-height: 1.0;
}

blockquote{
	background-image: url("./img/quote.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 0px 27px;
	font-size: 11px;
	font-style: italic;
}

.author{
	color: #888888;
	font-style: italic;
	margin-bottom: 15px;
}

.content_text dt{
	clear: both;
	float: left;
	width: 100px;
	padding-top: 4px;
	font-weight: bold;
}

.content_text dd{
	margin-left: 100px;
	padding: 4px 0 2px 0;
}

.content_title{
	font-weight: bold;
	padding: 5px 0 5px 5px;
	font-size: 110%;
}

.like_dlike{
	padding-left: 33px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#opera{
	background-image: url(./img/opera.gif);
}

#riaa{
	background-image: url(./img/riaa.gif);
}

#ij{
	background-image: url(./img/ij.gif);
}

#mcube{
	background-image: url(./img/mcube.gif);
}

#nature{
	background-image: url(./img/leaf.gif);
}

#photo{
	background-image: url(./img/camera.gif);
}

.content_image{
	float: right;
}

.content_image img{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

.clear{
	clear: both;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	font-size: 10px;
	background-image: url("./img/shadow-bottom.gif");
	background-repeat: no-repeat;
}

#footer_elements{
	margin-left: 10px;
	margin-right: 10px;
}

#footer_text{
	padding-top: 12px;
	text-align: right;
	float: right;
	color: #ffffff;
}

.button{
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	/*width: 80px;*/
	border: 1px solid #cccccc;
	font-size: 9px;
	/*font-weight: bold;*/
}

.button a{
	display: block;
	width: 100%;
}

.button a.w3c:link, .button a.w3c:visited, .button a.w3c:hover{
	background-color: #ffcc66;
	color: #000000;
	text-decoration: none;
}

.button a.opera:link, .button a.opera:visited, .button a.opera:hover{
	background-color: #ac0001;
	color: #ffffff;
	text-decoration: none;
}

.button a.spam:link, .button a.spam:visited, .button a.spam:hover{
	background-color: #6402ac;
	color: #ffffff;
	text-decoration: none;
}

.button span.blue{
	padding: 0 0.4em;
	background-color: #ffffff;
	color: #0c479d;
}

.button span.red{
	padding: 0 0.4em;
	background-color: #ffffff;
	color: #ac0001;
}

.button span.orange{
	padding: 0 0.4em;
	background-color: #ffffff;
	color: #ec6604;
}

.error{
	color: #ac0001;
}

.success{
	color: #008800;
}

.popup{
	width: 25em;
	position: fixed;
	top: 40%;
	right: auto;
	bottom: auto;
	left: 30%;
	text-align: center;
	padding: 30px 10px;
	border: 1px solid #787878;
	background-color: #dedede;
	font-size: 15px;
	margin: 0 20% -95px auto; /*IE6 hack - top,right,bottom and left are for 'real' browsers. Margin-right
								is for IE to place the div more to the right as it appears under the image.*/
}

