* {
	margin: 0;
	padding: 0;
	font-size:1.0em;
}

img {
	border: none;
}
ul {
	list-style-type: none;
	margin-left: 0;
}

a:hover img{
    background: #FFFFFF;
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

p {
	margin: 0;
	padding: 0 0 10px;

}

.ro {
	/* ----- */
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 0.1%; }
.clearfix { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .clearfix { display: inline-block; }
/* */
/* ----- clerfix */

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0066;
	text-decoration: none;
}

a.link01:link, a.link01:visited {
	color: #c82828;
	text-decoration: none;
}
a.link01:hover, a.link01:active {
	color: #e75757;
	text-decoration: none;
}

#wrapper{
width:950px;
margin:0 auto;
}
#header{
margin:30px 0 10px;;
}
#logo{
width:300px;
float:left;
}
#mail{
float:right;
padding-top:15px;
font-size:1.0em;
font-weight:lighter;
margin-right:5px;
font-family: "courier","avantgarde",sans-serif;
}
#main_img{
margin-bottom:10px;
}
#footer{
font-size:0.7em;
text-align:right;
margin-right:5px;
font-family: "courier","avantgarde",sans-serif;
}
