@charset "utf-8";

/*  =========================================================
	File: Rosa Sau style.css
	Date: 090418
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

/* ==============================================
   II - Layout
   ============================================== */

body{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:small;
	color: #fff;
	background:#43034b url(../images/bg.jpg) repeat-x;
	margin: 0px;
}

div#container {
	width:956px;
	margin:0 auto;
	text-align:left;
	background-color:#7a0588;
}

.img a:link img, .img a:visited img, .img a:active img{
	border:#43034b solid 2px;
	margin:8px;
}
.img a:hover img{
	border:#fff solid 2px;
	margin:8px;
}

.img_m a:link img, .img_m a:visited img, .img_m a:active img{
	border:#43034b solid 2px;
	margin:9px 11px;
}
.img_m a:hover img{
	border:#fff solid 2px;
	margin:9px 11px;
}

a:link, a:visited{
	text-decoration: none;
	font-size: small;
	color: #fff;
	font-weight: bolder;
}
a:active, a:hover{
	text-decoration: underline;
	font-size: small;
	color: #fff;
	font-weight: bolder;
}
.a1:link, .a1:visited{
	text-decoration: none;
	font-size: small;
	color: #fff;
	font-weight: bolder;
}
.a1:active, .a1:hover{
	font-size: small;
	color: #fff;
	font-weight: bolder;
}

.top {
	line-height:2em;
	letter-spacing:0.1em;
}

.top a:link, .top a:visited{
	text-decoration: underline;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
}
.top a:active, .top a:hover{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
}