body{
	background: #dfdbd0 url(/images/v4/bg.gif) repeat-x;
xbackground: url(/images/v4/12_col.gif) repeat-y center top;
}

#header{
	position:relative;
}
#icon{
	position:absolute;
	left:25px;
}
#icon{
	background: url(/images/v4/icon.png) no-repeat left center;
	width:117px;
	height:115px;
	display: block;
}
#logo{
	float: left;
} 
#logo a{
	background: url(/images/v4/header.gif) no-repeat 142px center;
	height: 85px;
	width: 400px;
	display: block;
}
#icon a span,
#logo a span{
	display:none;
}


/*
MENU
*/
#menu{
}
#menu ul{
padding:0; 
margin:0 0 0 45px; 
list-style:none; 
height:85px; 
position:relative;
float: right;
}
#menu li{
	float:left;
	margin: 15px 10px 0 0;
	padding:0;
}
#menu li a{
display:block; 
float:left; 
height:30px; 
line-height:29px; 
color:#807e7a; 
text-decoration:none; 
font-weight:normal;
font-size:14px;
text-transform: uppercase;
margin: 10px 0;
padding: 0 10px;
text-shadow: 0px 1px 1px #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#menu li a#login{
	padding: 0 30px 0 10px;
	margin-right: 0 !important;
	background: #e8e7e3 url(/images/v4/login_arrow.gif) no-repeat right center;
}
#menu li a:hover{
	color:#fff;
	text-shadow: 0px 1px 3px #000000;
}
#menu li a#login:hover{
color:#807e7a;
text-shadow: 0px 1px 1px #ffffff;
background: #fff url(/images/v4/login_arrow.gif) no-repeat right center;
}
#menu li.last{
	margin-right: 0;
}


#content{
	margin-top: 50px;
}

#footer{
	margin-top: 40px;
	padding-top: 10px;
}
#footer_nav{
	text-align:center;
	margin: 10px;
}

#footer_nav a{
	color:#333;
	font-weight:bold;
	font-size:11px;
}
#copyright{
	font-size: 11px;
	color:#999;
}

#flash_notice,
#flash_info{
	margin-top: 50px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#notice_content,
#info_content{
	padding: 10px 30px;
}

label{
	display:block;
}

input, textarea{
	background: #fff;
	border: 1px solid #666;
	height:30px;
	line-height:30px;
color:#09f;
font-weight:bold;
font-size:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input:focus,
textarea:focus {
border: 1px solid #09f;
xoutline: 1px solid #09f;
x-moz-outline: 0;
-moz-box-shadow: 0;
background:#fff;
}
.button{
	line-height:20px;
	font-size:20px;
	height:40px;
	padding: 10px;
color:#333;
text-shadow: 0px 1px 1px #fff;
background: #e8e7e3;
border:0 none;
text-shadow: 0px 1px 1px #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}