@charset "UTF-8";

/* **************************************
*Since: 2007-7-27
*Modified: 2007-7-28
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #555;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	background:url(../images/bg.jpg) repeat center 10px;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

.clear{
	clear:left !important;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
}

a:link {
	color:#00c;
}

a:hover {	
	color:#00c;
	text-decoration: underline;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:774px;
	margin:10px auto 0px auto;
	border:1px solid #000;
}

/* flash
---------------------------------------------------------------------------------------- */
#flash{
	width:774px;
	height:490px;
	margin:0px auto;
}

/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:774px;
	clear:both;
	background:url(../images/footer.jpg) repeat left top;
	border:1px solid #000;
	border-width:1px 0px 7px 0px;
}

#footer p{
	text-align:left;
	color:#391C00;
	padding:10px;
	border-bottom:1px solid #000;
	height:50px !important;
	height:70px;
}

#footer span.mail{
	float:left;
	display:block;
	width:500px;
}

#footer p a{
	color:#391C00;
}

#footer p img.wn{
	margin:0px 20px 0px 90px;
}


#footer div{
	text-align:right;
	margin:7px 10px 0px 0px;
	height:22px;
}

#footer div a{
	margin:0px 410px 0px 0px;
}


