* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background:#dfdbd3 url(../img/bg.gif) 0 0 repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .8em;
	/*line-height: 2em;*/
	min-height:100%;
}

img {
	vertical-align: middle;
}

a:link,
a:visited {
	background: transparent;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration:none;
}


a:hover, 
a:active, 
a:focus  {
	color: #B2CF42;
}

#container {
	background: url(../img/contbg.gif) 0 0 repeat-y;
	min-height:100%;
}

/**
* LANG
**/

#lang {
	position:absolute;
	top:4px;
	left:600px;
}

#lang img {
	opacity:0.5;
	border:1px solid #fff;
}

#lang a,
#lang a:hover {
	border:0;
	background:none;
}

#lang img:hover {
	opacity:1;
}

#lang img.selected {
	opacity:1;
}

/**
* HEADER
**/
#header {
	background: url(../img/headerbg.gif) 0 0 no-repeat;
	height:230px;
}

#header .title {
	position:absolute;
	top:30px;
	left:90px;
	font-size:2.4em;
}

#header .powered {
	position:absolute;
	top:82px;
	left:110px;
}

#header a:hover {
	background:none;
	color:#B2CF42;
}

/**
* MENU
**/

#menu {
	background: transparent url(../img/menubg.gif) top left repeat-y;
	left: 661px;
	position: absolute;
	top: 130px;	
	width: 285px;
	z-index: 10;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	padding-left:10px;
}

#menu h3 {
	font-weight:bold;
	padding:2px 2px 2px 0px;
	width:237px;
	margin:0 0 0 20px;
	border-bottom:1px dashed #fff;
	margin-top:20px;
	color:#fff;
	font-style: italic;
}

#menu h3.first {
	margin-top:0;
	border:0;
}

#menu *.last {
	padding-bottom:100px;
	background: url(../img/menubtmbg.gif) bottom left no-repeat;
}

#menu ul a:hover {
	background: #B2CF42;
	color: #FFF;
}

/**
* CONTENT
**/
#content {
	width:600px;
	margin-left:61px;
	margin-top:-100px;
	position:relative;
}

/**
* AD
**/
#ad {
	text-align:center;	
}

#ad img {
	border:1px solid #999;
	margin:6px;
}

#ad a:hover,
#ad a:visited {
	background:none;
}

/**
* USER
**/
div#user {
	width:243px;
	height:112px;
	background:url(../img/user_bg.gif) 0 0 no-repeat;
	position:absolute;
	top:8px;
	left:673px;
}

div#user div.login {
	margin:0 0 0 -4px;
	padding:10px 0 0 0;
}

div#user div.logout img.avatar {
	border:1px solid #fff;
	float:left;
	margin:0 4px 0 0;
}

div#user div.logout {
	padding:5px 0 0 0;
}

div#user div.logout button.logout {
	position:absolute;
	bottom:8px;
	right:8px;
}

/**
* FOOTER
**/
#footer {
	clear:both;
	width:500px;
	margin-top:30px;
	margin-left:100px;
	border-top:1px solid #ccc;
	text-align:center;
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 40px;
}

h1 {
	font-weight:bold;
	color:#999;
	font-size:2em;
}

h2 {
	border-top:1px solid #ccc;
	font-weight:bold;
	color:#999;
	font-size:1.6em;
	margin-top:30px;
	padding-top:10px;
}

ul {
	list-style:none;
}

p {
	margin:6px 0 6px 0;
}

/**
* FORMS
**/
input,
textarea,
select {
	border:1px solid #999;
	padding:2px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border:1px solid #11a3ea;
}

button {
	background-image:url(/content/tpl/shinji/img/button_bg.png);
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	padding:2px;
}

button:hover {
	border:1px solid #BC2A4D;
	color:#BC2A4D;
}