/* all ==================================================== */
* {
margin:0px;
padding:0px;
}

body {
width:100%;
height:100%;
font-size:12px;
color:#666666;
line-height:1.5;
text-align:center;
background-color:#4b1314;
}

img {
border:0px;
}

/* wrapper ================================================ */
#wrapper {
width:900px;
margin:0 auto;
margin-left:auto;
margin-right:auto;
}

/* link =================================================== */
a {
color:#4b1314;
text-decoration:none;
}
a:hover {
color:#fe0000;
text-decoration:none;
}

/* head =================================================== */
#head {
}
#head ul#menu {
width:718px;
height:35px;
padding:27px 0 0;
float:right;
list-style-type:none;
}
#head ul#menu li {
float:left;
}
#head ul#menu li img {
display:block;
}

/* main =================================================== */
span.pageUp {
	clear: both;
	width: auto;
	text-align: right;
	display: block;
	margin: 20px 30px 16px 0;
	_float: right;
}
span.pageUp2 {
	clear: both;
	width: auto;
	text-align: right;
	display: block;
	margin: 40px 60px 16px 0;
	_float: right;
}

/* foot =================================================== */
#foot {
clear:both;
}
#foot ul#footmenu {
width:auto;
margin:0 0 10px;
padding:0 5px 0 0;
text-align:right;
list-style-type:none;
background-image:url(../img/common/foot_partition.gif);
background-repeat:no-repeat;
background-position:right;
}
#foot ul#footmenu li {
width:auto;
display:inline;
}
#foot ul#footmenu li a {
padding:0 5px 0 10px;
color:#ffffff;
text-decoration:none;
background-image:url(../img/common/foot_partition.gif);
background-repeat:no-repeat;
background-position:left;
}
#foot ul#footmenu li a:hover {
padding:0 5px 0 10px;
color:#fe0000;
text-decoration:none;
background-image:url(../img/common/foot_partition.gif);
background-repeat:no-repeat;
background-position:left;
}
#foot p#copy {
width:900px;
clear:both;
color:#ffffff;
text-align:right;
}

/* form =================================================== */
.normal {
font-size:12px;
line-height:1.6;
}

.big {
font-size:18px;
font-weight:bold;
line-height:1.6;
}


/* clear ================================================== */
#main:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#main {display: inline-block;}
/* Hides from IE-mac \*/
* html #main {height: 1%;}
#main {display: block;}
/* End hide from IE-mac */



